Hostname
kirranah.com
Last fetched
kirranah.com resolves to 2 IPv4 addresses operated by AS132241 in MY. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
kirranah.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 |
|---|---|---|---|---|
| 103.8.25.15 | 103.8.25.0/24 | AS132241 | — | MY |
| 103.8.25.18 | 103.8.25.0/24 | AS132241 | — | MY |
WHOIS identity
- Registrar
- iana:303
- Organization
- lee partners
- Contact emails
Subdomains
7 observed subdomains of kirranah.com.
Web-graph footprint
Distinct hostnames that link to or from kirranah.com in the public web crawl.
2 sites linked to from this hostname.
Sample outbound links
Threat posture
History
Mail and authentication
MX records
- kirranah.com
SPF policy
10 SPF mechanisms authorising senders for kirranah.com.
| Mechanism | Target |
|---|---|
| SPF_A | kirranah.com |
| SPF_IP | 103.8.25.15 |
| SPF_IP | 103.8.25.18 |
| SPF_IP | 103.8.25.182 |
| SPF_IP | 103.8.25.19 |
| SPF_IP | 103.8.25.246 |
| SPF_IP | 113.23.184.145 |
| SPF_IP | 163.47.203.17 |
| SPF_IP | 163.47.203.57 |
| SPF_MX | kirranah.com |
Related pages
Pivot deeper into the graph from kirranah.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "kirranah.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.