Hostname
dh-dev.brightspeed.com
Last fetched
dh-dev.brightspeed.com resolves to 6 IPv4 addresses operated by LEVEL3 - Level 3 Parent, LLC in US.
Nutrition Label
Resolution chain
dh-dev.brightspeed.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 207.120.33.106 | 207.120.0.0/14 | AS3356 | LEVEL3 - Level 3 Parent, LLC | US |
| 207.120.34.37 | 207.120.0.0/14 | AS3356 | LEVEL3 - Level 3 Parent, LLC | US |
| 207.120.34.38 | 207.120.0.0/14 | AS3356 | LEVEL3 - Level 3 Parent, LLC | US |
| 207.120.34.39 | 207.120.0.0/14 | AS3356 | LEVEL3 - Level 3 Parent, LLC | US |
| 207.120.34.40 | 207.120.0.0/14 | AS3356 | LEVEL3 - Level 3 Parent, LLC | US |
| 207.120.34.41 | 207.120.0.0/14 | AS3356 | LEVEL3 - Level 3 Parent, LLC | US |
WHOIS identity
No WHOIS records are currently associated with dh-dev.brightspeed.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from dh-dev.brightspeed.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dh-dev.brightspeed.com"})-[:RESOLVES_TO]->(ip:IPV4)
-[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
-[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20Or query Whisper from your own LLM workflow via the Whisper MCP server.