MANIFEST.in
README.pypi.md
agent.yml
pyproject.toml
agent/__init__.py
agent/cli.py
agent/config.py
agent/core/__init__.py
agent/core/cloud_client.py
agent/core/engine.py
agent/core/quarantine.py
agent/core/rule_updater.py
agent/core/watcher.py
agent/scanners/__init__.py
agent/scanners/extension_scanner.py
agent/scanners/hash_scanner.py
agent/scanners/yara_scanner.py
agent/utils/__init__.py
aientrophy_nightwatch.egg-info/PKG-INFO
aientrophy_nightwatch.egg-info/SOURCES.txt
aientrophy_nightwatch.egg-info/dependency_links.txt
aientrophy_nightwatch.egg-info/entry_points.txt
aientrophy_nightwatch.egg-info/requires.txt
aientrophy_nightwatch.egg-info/top_level.txt
cloud/__init__.py
cloud/analyzer/__init__.py
cloud/analyzer/ai_analyzer.py
cloud/analyzer/rate_limiter.py
cloud/api/__init__.py
cloud/api/auth.py
cloud/api/rules.py
cloud/api/server.py
cloud/integrations/__init__.py
cloud/integrations/aifread_bridge.py
cloud/store/__init__.py
cloud/store/event_store.py
cloud/store/hash_store.py
rules/hash/malware_hashes.txt
rules/yara/malware_generic.yar
rules/yara/webshells.yar
scripts/install.sh
scripts/uninstall.sh
tests/test_cloud_api.py
tests/test_config.py
tests/test_extension_scanner.py
tests/test_hash_scanner.py
tests/test_quarantine.py