Hostname
testdrive.bg
Last fetched
testdrive.bg appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.
Nutrition Label
Resolution chain
testdrive.bg has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
No WHOIS records are currently associated with testdrive.bg in WhisperGraph.
Subdomains
84 observed subdomains of testdrive.bg.
Showing 25 of 84. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from testdrive.bg in the public web crawl.
80 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
- testdrive.bg
SPF policy
6 SPF mechanisms authorising senders for testdrive.bg.
| Mechanism | Target |
|---|---|
| SPF_A | testdrive.bg |
| SPF_INCLUDE | s8.spf.superhosting.bg |
| SPF_INCLUDE | smtp-out.spf.superhosting.bg |
| SPF_IP | 164.138.218.12 |
| SPF_IP | 79.98.104.6/32 |
| SPF_MX | testdrive.bg |
Related pages
Pivot deeper into the graph from testdrive.bg.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "testdrive.bg"})-[: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.