.gitignore
DEPLOYMENT_GUIDE.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
dns_threat_detector/__init__.py
dns_threat_detector/check_install.py
dns_threat_detector/cli.py
dns_threat_detector/detector.py
dns_threat_detector.egg-info/PKG-INFO
dns_threat_detector.egg-info/SOURCES.txt
dns_threat_detector.egg-info/dependency_links.txt
dns_threat_detector.egg-info/entry_points.txt
dns_threat_detector.egg-info/requires.txt
dns_threat_detector.egg-info/top_level.txt
dns_threat_detector/models/lgbm_typo_enhanced.pkl
dns_threat_detector/models/lstm_model.pth
dns_threat_detector/models/meta_learner.pkl
dns_threat_detector/models/tokenizer.pkl
dns_threat_detector/safelists/tier1_critical.txt
dns_threat_detector/safelists/tier2_high_trust.txt
dns_threat_detector/safelists/tier3_general.txt
examples/basic_usage.py
examples/batch_processing.py
tests/__init__.py
tests/test_detector.py