MYCELIUM.AI
SYSTEM ONLINE
v1.0.0 INTELLIGENCE PIPELINE ACTIVE

Decentralized Threat
Intelligence Graph

Automated TTP extraction, relationship mapping, and vector search for modern CTI. Powered by LLMs and mapped to MITRE ATT&CK.

Explore API
user@mycelium:~/research
$ curl -X POST "https://mycelium.lateraltheory.one/api/v1/search" \
-H "X-API-Key: $KEY" \
-d '{"query": "ransomware targeting healthcare", "limit": 1}'
{
  "results": [
    {
      "title": "BlackCat Ransomware Targets Healthcare Sector",
      "extracted_ttps": ["T1486", "T1133"],
      "threat_actors": ["ALPHV"],
      "confidence": 0.98
    }
  ]
}
$

Core Capabilities

Everything you need to automate your CTI workflow

Automated Ingestion

Polls RSS feeds and scrapes URLs automatically. Uses LLMs to extract entities (TTPs, Actors, Malware) and map relationships.

Actionable & Linked

TTPs are mapped to Atomic Red Team tests for simulation and Sigma Rules for detection. Move from intel to action instantly.

Semantic Search

Don't just keyword match. Search by intent using Weaviate vector embeddings to find similar techniques and related threat campaigns.