extract_iocs
Extract Indicators of Compromise from binary files: IPs, URLs, domains, file paths, registry keys, emails, crypto wallets, and embedded payloads for threat analysis.
Instructions
Extract Indicators of Compromise from a binary: IP addresses, URLs, domains, file paths, registry keys, email addresses, crypto wallets, and embedded payloads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| binary_path | Yes | Absolute path to the binary file | |
| scan_all_bytes | No | Search all bytes (slower) vs only data sections | |
| include_context | No | Include xref context for each IOC |