Hostname
headshop.com
Last fetched
headshop.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
headshop.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:146
- Organization
- domains by proxy,
- Contact emails
- 00d22b897517fc61430cb4c489a00ebfdc54ce12@privatedomain.gkg.net
- 0586ad4778a3fbb77e6701bc60d189fc590bde79@privatedomain.gkg.net
- 389fca9c07a02a5bbd3b21a61cc378555f51b88f@privatedomain.gkg.net
- 42fcd3c70c199cccb31ddd6049e1e96a1b7b497f@privatedomain.gkg.net
- 438233f12540b375c68fa045a7e5bbd3db3e072a@privatedomain.gkg.net
- 702802e9c7e3175e6a81d1c2086e223c06401697@privatedomain.gkg.net
- ba47a94ea551297441127ca78479e1807d109788@privatedomain.gkg.net
- d6dd3fd13a3bd46f98a630565347d912762ab7cc@privatedomain.gkg.net
- ea7471a6249c98cbf7832023ea26ad59f0e0c7ac@privatedomain.gkg.net
- f3ec3df764908d6bba46fb84650ba43497c9329c@privatedomain.gkg.net
Subdomains
4 observed subdomains of headshop.com.
Web-graph footprint
Distinct hostnames that link to or from headshop.com in the public web crawl.
248 sites link to this hostname.
58 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for headshop.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | shops.myshopify.com |
Related pages
Pivot deeper into the graph from headshop.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "headshop.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.