Hostname
btu.com
Last fetched
btu.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
btu.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:2
- Organization
- perfect privacy,
- Contact emails
- e558u4wx2f3@networksolutionsprivateregistration.com
- gn6ty6nt29x@networksolutionsprivateregistration.com
- gp98c7c55nc@networksolutionsprivateregistration.com
- q39je3pm88h@networksolutionsprivateregistration.com
- ud2mr32c5ec@networksolutionsprivateregistration.com
- wj8v99ey5yc@networksolutionsprivateregistration.com
- yw6u68vh5fb@networksolutionsprivateregistration.com
Subdomains
8 observed subdomains of btu.com.
Web-graph footprint
Distinct hostnames that link to or from btu.com in the public web crawl.
79 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for btu.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 20.94.246.228/32 |
| SPF_IP | 63.119.248.204 |
| SPF_IP | 74.94.172.169 |
| SPF_MX | btu.com |
Related pages
Pivot deeper into the graph from btu.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "btu.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.