LICENSE
README.md
pyproject.toml
src/orin/__init__.py
src/orin/cli.py
src/orin/main.py
src/orin/orchestrator.py
src/orin.egg-info/PKG-INFO
src/orin.egg-info/SOURCES.txt
src/orin.egg-info/dependency_links.txt
src/orin.egg-info/entry_points.txt
src/orin.egg-info/requires.txt
src/orin.egg-info/top_level.txt
src/orin/analysis/__init__.py
src/orin/analysis/ai.py
src/orin/analysis/attck.py
src/orin/analysis/diff.py
src/orin/analysis/engine.py
src/orin/analysis/reporter.py
src/orin/analysis/rootkit.py
src/orin/analysis/sigma.py
src/orin/analysis/timeline.py
src/orin/analysis/unhide.py
src/orin/analysis/yara_engine.py
src/orin/collectors/__init__.py
src/orin/collectors/connections.py
src/orin/collectors/crontabs.py
src/orin/collectors/deleted_binaries.py
src/orin/collectors/dns_forensics.py
src/orin/collectors/ebpf.py
src/orin/collectors/integrity.py
src/orin/collectors/kernel.py
src/orin/collectors/logs.py
src/orin/collectors/parallel.py
src/orin/collectors/persistence.py
src/orin/collectors/pkg_integrity.py
src/orin/collectors/privilege_audit.py
src/orin/collectors/processes.py
src/orin/collectors/promisc.py
src/orin/collectors/registry.py
src/orin/collectors/remote_agent.py
src/orin/collectors/services.py
src/orin/collectors/session_audit.py
src/orin/collectors/suid.py
src/orin/collectors/triggered_pcap.py
src/orin/collectors/users.py
src/orin/core/__init__.py
src/orin/core/agent_signing.py
src/orin/core/config.py
src/orin/core/credentials.py
src/orin/core/crypto.py
src/orin/core/dashboard.html
src/orin/core/database.py
src/orin/core/doctor.py
src/orin/core/health.py
src/orin/core/hub_server.py
src/orin/core/logging.py
src/orin/core/notifier.py
src/orin/core/rate_limiter.py
src/orin/core/scanner.py
src/orin/core/scheduler.py
src/orin/core/self_defense.py
src/orin/core/self_verify.py
src/orin/core/server.py
src/orin/core/validators.py
src/orin/intel/__init__.py
src/orin/intel/ioc_importer.py
tests/test_agent_signing.py
tests/test_ai.py
tests/test_attck.py
tests/test_baseline.py
tests/test_config.py
tests/test_connection_pool_race_conditions.py
tests/test_connections.py
tests/test_coverage_90.py
tests/test_coverage_boost.py
tests/test_credentials.py
tests/test_crontabs.py
tests/test_crypto.py
tests/test_database.py
tests/test_database_extended.py
tests/test_database_performance.py
tests/test_deleted_binaries.py
tests/test_diff.py
tests/test_dns_forensics.py
tests/test_doctor.py
tests/test_ebpf.py
tests/test_ebpf_setup.py
tests/test_encryption_exceptions.py
tests/test_engine.py
tests/test_health.py
tests/test_hub_server.py
tests/test_input_validation.py
tests/test_integrity.py
tests/test_ioc_importer.py
tests/test_ioc_importer_unit.py
tests/test_kernel.py
tests/test_logs.py
tests/test_main.py
tests/test_notifier.py
tests/test_parallel.py
tests/test_persistence.py
tests/test_pkg_integrity.py
tests/test_privilege_audit.py
tests/test_processes.py
tests/test_promisc.py
tests/test_rate_limiter.py
tests/test_registry.py
tests/test_reporter.py
tests/test_rootkit.py
tests/test_scanner.py
tests/test_scheduler.py
tests/test_security_hardening.py
tests/test_self_defense.py
tests/test_self_verify.py
tests/test_server.py
tests/test_services.py
tests/test_session_audit.py
tests/test_sigma.py
tests/test_sigma_extended.py
tests/test_snapshot_retention.py
tests/test_suid.py
tests/test_timeline.py
tests/test_triggered_pcap.py
tests/test_unhide.py
tests/test_users.py
tests/test_yara_engine.py