Hostname
minerva-it.com
Last fetched
minerva-it.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
minerva-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 minerva-it.com owner
- Contact emails
- 38c0c936-bd55-4460-b35b-e49456d48cd9@identity-protect.org
- 3bf052c1-afc7-444d-9a6a-894ffc30bfa6@identity-protect.org
- 41f21b17-3134-4de0-8492-43fc6c78a10b@identity-protect.org
- bb1ee442-069b-4c2c-bfb0-46bdfe8be526@identity-protect.org
- cde33c39-963d-4f1b-a794-23576c947475@identity-protect.org
- fb05843b-b8df-41c8-984f-be837a9ae682@identity-protect.org
Subdomains
5 observed subdomains of minerva-it.com.
Threat posture
History
Mail and authentication
Related pages
Pivot deeper into the graph from minerva-it.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "minerva-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.