Hostname
irna.com
Last fetched
irna.com resolves to 2 IPv4 addresses operated by AS57568 in DE. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
irna.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 |
|---|---|---|---|---|
| 130.185.122.40 | 130.185.120.0/22 | AS57568 | — | DE |
| 66.22.16.138 | 66.22.16.0/24 | AS25773 | RADWARE-CLOUD-SERVICES - RADWARE INC. | US |
WHOIS identity
- Registrar
- iana:48
- Organization
- amir reza ebrahimi
- Contact emails
Web-graph footprint
Distinct hostnames that link to or from irna.com in the public web crawl.
214 sites link to this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from irna.com.
- IP · 130.185.122.40
- ASN · AS57568
- Registrar · iana:48
- Country · DE
- Email · aw8ga5rs56e@networksolutionsprivateregistration.com
- TLD · .com
- Browse hostnames · ir…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "irna.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.