Hostname
gigaurum.com
Last fetched
gigaurum.com resolves to 2 IPv4 addresses operated by AS196752 in NL. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
gigaurum.com 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 |
|---|---|---|---|---|
| 84.22.103.10 | 84.22.96.0/19 | AS196752 | — | NL |
| 95.217.5.59 | 95.217.0.0/16 | AS24940 | — | FI |
WHOIS identity
- Registrar
- iana:303
- Organization
- domain admin
- Contact emails
Subdomains
6 observed subdomains of gigaurum.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for gigaurum.com.
| Mechanism | Target |
|---|---|
| SPF_A | gigaurum.com |
| SPF_A | mailers.gigaurum.com |
| SPF_MX | gigaurum.com |
Related pages
Pivot deeper into the graph from gigaurum.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gigaurum.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.