Python package to defang (neutralize) and fang (reactivate) indicators of compromise (IOCs) from text. Version 5.0.0, requires Python >=3.10. Active development, release cadence irregular.
pip install ioc-fangerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic defang and fang operations on a URL.
Remove `safe` argument; use post-processing if needed.
Use `fang` directly; it now handles all types by default.
Check if input is fanged before defanging, or use fang to ensure active IOCs.
Install via pip (pip install ioc-fanger) and import as `from ioc_fanger import ...`.
Ensure you have version 5.x and use `from ioc_fanger import defang`.
Remove the `safe` argument; if needed, handle safe characters separately.
No dependency data recorded yet.