Hostname
sample-box.net
Last fetched
sample-box.net has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
sample-box.net 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:468
- Organization
- identity protection service
- Contact emails
- 125496ba-f12c-4bba-82d3-50122af5de3c@identity-protect.org
- 4cff99e5-0f98-4ca6-965d-fbad5af03af4@identity-protect.org
- 6e16b655-d132-4ebe-9e44-b6651e08d88c@identity-protect.org
- 72830ac5-118c-4783-835c-57326656e97f@identity-protect.org
- 80da3e5b-4bf5-47af-bfd4-419efa0b6a31@identity-protect.org
- ab488139-77c2-4ea7-82cd-6a11c4a06187@identity-protect.org
- d1126f3a-03c1-445c-87d4-5cef662c173c@identity-protect.org
Subdomains
3 observed subdomains of sample-box.net.
Web-graph footprint
Distinct hostnames that link to or from sample-box.net in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for sample-box.net.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
Related pages
Pivot deeper into the graph from sample-box.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sample-box.net"})-[: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.