README.md
pyproject.toml
src/anteumbra/__init__.py
src/anteumbra/__main__.py
src/anteumbra.egg-info/PKG-INFO
src/anteumbra.egg-info/SOURCES.txt
src/anteumbra.egg-info/dependency_links.txt
src/anteumbra.egg-info/entry_points.txt
src/anteumbra.egg-info/requires.txt
src/anteumbra.egg-info/top_level.txt
src/anteumbra/application/__init__.py
src/anteumbra/application/plugin_manager.py
src/anteumbra/cli/__init__.py
src/anteumbra/cli/main.py
src/anteumbra/domain/__init__.py
src/anteumbra/domain/detector.py
src/anteumbra/domain/entities.py
src/anteumbra/domain/event_source.py
src/anteumbra/domain/notifier.py
src/anteumbra/domain/plugin.py
src/anteumbra/domain/registry_adapter.py
src/anteumbra/domain/repository.py
src/anteumbra/domain/waf_source.py
src/anteumbra/infrastructure/__init__.py
src/anteumbra/infrastructure/block_ledger.py
src/anteumbra/infrastructure/decay_engine.py
src/anteumbra/infrastructure/ip_blocker.py
src/anteumbra/infrastructure/models.py
src/anteumbra/infrastructure/quarantine.py
src/anteumbra/infrastructure/registry_adapter.py
src/anteumbra/infrastructure/suspicious_registry.py
src/anteumbra/infrastructure/threat_graph.py
src/anteumbra/infrastructure/waf_client.py
src/anteumbra/infrastructure/wal_manager.py
src/anteumbra/infrastructure/config/__init__.py
src/anteumbra/infrastructure/config/loader.py
src/anteumbra/infrastructure/config/registry.py
src/anteumbra/infrastructure/config/version.py
src/anteumbra/infrastructure/detection/__init__.py
src/anteumbra/infrastructure/detection/decoder.py
src/anteumbra/infrastructure/detection/file_cluster.py
src/anteumbra/infrastructure/detection/hash_engine.py
src/anteumbra/infrastructure/detection/log_heuristic.py
src/anteumbra/infrastructure/detection/manual_scanner.py
src/anteumbra/infrastructure/detection/memory_shell_tracer.py
src/anteumbra/infrastructure/detection/scanner.py
src/anteumbra/infrastructure/detection/yara_engine.py
src/anteumbra/infrastructure/monitoring/__init__.py
src/anteumbra/infrastructure/monitoring/log_analyzer.py
src/anteumbra/infrastructure/monitoring/log_monitor.py
src/anteumbra/infrastructure/monitoring/metrics.py
src/anteumbra/infrastructure/monitoring/monitor.py
src/anteumbra/infrastructure/monitoring/notifier.py
src/anteumbra/infrastructure/monitoring/siem_exporter.py
src/anteumbra/infrastructure/persistence/__init__.py
src/anteumbra/infrastructure/persistence/json_repository.py
src/anteumbra/infrastructure/persistence/sqlite_repository.py
src/anteumbra/infrastructure/utils/__init__.py
src/anteumbra/infrastructure/utils/logger_factory.py
src/anteumbra/infrastructure/utils/password_utils.py
src/anteumbra/infrastructure/utils/path_utils.py
src/anteumbra/infrastructure/utils/platform_utils.py
src/anteumbra/infrastructure/utils/siem_formatter.py
src/anteumbra/infrastructure/utils/sse_manager.py
src/anteumbra/interfaces/__init__.py
src/anteumbra/interfaces/web/__init__.py
src/anteumbra/interfaces/web/auth.py
src/anteumbra/interfaces/web/factory.py
src/anteumbra/interfaces/web/blueprints/__init__.py
src/anteumbra/interfaces/web/blueprints/_shared.py
src/anteumbra/interfaces/web/blueprints/admin_bp.py
src/anteumbra/interfaces/web/blueprints/blocklist_bp.py
src/anteumbra/interfaces/web/blueprints/metrics.py
src/anteumbra/interfaces/web/blueprints/monitor_bp.py
src/anteumbra/interfaces/web/blueprints/profiles_bp.py
src/anteumbra/interfaces/web/blueprints/quarantine_bp.py
src/anteumbra/interfaces/web/blueprints/records_bp.py
src/anteumbra/interfaces/web/blueprints/scanner_bp.py
src/anteumbra/interfaces/web/blueprints/settings_bp.py
src/anteumbra/interfaces/web/blueprints/system_bp.py
src/anteumbra/interfaces/web/blueprints/yara_bp.py
src/anteumbra/interfaces/web/static/__init__.py
src/anteumbra/interfaces/web/static/css/__init__.py
src/anteumbra/interfaces/web/static/js/__init__.py
src/anteumbra/interfaces/web/static/js/modules/__init__.py
src/anteumbra/interfaces/web/templates/__init__.py
src/anteumbra/interfaces/web/templates/admin/__init__.py
src/anteumbra/interfaces/web/templates/admin/panels/__init__.py
tests/test_e2e_v184.py