Neighborhood Threat Scan
Guilt by association, made visible. Point it at a domain or address and it looks at everything living nearby — other sites on the same server, flagged neighbours in the same network block, and the related infrastructure an attacker tends to reuse. You learn whether your target sits in a clean neighbourhood or a bad one, and get the leads to pivot into the wider campaign around it.
How it uses the graph
Traverses the WHOIS, DNS, threat-intel layers of the graph, in 13 steps:
Finding domains on the seed's IP…
Finding domains sharing its WHOIS email…
Reading the nameservers it delegates to…
Finding registrant-shared domains on no feed…
Scoring a sibling with explain()…
Serving IPs & their threat flags…
Flagged domains sharing the same IP…
Per-IP co-tenants & shared/dedicated class…
Domains co-hosted on this IP (with phishing flags)…
IP network owner & threat status…
Flagged neighbors in the same announced prefix…
Prefix threat-listing density…
Curated abuse / bulletproof signals…
Why each step runs
- 01Co-tenants on the same IP. Reverse-resolves the seed's address to its co-tenants, the first and cheapest pivot to sibling infrastructure.
- 02Shared-registrant pivot. Pivots on the registrant email — the highest-signal operator link — to domains the same actor registered.
- 03Nameservers it uses. Names the DNS operators the seed uses, a delegation pivot that clusters infrastructure under shared providers.
- 04Unflagged siblings (forward TI). Filters the registrant estate to siblings absent from threat feeds — the not-yet-flagged campaign infrastructure forward TI exists to catch.
- 05Verdict on a sibling. Lets the analyst pivot any discovered hit through a sourced verdict to confirm and prioritise it.
- 06Serving IPs & their threat flags. Shows whether any IP address serving the domain is itself flagged malicious (Tor exit, C2, malware).
- 07Flagged domains sharing the same IP. Flags whether the domain shares an IP with any known-malicious domain — guilt by proximity.
- 08Per-IP co-tenants & shared/dedicated class. Counts the other hostnames answering from each serving IP and classifies it dedicated, low-density or shared — the call a takedown hinges on.
- 09Domains co-hosted on this IP (with phishing flags). For an IP indicator, lists every hostname served from it with phishing/threat flags — co-hosting density and whether it mixes phishing with legitimate sites.
- 10IP network owner & threat status. For an IP indicator, names the announced prefix, ASN and network operator alongside the IP's own threat verdict in one pass.
- 11Flagged neighbors in the same announced prefix. For an IP indicator, reveals other malicious IPs in the same routed block — a dirty neighborhood signal.
- 12Prefix threat-listing density. For a prefix indicator, counts how many of its IPs are threat-listed and across how many feeds — how saturated the CIDR block is with abuse.
- 13Curated abuse / bulletproof signals. Surfaces explicit curated abuse signals such as toxic-neighborhood on the indicator (or its prefix) — the sparse, high-signal bulletproof-hosting marker.