Hostname
irradiator.com
Last fetched
irradiator.com resolves to 2 IPv4 addresses operated by AS24940 in DE. WHOIS lists iana:1387 as the registrar.
Nutrition Label
Resolution chain
irradiator.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 |
|---|---|---|---|---|
| 116.203.151.144 | 116.203.0.0/16 | AS24940 | — | DE |
| 45.92.93.249 | 45.92.93.0/24 | AS59441 | — | IR |
WHOIS identity
- Registrar
- iana:1387
- Organization
- radiator iran
- Contact emails
Subdomains
3 observed subdomains of irradiator.com.
Web-graph footprint
Distinct hostnames that link to or from irradiator.com in the public web crawl.
8 sites link to this hostname.
15 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- irradiator.com
SPF policy
7 SPF mechanisms authorising senders for irradiator.com.
| Mechanism | Target |
|---|---|
| SPF_A | irradiator.com |
| SPF_IP | 116.203.151.144 |
| SPF_IP | 163.172.203.87 |
| SPF_IP | 178.33.212.113 |
| SPF_IP | 45.92.93.249 |
| SPF_IP | 88.99.219.202 |
| SPF_MX | irradiator.com |
Related pages
Pivot deeper into the graph from irradiator.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "irradiator.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.