Hostname
headshop-hero.com
Last fetched
headshop-hero.com resolves to 2 IPv4 addresses operated by AS34309 in DE. WHOIS lists iana:1387 as the registrar.
Nutrition Label
Resolution chain
headshop-hero.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 128.65.223.106 | 128.75.237.0/24 | AS34309 | — | DE |
| 31.172.91.113 | 31.172.134.0/23 | AS44066 | — | DE |
WHOIS identity
- Registrar
- iana:1387
- Organization
- 420z
- Contact emails
- —
Subdomains
1 observed subdomain of headshop-hero.com.
| Subdomain |
|---|
| www.headshop-hero.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for headshop-hero.com.
| Mechanism | Target |
|---|---|
| SPF_A | headshop-hero.com |
| SPF_IP | 185.30.32.0/22 |
| SPF_IP | 37.17.224.0/21 |
| SPF_IP | 45.153.56.0/22 |
| SPF_IP | 88.82.224.0/19 |
| SPF_MX | headshop-hero.com |
Related pages
Pivot deeper into the graph from headshop-hero.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "headshop-hero.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.