LICENSE
README.md
pyproject.toml
loghunter/__init__.py
loghunter/cli.py
loghunter/cli_init.py
loghunter/runner.py
loghunter/common/__init__.py
loghunter/common/allowlist.py
loghunter/common/clustering.py
loghunter/common/config.py
loghunter/common/display.py
loghunter/common/errors.py
loghunter/common/finding.py
loghunter/common/output.py
loghunter/common/paths.py
loghunter/common/sources.py
loghunter/common/loader/__init__.py
loghunter/common/loader/diagnostics.py
loghunter/common/loader/discovery.py
loghunter/common/loader/io.py
loghunter/common/loader/pipeline.py
loghunter/common/loader/sniff.py
loghunter/common/loader/types.py
loghunter/common/loader/windowing.py
loghunter/data/config_example.toml
loghunter/data/allowlist/connections.txt
loghunter/data/allowlist/domains_devices.txt
loghunter/data/allowlist/domains_homelab.txt
loghunter/data/allowlist/domains_universal.txt
loghunter/detectors/__init__.py
loghunter/detectors/auth.py
loghunter/detectors/aws.py
loghunter/detectors/beacon.py
loghunter/detectors/dns.py
loghunter/detectors/dnsblock.py
loghunter/detectors/duration.py
loghunter/detectors/protocol.py
loghunter/detectors/scan.py
loghunter/detectors/ssl.py
loghunter/detectors/syslog.py
loghunter/detectors/weird.py
loghunter/digest/__init__.py
loghunter/digest/_stats.py
loghunter/digest/blob.py
loghunter/digest/cloudtrail.py
loghunter/digest/conn.py
loghunter/digest/dns.py
loghunter/digest/syslog.py
loghunter/exporters/__init__.py
loghunter/exporters/cloudtrail.py
loghunter/exporters/splunk.py
loghunter/outputs/__init__.py
loghunter/outputs/allowlist.py
loghunter/outputs/csv.py
loghunter/outputs/email.py
loghunter/outputs/html.py
loghunter/outputs/json.py
loghunter/outputs/text.py
loghunter/parsers/__init__.py
loghunter/parsers/cloudtrail.py
loghunter/parsers/dnsmasq.py
loghunter/parsers/syslog.py
loghunter/parsers/zeek.py
loghunter/parsers/zeek_tsv.py
loghunter_cli.egg-info/PKG-INFO
loghunter_cli.egg-info/SOURCES.txt
loghunter_cli.egg-info/dependency_links.txt
loghunter_cli.egg-info/entry_points.txt
loghunter_cli.egg-info/requires.txt
loghunter_cli.egg-info/top_level.txt
migrations/cloudtrail_parquet.py
migrations/conn_fft.py
migrations/conn_scan.py
migrations/dns_dbscan.py
migrations/get_syslog.py
migrations/syslog_drain3.py
scratch/junk/parquet.py
tests/__init__.py
tests/_cloudtrail_fakes.py
tests/conftest.py
tests/test_allowlist_defaults_accessor.py
tests/test_architecture_spine.py
tests/test_aws_detector.py
tests/test_be_like_water.py
tests/test_cli_help.py
tests/test_cli_multi_positional.py
tests/test_cloudtrail_exporter.py
tests/test_cloudtrail_exporter_botocore.py
tests/test_cloudtrail_parser.py
tests/test_clustering.py
tests/test_clustering_interruptible.py
tests/test_config_cli.py
tests/test_config_example_drift.py
tests/test_digest_blob.py
tests/test_digest_cli.py
tests/test_digest_cloudtrail.py
tests/test_digest_conn.py
tests/test_digest_dns.py
tests/test_digest_stats.py
tests/test_digest_syslog.py
tests/test_display.py
tests/test_dns_detector.py
tests/test_dnsmasq_parser.py
tests/test_duration_detector.py
tests/test_export_orchestrator_shape.py
tests/test_init_wizard.py
tests/test_loader.py
tests/test_loader_package_surface.py
tests/test_loader_window_model.py
tests/test_output_path_cascade.py
tests/test_resolve_path.py
tests/test_root_provenance.py
tests/test_runner.py
tests/test_scan_detector.py
tests/test_search_paths.py
tests/test_sniff_orchestrator.py
tests/test_sniff_recognizers.py
tests/test_source_resolution_seam.py
tests/test_sources.py
tests/test_splunk_exporter.py
tests/test_syslog_detector.py
tests/test_syslog_parser.py
tests/test_text_output.py
tests/test_zeek_tsv_parser.py