Skip to content

Hostname

staging.craphound.com

Last fetched

staging.craphound.com resolves to 3 IPv4 addresses operated by HETZNER-AS in DE.

Nutrition Label

WHISPER CANON · staging.craphound.comRouting diversity3.0/10Peering density8.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.0/10canon.whisper.security/host/staging.craphound.com

Resolution chain

staging.craphound.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
142.132.196.168142.132.128.0/17AS24940HETZNER-ASDE
172.104.232.45172.104.224.0/19AS63949VKT-HK Viking Telecom LimitedDE
185.196.61.178185.196.61.0/24AS136258ACCOR-ASCA

WHOIS identity

No WHOIS records are currently associated with staging.craphound.com in WhisperGraph.

Subdomains

1 observed subdomain of staging.craphound.com.

Threat posture

History

Mail and authentication

MX records

SPF policy

2 SPF mechanisms authorising senders for staging.craphound.com.

MechanismTarget
SPF_INCLUDEwpdatacenter.com
SPF_IP204.11.50.128/28

Related pages

Pivot deeper into the graph from staging.craphound.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "staging.craphound.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.