Hostname
s006.est-host.com
Last fetched
s006.est-host.com resolves to 2 IPv4 addresses operated by NOCIX - Nocix, LLC in US.
Nutrition Label
Resolution chain
s006.est-host.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 |
|---|---|---|---|---|
| 192.187.99.34 | 192.187.96.0/19 | AS33387 | NOCIX - Nocix, LLC | US |
| 69.197.135.82 | 69.197.128.0/18 | AS32097 | WII - WholeSale Internet, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with s006.est-host.com in WhisperGraph.
Subdomains
1 observed subdomain of s006.est-host.com.
| Subdomain |
|---|
| www.s006.est-host.com |
Threat posture
History
Related pages
Pivot deeper into the graph from s006.est-host.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "s006.est-host.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.