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.
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}'
-d '{"query": "ransomware targeting healthcare", "limit": 1}'
{
"results": [
{
"title": "BlackCat Ransomware Targets Healthcare Sector",
"extracted_ttps": ["T1486", "T1133"],
"threat_actors": ["ALPHV"],
"confidence": 0.98
}
]
}
"results": [
{
"title": "BlackCat Ransomware Targets Healthcare Sector",
"extracted_ttps": ["T1486", "T1133"],
"threat_actors": ["ALPHV"],
"confidence": 0.98
}
]
}
$