LICENSE
README.md
pyproject.toml
requirements-runtime.txt
setup.py
frontend/node_modules/flatted/python/flatted.py
herald/__init__.py
herald/cli.py
herald/predict_with_fallback.py
herald/api/__init__.py
herald/api/main.py
herald/core/__init__.py
herald/core/auth.py
herald/core/homoglyph_generator.py
herald/core/playwright_analyzer.py
herald/core/security.py
herald/db/__init__.py
herald/db/models.py
herald/detection/__init__.py
herald/detection/engine.py
herald/detection/heuristic_scorer.py
herald/detection/hybrid_scorer.py
herald/detection/interfaces.py
herald/detection/ml_scorer.py
herald/detection/models.py
herald/features/__init__.py
herald/features/content_features.py
herald/features/dns_features.py
herald/features/lexical_features.py
herald/features/ssl_features.py
herald/features/whois_features.py
herald/ingestion/__init__.py
herald/ingestion/certstream_monitor.py
herald/ingestion/new_domains_monitor.py
herald/ingestion/social_monitor.py
herald/ingestion/tunnel_monitor.py
herald/investigation/__init__.py
herald/investigation/intelligence.py
herald/investigation/models.py
herald/investigation/persistence.py
herald/investigation/pipeline.py
herald/investigation/scoring.py
herald/investigation/targets.py
herald/monitoring/__init__.py
herald/monitoring/metrics.py
herald/monitoring/queue_worker.py
herald/monitoring/redis_queue.py
herald/monitoring/resilience.py
herald/monitoring/run_workers.py
herald/monitoring/scheduler.py
herald/monitoring/visual_worker.py
herald/telemetry/emitter.py
herald/telemetry/schemas.py
herald/telemetry/stream.py
herald/utils/__init__.py
herald/utils/cse_mapper.py
herald/utils/export.py
herald/utils/html_fetcher.py
herald/utils/legitimate_service_detector.py
herald/utils/logging_config.py
herald/utils/pdf_generator.py
herald_investigator.egg-info/PKG-INFO
herald_investigator.egg-info/SOURCES.txt
herald_investigator.egg-info/dependency_links.txt
herald_investigator.egg-info/entry_points.txt
herald_investigator.egg-info/requires.txt
herald_investigator.egg-info/top_level.txt
research/ml_experiments/ablation_v3.py
research/ml_experiments/compare_versions.py
research/ml_experiments/enhanced_features.py
research/ml_experiments/retrain_v2.py
research/ml_experiments/retrain_v3.py
research/scripts/ablation_v3.py
research/scripts/add_indian_legitimate.py
research/scripts/analyze_category_d.py
research/scripts/analyze_errors.py
research/scripts/analyze_v5_fn.py
research/scripts/augment_short_phish_v2.py
research/scripts/build_dataset_v7.py
research/scripts/build_dataset_v8.py
research/scripts/build_full_dataset.py
research/scripts/build_full_dataset_v5.py
research/scripts/compare_v5_v6_fn.py
research/scripts/compare_versions.py
research/scripts/compare_versions_v6.py
research/scripts/download_datasets.py
research/scripts/download_fresh_phishing.py
research/scripts/enrich_with_whois.py
research/scripts/evaluate_v2_fallback.py
research/scripts/evaluate_v2_fallback_fast.py
research/scripts/extract_features_v4.py
research/scripts/extract_features_v7.py
research/scripts/extract_features_v8.py
research/scripts/extract_features_v8_full.py
research/scripts/extract_features_v9.py
research/scripts/extract_legitimate_samples.py
research/scripts/extract_network_features.py
research/scripts/fn_deep_dive.py
research/scripts/generate_latex_docs.py
research/scripts/health_monitor.py
research/scripts/rebuild_v6_whois.py
research/scripts/retrain_v2.py
research/scripts/retrain_v3.py
research/scripts/retrain_v4.py
research/scripts/retrain_v5.py
research/scripts/retrain_v5_tranco.py
research/scripts/retrain_v5b.py
research/scripts/retrain_v6.py
research/scripts/retrain_v7.py
research/scripts/retrain_v8.py
research/scripts/retrain_v9.py
research/scripts/test_v7_content_boost.py
research/scripts/train_char_transformer.py
research/scripts/validate_external.py
research/scripts/validate_external_v3.py
research/scripts/validate_phishtank_v6.py
research/scripts/verify_v7.py
research/scripts/verify_v8.py
research/scripts/verify_v9.py
research/utils/data_loader.py
research/utils/enrich_data.py
research/utils/inspect_data.py
research/utils/post_validation.py
research/utils/submission_helper.py
tests/test_api_queue.py
tests/test_investigation_cli.py
tests/test_queue_worker_visual.py
tests/test_scorer_contracts.py
tests/test_vibe_fixes.py