README.md
pyproject.toml
src/raptorscope/__init__.py
src/raptorscope/__main__.py
src/raptorscope/cli.py
src/raptorscope/collection.py
src/raptorscope.egg-info/PKG-INFO
src/raptorscope.egg-info/SOURCES.txt
src/raptorscope.egg-info/dependency_links.txt
src/raptorscope.egg-info/entry_points.txt
src/raptorscope.egg-info/requires.txt
src/raptorscope.egg-info/top_level.txt
src/raptorscope/ai/__init__.py
src/raptorscope/ai/client.py
src/raptorscope/ai/service.py
src/raptorscope/api/__init__.py
src/raptorscope/api/app.py
src/raptorscope/api/auth.py
src/raptorscope/api/docs.py
src/raptorscope/api/store.py
src/raptorscope/detect/__init__.py
src/raptorscope/detect/convert.py
src/raptorscope/detect/es_detector.py
src/raptorscope/detect/evaluate.py
src/raptorscope/detect/pairing.py
src/raptorscope/es/__init__.py
src/raptorscope/es/indexer.py
src/raptorscope/es/store.py
src/raptorscope/es/template.py
src/raptorscope/normalize/__init__.py
src/raptorscope/normalize/autoruns.py
src/raptorscope/normalize/btm.py
src/raptorscope/normalize/config_profiles.py
src/raptorscope/normalize/cron.py
src/raptorscope/normalize/ecs.py
src/raptorscope/normalize/inventory.py
src/raptorscope/normalize/launch_items.py
src/raptorscope/normalize/login_items.py
src/raptorscope/normalize/network.py
src/raptorscope/normalize/processes.py
src/raptorscope/normalize/quarantine.py
src/raptorscope/normalize/tcc.py
tests/test_cli.py
tests/test_collection.py
tests/test_demo.py
tests/test_detect_measure.py
tests/test_ingest_all.py
tests/test_pairing_full.py
tests/test_profile.py
tests/test_smoke.py