Hostname
foo.sh
Last fetched
foo.sh is a hostname indexed by WhisperGraph, the internet-infrastructure graph behind the Whisper Internet Directory. foo.sh is not listed on any threat feed indexed by WhisperGraph; reconciled level NONE.
Threat posture
0threat score (procedure-native scale)
NONENo threats observed.
- Threat feeds listing this
- 0
- Verdict coverage
- known-clean
Nutrition Label
Resolution chain
No IPv4 resolution is recorded for foo.sh in WhisperGraph.
IPv6 resolution
No AAAA record for foo.sh is recorded in WhisperGraph.
WHOIS identity
- Registrar
- iana:1011
- Registrant organisation
- digital privacy corporation
Subdomains
Web-graph footprint
Sampled `LINKS_TO` edges. The hyperlink layer is a pilot sample, not a web-scale crawl, so these are illustrative.
Mail and authentication
Nameservers
- ns1.foo.sh
- ns2.foo.sh
MX records
- mail.foo.sh
SPF policy
- mx: foo.sh
- include: _spf.foo.sh
Threat-feed evidence
History
Related pages
Pivot from foo.sh into the addresses, networks and registries it depends on.
Cypher and MCP
Reproduce this hostname's resolution chain against graph.whisper.security:
MATCH (h:HOSTNAME {name: "foo.sh"})-[:RESOLVES_TO]->(ip:IPV4)
-[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)-[:ROUTES]->(a:ASN)
OPTIONAL MATCH (a)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, a.name AS asn, n.name AS network
LIMIT 20Or query Whisper from your own LLM workflow via the Whisper MCP server.