Hostname
galanusa.com
Last fetched
galanusa.com resolves to 2 IPv4 addresses operated by AS214882 in ID. WHOIS lists iana:472 as the registrar.
Nutrition Label
Resolution chain
galanusa.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 |
|---|---|---|---|---|
| 195.88.211.74 | 195.88.211.0/24 | AS214882 | — | ID |
| 62.72.46.96 | 62.72.44.0/22 | AS141995 | — | SG |
WHOIS identity
- Registrar
- iana:472
- Organization
- husni okbah
- Contact emails
Subdomains
7 observed subdomains of galanusa.com.
Threat posture
History
Mail and authentication
MX records
- galanusa.com
SPF policy
4 SPF mechanisms authorising senders for galanusa.com.
| Mechanism | Target |
|---|---|
| SPF_A | galanusa.com |
| SPF_IP | 195.88.211.74 |
| SPF_IP | 62.72.46.96 |
| SPF_MX | galanusa.com |
Related pages
Pivot deeper into the graph from galanusa.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "galanusa.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.