vinayvobbili/iocflow

Extract and triage indicators of compromise (IOCs) from text or files in CI.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
commandiocflow subcommand to run (extract, enrich, hunt, stix, …).extract
textText to scan. Mutually exclusive with `file`.""
filePath to a file to scan (used when `text` is empty).""
argsExtra arguments appended to the subcommand (e.g. '--dialect sigma').""
versionVersion spec, e.g. '==0.10.0' or '>=0.9'. Empty installs the latest.""
extrasComma-separated extras to install, e.g. 'enrich,stix'. Empty = core only.""
python-versionPython version to set up.3.12
fail-on-findingsExit non-zero when any indicator is found (use as a CI gate).false
namedescription
jsonThe command result as JSON.
countNumber of indicators found (from extract-shaped output; 0 otherwise).