Hostname
ipr-co.org
Last fetched
ipr-co.org resolves to 1 IPv4 address operated by AS201999 in IR. WHOIS lists iana:113 as the registrar.
Nutrition Label
Resolution chain
ipr-co.org resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.159.154.197 | 185.159.204.0/22 | AS201999 | — | IR |
WHOIS identity
- Registrar
- iana:113
- Organization
- iran power plant repairs co
- Contact emails
Subdomains
13 observed subdomains of ipr-co.org.
Web-graph footprint
Distinct hostnames that link to or from ipr-co.org in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for ipr-co.org.
| Mechanism | Target |
|---|---|
| SPF_A | ipr-co.org |
| SPF_IP | 185.159.154.31 |
| SPF_IP | 185.159.154.53 |
| SPF_IP | 185.159.154.55 |
| SPF_IP | 185.159.154.57 |
| SPF_IP | 185.55.225.188 |
| SPF_IP | 185.55.225.242 |
| SPF_IP | 192.243.1.2 |
| SPF_IP | 46.4.143.122 |
| SPF_MX | ipr-co.org |
Related pages
Pivot deeper into the graph from ipr-co.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ipr-co.org"})-[: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.