.gitignore
LICENSE
MANIFEST.in
README.md
iocparser-cli
iocparser.py
pyproject.toml
requirements.txt
setup.py
.github/workflows/ci.yml
.github/workflows/publish.yml
.github/workflows/test.yml
examples/README.md
examples/sample_report.txt
iocparser/README.md
iocparser/__init__.py
iocparser/main.py
iocparser/modules/__init__.py
iocparser/modules/exceptions.py
iocparser/modules/extractor.py
iocparser/modules/file_parser.py
iocparser/modules/logger.py
iocparser/modules/output_formatter.py
iocparser/modules/streaming.py
iocparser/modules/utils.py
iocparser/modules/warninglists.py
iocparser/modules/data/legitimate_domains.json
iocparser/modules/data/misp_warninglists_cache.json
iocparser/modules/data/misp_warninglists_metadata.json
iocparser_tool.egg-info/PKG-INFO
iocparser_tool.egg-info/SOURCES.txt
iocparser_tool.egg-info/dependency_links.txt
iocparser_tool.egg-info/entry_points.txt
iocparser_tool.egg-info/not-zip-safe
iocparser_tool.egg-info/requires.txt
iocparser_tool.egg-info/top_level.txt
tests/__init__.py
tests/test_basic.py
tests/test_duplicate_removal.py
tests/test_duplicate_removal_simple.py
tests/test_exceptions.py
tests/test_extractors.py
tests/test_file_parser.py
tests/test_init.py
tests/test_logger.py
tests/test_main.py
tests/test_output_formatter.py
tests/test_performance.py
tests/test_streaming.py
tests/test_utils.py
tests/test_warninglists.py