Hostname
heywire.com
Last fetched
heywire.com resolves to 7 IPv4 addresses operated by AS33905 in BR. WHOIS lists iana:292 as the registrar.
Nutrition Label
Resolution chain
heywire.com resolves to 7 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
WHOIS identity
- Registrar
- iana:292
- Organization
- mediafriends, inc. and dynamo.com ()
- Contact emails
Subdomains
67 observed subdomains of heywire.com.
Showing 25 of 67. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from heywire.com in the public web crawl.
33 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for heywire.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 13.56.231.28 |
| SPF_IP | 13.57.48.47 |
| SPF_IP | 3.122.39.229 |
| SPF_IP | 34.208.102.118 |
| SPF_IP | 34.213.61.212 |
| SPF_IP | 34.216.190.155 |
| SPF_IP | 44.232.170.195 |
| SPF_IP | 52.23.107.194 |
| SPF_IP | 52.34.69.42 |
| SPF_IP | 52.48.174.220 |
| SPF_IP | 52.49.69.169 |
| SPF_IP | 54.208.22.84 |
| SPF_IP | 54.84.138.115 |
| SPF_IP | 54.84.89.151 |
Related pages
Pivot deeper into the graph from heywire.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "heywire.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.