Hostname
67shu.cc
Last fetched
67shu.cc resolves to 2 IPv4 addresses operated by GORILLASERVERS - GorillaServers, Inc. in US.
Nutrition Label
Resolution chain
67shu.cc 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 |
|---|---|---|---|---|
| 104.250.140.2 | 104.250.128.0/19 | AS53850 | GORILLASERVERS - GorillaServers, Inc. | US |
| 38.55.144.60 | 38.55.144.0/24 | AS400619 | AROSS-AS - AROSSCLOUD INC. | US |
WHOIS identity
No WHOIS records are currently associated with 67shu.cc in WhisperGraph.
Subdomains
1 observed subdomain of 67shu.cc.
| Subdomain |
|---|
| www.67shu.cc |
Threat posture
History
Related pages
Pivot deeper into the graph from 67shu.cc.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "67shu.cc"})-[: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.