LICENSE
README-pypi.md
README.md
pyproject.toml
src/umbra/__init__.py
src/umbra/analytics/__init__.py
src/umbra/analytics/collectors.py
src/umbra/analytics/lakes.py
src/umbra/cli/__init__.py
src/umbra/cli/abuse_cmd.py
src/umbra/cli/analytics_cmd.py
src/umbra/cli/animal_registry_cmd.py
src/umbra/cli/breach.py
src/umbra/cli/case_cmd.py
src/umbra/cli/crypto_cmd.py
src/umbra/cli/ct_cmd.py
src/umbra/cli/entity_watch.py
src/umbra/cli/epss_cmd.py
src/umbra/cli/exposure_cmd.py
src/umbra/cli/faa_cmd.py
src/umbra/cli/feed_cmd.py
src/umbra/cli/file_cmd.py
src/umbra/cli/geoip_cmd.py
src/umbra/cli/intent_cmd.py
src/umbra/cli/internetdb_cmd.py
src/umbra/cli/jev_cmd.py
src/umbra/cli/mac_cmd.py
src/umbra/cli/main.py
src/umbra/cli/onboarding.py
src/umbra/cli/ops_cmd.py
src/umbra/cli/people_cmd.py
src/umbra/cli/phone_cmd.py
src/umbra/cli/plan_exec.py
src/umbra/cli/playbook_cmd.py
src/umbra/cli/psl_cmd.py
src/umbra/cli/records_cmd.py
src/umbra/cli/reputation_seed.py
src/umbra/cli/rf_cmd.py
src/umbra/cli/run_summary.py
src/umbra/cli/scan_cmd.py
src/umbra/cli/sentinel_cmd.py
src/umbra/cli/social_cmd.py
src/umbra/cli/tor_cmd.py
src/umbra/cli/triage_cmd.py
src/umbra/cli/ui_cmd.py
src/umbra/cli/urlscan_cmd.py
src/umbra/cli/wiki_cmd.py
src/umbra/collectors/__init__.py
src/umbra/collectors/animal_registry.py
src/umbra/collectors/asn_cymru.py
src/umbra/collectors/base.py
src/umbra/collectors/county_records.py
src/umbra/collectors/court_records.py
src/umbra/collectors/crtsh.py
src/umbra/collectors/crypto_screen.py
src/umbra/collectors/ct_lake.py
src/umbra/collectors/cve_lookup.py
src/umbra/collectors/darkweb.py
src/umbra/collectors/ddg_search.py
src/umbra/collectors/dns_email_auth.py
src/umbra/collectors/dns_resolve.py
src/umbra/collectors/edgar_search.py
src/umbra/collectors/email_profile.py
src/umbra/collectors/email_split.py
src/umbra/collectors/faa_registry.py
src/umbra/collectors/github_commits.py
src/umbra/collectors/github_user.py
src/umbra/collectors/gravatar.py
src/umbra/collectors/hibp_breach.py
src/umbra/collectors/html_links.py
src/umbra/collectors/http_probe.py
src/umbra/collectors/inmate_locator.py
src/umbra/collectors/internetdb.py
src/umbra/collectors/ip_geo.py
src/umbra/collectors/lookalike_domains.py
src/umbra/collectors/mac_oui.py
src/umbra/collectors/malware_infra.py
src/umbra/collectors/obituary_search.py
src/umbra/collectors/opencorporates.py
src/umbra/collectors/people_lake.py
src/umbra/collectors/phone_validate.py
src/umbra/collectors/platforms.py
src/umbra/collectors/public_records_portals.py
src/umbra/collectors/rdap_domain.py
src/umbra/collectors/rdap_ip.py
src/umbra/collectors/reputation.py
src/umbra/collectors/security_txt.py
src/umbra/collectors/sex_offender_registry.py
src/umbra/collectors/sslbl_cert.py
src/umbra/collectors/tech_fingerprint.py
src/umbra/collectors/tls_cert.py
src/umbra/collectors/urlscan_io.py
src/umbra/collectors/us_state_portals.py
src/umbra/collectors/username_presence.py
src/umbra/collectors/wayback_cdx.py
src/umbra/collectors/wifi_maps.py
src/umbra/collectors/wikidata.py
src/umbra/core/__init__.py
src/umbra/core/config.py
src/umbra/core/dns.py
src/umbra/core/http_guard.py
src/umbra/core/mac.py
src/umbra/core/models.py
src/umbra/core/monitor.py
src/umbra/core/normalize.py
src/umbra/core/notes.py
src/umbra/core/orchestrator.py
src/umbra/core/scoring.py
src/umbra/core/scrape.py
src/umbra/crypto/__init__.py
src/umbra/crypto/alerts.py
src/umbra/crypto/labels.py
src/umbra/crypto/lake.py
src/umbra/crypto/normalize.py
src/umbra/crypto/ofac.py
src/umbra/crypto/services.py
src/umbra/crypto/tail.py
src/umbra/crypto/types.py
src/umbra/crypto/data/services.json
src/umbra/crypto/providers/__init__.py
src/umbra/crypto/providers/base.py
src/umbra/crypto/providers/esplora.py
src/umbra/crypto/providers/evm_rpc.py
src/umbra/crypto/providers/trongrid.py
src/umbra/data/__init__.py
src/umbra/data/geo/county_deep_packs.json
src/umbra/data/geo/national_county2020.txt
src/umbra/data/geo/people_seed_corpus.json
src/umbra/data/geo/us_counties_by_state.json
src/umbra/data/geo/us_county_collector_tracker.json
src/umbra/db/__init__.py
src/umbra/db/repository.py
src/umbra/db/schema.py
src/umbra/email/__init__.py
src/umbra/email/parse.py
src/umbra/email/plan.py
src/umbra/email/profile.py
src/umbra/email/verdict.py
src/umbra/export/__init__.py
src/umbra/export/bundle.py
src/umbra/export/profile.py
src/umbra/export/remediation.py
src/umbra/feeds/__init__.py
src/umbra/feeds/ingest.py
src/umbra/feeds/rss.py
src/umbra/geo/__init__.py
src/umbra/geo/deep_packs.py
src/umbra/geo/us_counties.py
src/umbra/graph/__init__.py
src/umbra/ingest/__init__.py
src/umbra/ingest/detect.py
src/umbra/ingest/entities.py
src/umbra/ingest/metadata.py
src/umbra/intent/__init__.py
src/umbra/intent/extract.py
src/umbra/intent/llm.py
src/umbra/intent/merge.py
src/umbra/intent/plan.py
src/umbra/intent/schema.py
src/umbra/ip_corpus/__init__.py
src/umbra/jev/__init__.py
src/umbra/jev/adjudicate.py
src/umbra/jev/client.py
src/umbra/jev/combine.py
src/umbra/jev/facts.py
src/umbra/jev/questions.py
src/umbra/lake/__init__.py
src/umbra/lake/abusech.py
src/umbra/lake/animal_registry.py
src/umbra/lake/ct.py
src/umbra/lake/epss.py
src/umbra/lake/faa.py
src/umbra/lake/fec.py
src/umbra/lake/geoip.py
src/umbra/lake/iana_ports.py
src/umbra/lake/inventory.py
src/umbra/lake/irs990.py
src/umbra/lake/nppes.py
src/umbra/lake/oui.py
src/umbra/lake/parcel_sources.py
src/umbra/lake/parcels.py
src/umbra/lake/people.py
src/umbra/lake/psl.py
src/umbra/lake/rf.py
src/umbra/lake/store.py
src/umbra/lake/tor.py
src/umbra/lake/uls.py
src/umbra/lists/__init__.py
src/umbra/lists/adult.py
src/umbra/ops/__init__.py
src/umbra/ops/digest.py
src/umbra/ops/events.py
src/umbra/ops/notify.py
src/umbra/ops/quality.py
src/umbra/people/__init__.py
src/umbra/people/enrich.py
src/umbra/people/fill.py
src/umbra/people/graph.py
src/umbra/people/grow.py
src/umbra/people/inmate_parse.py
src/umbra/people/lake_coverage.py
src/umbra/people/names.py
src/umbra/people/obituary_parse.py
src/umbra/people/portal_health.py
src/umbra/people/records_parse.py
src/umbra/people/repair.py
src/umbra/people/search.py
src/umbra/people/seed.py
src/umbra/people/sor_parse.py
src/umbra/people/wikidata.py
src/umbra/phone/__init__.py
src/umbra/phone/ftc.py
src/umbra/phone/normalize.py
src/umbra/phone/store.py
src/umbra/phone/verdict.py
src/umbra/records/__init__.py
src/umbra/records/coverage.py
src/umbra/records/discover.py
src/umbra/records/parcels.py
src/umbra/records/region.py
src/umbra/scan/__init__.py
src/umbra/scan/ports.py
src/umbra/sentinel/__init__.py
src/umbra/social/__init__.py
src/umbra/social/compose.py
src/umbra/social/store.py
src/umbra/social/x.py
src/umbra/triage/__init__.py
src/umbra/triage/alert.py
src/umbra/triage/disposition.py
src/umbra/triage/engine.py
src/umbra/wiki/__init__.py
src/umbra/wiki/identifiers.py
src/umbra/wiki/index.py
src/umbra/wiki/parse.py
src/umbra/wiki/paths.py
src/umbra/wiki/service.py
src/umbra/worker/__init__.py
src/umbra/worker/main.py
src/umbra_osint.egg-info/PKG-INFO
src/umbra_osint.egg-info/SOURCES.txt
src/umbra_osint.egg-info/dependency_links.txt
src/umbra_osint.egg-info/entry_points.txt
src/umbra_osint.egg-info/requires.txt
src/umbra_osint.egg-info/top_level.txt
tests/test_abuse_lake.py
tests/test_abuseipdb_tor_interaction.py
tests/test_analytics_bots.py
tests/test_analytics_cli.py
tests/test_analytics_collectors.py
tests/test_animal_registry.py
tests/test_backend_phase.py
tests/test_blocked_source_is_not_evidence.py
tests/test_breach.py
tests/test_case_retention.py
tests/test_cli_ingest.py
tests/test_cli_onboarding.py
tests/test_cli_reputation_seed.py
tests/test_court_records.py
tests/test_crypto_framework.py
tests/test_ct.py
tests/test_ct_lake_collector.py
tests/test_darkweb.py
tests/test_dns.py
tests/test_dnsbl_severity.py
tests/test_doctor_lakes.py
tests/test_domain_reputation_lake.py
tests/test_email_auth.py
tests/test_email_pivot_scope.py
tests/test_email_profile.py
tests/test_email_split.py
tests/test_epss_lake.py
tests/test_evidence_summaries.py
tests/test_faa_cli.py
tests/test_faa_collector.py
tests/test_faa_intent.py
tests/test_faa_lake.py
tests/test_fec_lake.py
tests/test_geo_precision.py
tests/test_geoip.py
tests/test_github_user.py
tests/test_graph_grouping.py
tests/test_http_guard.py
tests/test_ingest.py
tests/test_ingest_metadata.py
tests/test_inmate_parse.py
tests/test_intent.py
tests/test_intent_bare_names.py
tests/test_intent_llm.py
tests/test_intent_unreached_collectors.py
tests/test_internetdb.py
tests/test_internetdb_cli.py
tests/test_ip_corpus.py
tests/test_irs990_lake.py
tests/test_jev_adjudicate.py
tests/test_jev_client.py
tests/test_jev_combine.py
tests/test_jev_facts.py
tests/test_jobs.py
tests/test_json_output_is_parseable.py
tests/test_lake_inventory.py
tests/test_mac.py
tests/test_normalize.py
tests/test_notes.py
tests/test_nppes_lake.py
tests/test_obituary_parse.py
tests/test_opencorporates_retired.py
tests/test_parcel_coverage.py
tests/test_parcel_identity.py
tests/test_parcel_lake.py
tests/test_parcel_region_repair.py
tests/test_people_bop_unified.py
tests/test_people_coverage_cli.py
tests/test_people_enrich.py
tests/test_people_fill.py
tests/test_people_find_city.py
tests/test_people_find_json.py
tests/test_people_find_limit.py
tests/test_people_find_state.py
tests/test_people_graph.py
tests/test_people_grow.py
tests/test_people_irs990_unified.py
tests/test_people_lake.py
tests/test_people_lake_collector.py
tests/test_people_names.py
tests/test_people_nppes_unified.py
tests/test_people_parcels_unified.py
tests/test_people_repair.py
tests/test_people_search.py
tests/test_people_search_readiness.py
tests/test_people_seed.py
tests/test_people_uls_unified.py
tests/test_person_gate_bypass.py
tests/test_phone.py
tests/test_phone_validate_collector.py
tests/test_pivot_policy.py
tests/test_portal_health.py
tests/test_profile_sections.py
tests/test_psl_alignment.py
tests/test_records_discover.py
tests/test_records_parcels.py
tests/test_records_parse.py
tests/test_repository.py
tests/test_reputation.py
tests/test_rf_lake.py
tests/test_rf_overpass_backoff.py
tests/test_scoring.py
tests/test_scoring_combination.py
tests/test_scrape.py
tests/test_sentinel.py
tests/test_sor_parse.py
tests/test_sqlite_schema_drift.py
tests/test_tier_a.py
tests/test_timeouts.py
tests/test_tor_lake.py
tests/test_triage_alert.py
tests/test_triage_cli.py
tests/test_triage_disposition.py
tests/test_triage_engine.py
tests/test_uls_lake.py
tests/test_unchecked_is_not_clean.py
tests/test_urlscan_cli.py
tests/test_urlscan_io.py
tests/test_us_counties.py
tests/test_us_state_portals.py
tests/test_wiki.py
tests/test_wiki_identifiers.py
tests/test_worker.py