Hostname
wwworks-it.com
Last fetched
wwworks-it.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
wwworks-it.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 wwworks-it.com owner
- Contact emails
- 37763a37-27b4-40ae-8244-7bfce2a2dcb6@identity-protect.org
- 4a505130-81b7-4e7e-9bbf-80c9c5bf0756@identity-protect.org
- 7cd00365-f549-4be4-b9f7-30d6d8269a83@identity-protect.org
- 9e2bd9e1-d7b2-4849-a2e6-093d233ec3c3@identity-protect.org
- c03c05d7-dfcd-4862-a69d-cb3ce65a6faa@identity-protect.org
- fa185b8c-c447-409a-bf44-7683efd6bb0e@identity-protect.org
Subdomains
3 observed subdomains of wwworks-it.com.
Threat posture
History
Related pages
Pivot deeper into the graph from wwworks-it.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wwworks-it.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.