Hostname
ijirm.com
Last fetched
ijirm.com resolves to 2 IPv4 addresses operated by AS47583 in ID. WHOIS lists iana:1478 as the registrar.
Nutrition Label
Resolution chain
ijirm.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 |
|---|---|---|---|---|
| 31.97.110.126 | 31.97.104.0/21 | AS47583 | — | ID |
| 45.64.99.99 | 45.64.99.0/24 | AS58477 | — | ID |
WHOIS identity
- Registrar
- iana:1478
- Organization
- alaganu enterprise
- Contact emails
Subdomains
2 observed subdomains of ijirm.com.
| Subdomain |
|---|
| mail.ijirm.com |
| www.ijirm.com |
Threat posture
History
Mail and authentication
MX records
- ijirm.com
SPF policy
3 SPF mechanisms authorising senders for ijirm.com.
| Mechanism | Target |
|---|---|
| SPF_A | ijirm.com |
| SPF_IP | 45.64.99.99 |
| SPF_MX | ijirm.com |
Related pages
Pivot deeper into the graph from ijirm.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ijirm.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.