Hostname
galva45.com
Last fetched
galva45.com resolves to 3 IPv4 addresses operated by AS2280 in FR. WHOIS lists iana:14 as the registrar.
Nutrition Label
Resolution chain
galva45.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 90.84.46.222 | 90.84.44.0/22 | AS2280 | — | FR |
| 90.84.46.40 | 90.84.44.0/22 | AS2280 | — | FR |
| 90.84.47.148 | 90.84.44.0/22 | AS2280 | — | FR |
WHOIS identity
- Registrar
- iana:14
- Organization
- galva union
- Contact emails
Subdomains
2 observed subdomains of galva45.com.
| Subdomain |
|---|
| mail.galva45.com |
| www.galva45.com |
Web-graph footprint
Distinct hostnames that link to or from galva45.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
Related pages
Pivot deeper into the graph from galva45.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "galva45.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.