LICENSE
README.md
pyproject.toml
sigwood/__init__.py
sigwood/__main__.py
sigwood/cli.py
sigwood/cli_allowlist.py
sigwood/cli_init.py
sigwood/runner.py
sigwood.egg-info/PKG-INFO
sigwood.egg-info/SOURCES.txt
sigwood.egg-info/dependency_links.txt
sigwood.egg-info/entry_points.txt
sigwood.egg-info/requires.txt
sigwood.egg-info/top_level.txt
sigwood/common/__init__.py
sigwood/common/allowlist.py
sigwood/common/clustering.py
sigwood/common/config.py
sigwood/common/display.py
sigwood/common/errors.py
sigwood/common/finding.py
sigwood/common/output.py
sigwood/common/paths.py
sigwood/common/sources.py
sigwood/common/loader/__init__.py
sigwood/common/loader/diagnostics.py
sigwood/common/loader/discovery.py
sigwood/common/loader/io.py
sigwood/common/loader/pipeline.py
sigwood/common/loader/sniff.py
sigwood/common/loader/types.py
sigwood/common/loader/windowing.py
sigwood/data/config_example.toml
sigwood/data/allowlist/connections
sigwood/data/allowlist/domains_common
sigwood/data/allowlist/domains_devices
sigwood/data/allowlist/domains_homelab
sigwood/data/allowlist/domains_user
sigwood/detectors/__init__.py
sigwood/detectors/auth.py
sigwood/detectors/aws.py
sigwood/detectors/beacon.py
sigwood/detectors/dns.py
sigwood/detectors/dnsblock.py
sigwood/detectors/duration.py
sigwood/detectors/protocol.py
sigwood/detectors/scan.py
sigwood/detectors/ssl.py
sigwood/detectors/syslog.py
sigwood/detectors/weird.py
sigwood/digest/__init__.py
sigwood/digest/_stats.py
sigwood/digest/blob.py
sigwood/digest/cloudtrail.py
sigwood/digest/conn.py
sigwood/digest/dns.py
sigwood/digest/syslog.py
sigwood/exporters/__init__.py
sigwood/exporters/cloudtrail.py
sigwood/exporters/splunk.py
sigwood/outputs/__init__.py
sigwood/outputs/_evidence.py
sigwood/outputs/_render_model.py
sigwood/outputs/_sanitize.py
sigwood/outputs/_serialize.py
sigwood/outputs/csv.py
sigwood/outputs/email.py
sigwood/outputs/html.py
sigwood/outputs/json.py
sigwood/outputs/pdf.py
sigwood/outputs/text.py
sigwood/parsers/__init__.py
sigwood/parsers/cloudtrail.py
sigwood/parsers/dnsmasq.py
sigwood/parsers/syslog.py
sigwood/parsers/zeek.py
sigwood/parsers/zeek_tsv.py
tests/test_allowlist_defaults_accessor.py
tests/test_allowlist_discovery.py
tests/test_allowlist_matcher.py
tests/test_allowlist_plan.py
tests/test_allowlist_verb.py
tests/test_architecture_spine.py
tests/test_aws_detector.py
tests/test_be_like_water.py
tests/test_beacon_detector.py
tests/test_cli_help.py
tests/test_cli_hunt.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_config_unknown_sections.py
tests/test_csv_output.py
tests/test_demo_corpus.py
tests/test_detector_import_failures.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_format_flag.py
tests/test_html_output.py
tests/test_init_wizard.py
tests/test_json_output.py
tests/test_loader.py
tests/test_loader_package_surface.py
tests/test_loader_window_model.py
tests/test_module_entrypoint.py
tests/test_output_control_bytes.py
tests/test_output_path_cascade.py
tests/test_pdf_output.py
tests/test_render_parity.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_serialize.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_suppression_disclosure.py
tests/test_syslog_detector.py
tests/test_syslog_parser.py
tests/test_text_golden.py
tests/test_text_output.py
tests/test_version.py
tests/test_voice_consistency.py
tests/test_warnings_policy.py
tests/test_zeek_tsv_parser.py