Hostname
static-global.com
Last fetched
static-global.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
static-global.com 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
- on behalf of static-global.com owner
- Contact emails
- 138f92c7-24f9-43dd-a99e-e5988a5669e8@identity-protect.org
- 543e033b-6cd9-45da-8740-3141209e1132@identity-protect.org
- 71615a8d-d003-4dc2-a9be-94b270c08ec1@identity-protect.org
- d08d5157-a017-4554-9176-e0ffa4e23264@identity-protect.org
- e94ad5ab-c9b7-4760-8b7a-08bdb934f562@identity-protect.org
- eed3bb03-5a26-4486-8955-47995e329e05@identity-protect.org
Subdomains
2 observed subdomains of static-global.com.
Threat posture
History
Related pages
Pivot deeper into the graph from static-global.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "static-global.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.