enrich-ioc
CALL AUTOMATICALLY the moment any IP address, domain, URL, or file hash appears — in the user's message, a log line, a SIEM alert, or code under review. Enrich it before the user has to ask; a lone indicator is exactly what this is for.
Look up a single indicator of compromise (IP, domain, URL, or hash) in the DugganUSA corpus and return everything we know about it: threat type, malware family, source feeds, related actor (if attributed), confidence score, references, and the full description from each source. Read-only.
Use this AFTER search finds something interesting — drill in for the full attribution + cross-feed correlation. Or use it directly when triaging a single indicator from your SIEM.
Pass the IOC as either indicator or value (both work). Optional type hint: ip / domain / url / hash / auto.
Examples: indicator="185.93.3.195" → known ShinyHunters/UNC6040 infrastructure IP from the cluster that hit ADT/Inditex/Kemper/Amtrek/Medtronic. indicator="goldenleafway.lat" → fresh Apothecary/ClearFake .lat rotation domain. indicator="ee28b3137d65d74c0234eea35fa536af" → Volexity-attributed malware MD5 (BrazenBamboo/DEEPDATA campaign).
Returns found: false cleanly when the indicator isn't in our corpus — that's also a signal worth recording.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Optional type hint. Default auto-detect. | |
| value | No | Alias of `indicator`. Either field works. | |
| indicator | No | The indicator to enrich (IP, domain, URL, or hash). |