Submit a threat indicator (IOC) to the shared intelligence network.
The IOC is automatically classified into a malware family, metadata is
compressed, and deduplication is handled atomically. All subscribed agents
see the new IOC instantly.
Args:
ioc_type: IOC category. One of: hash_md5, hash_sha1, hash_sha256,
ip, ip_port, domain, url, yara, email, mutex, registry,
filepath, asn, ja3, imphash, cve, prompt, skill
value: The indicator value (e.g. "evil.example.com", "1.2.3.4")
severity: 0-10. Use Severity enum values: 1=info, 3=low, 5=medium,
7=high, 9=critical
confidence: 0-100 confidence score
context: Free-text context about why this is malicious
tags: List of tags (e.g. ["c2", "phishing", "ransomware"])
source: Origin of the intel (e.g. "honeypot", "sandbox", "osint")
family_hint: Optional malware family name to skip auto-classification