.gitignore
AUTHORS.md
LICENSE.txt
Pipfile
Pipfile.lock
README.md
config.yml.sample
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/release_pypi.yml
.github/workflows/release_testpypi.yml
src/pdnssoc_cli.egg-info/PKG-INFO
src/pdnssoc_cli.egg-info/SOURCES.txt
src/pdnssoc_cli.egg-info/dependency_links.txt
src/pdnssoc_cli.egg-info/entry_points.txt
src/pdnssoc_cli.egg-info/not-zip-safe
src/pdnssoc_cli.egg-info/requires.txt
src/pdnssoc_cli.egg-info/top_level.txt
src/pdnssoccli/__init__.py
src/pdnssoccli/pdnssoccli.py
src/pdnssoccli/subcommands/__init__.py
src/pdnssoccli/subcommands/alert.py
src/pdnssoccli/subcommands/correlate.py
src/pdnssoccli/subcommands/daemonize.py
src/pdnssoccli/subcommands/fetch_iocs.py
src/pdnssoccli/subcommands/utils.py
src/pdnssoccli/utils/__init__.py
src/pdnssoccli/utils/alert.py
src/pdnssoccli/utils/correlation.py
src/pdnssoccli/utils/enrichment.py
src/pdnssoccli/utils/file.py
src/pdnssoccli/utils/time.py
src/resources/alert_email_template.html
tests/conftest.py