Hostname
oghost.ir
Last fetched
oghost.ir resolves to 1 IPv4 address operated by AS24940 in DE.
Nutrition Label
Resolution chain
oghost.ir 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 |
|---|---|---|---|---|
| 168.119.212.13 | 168.119.0.0/16 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with oghost.ir in WhisperGraph.
Subdomains
14 observed subdomains of oghost.ir.
Web-graph footprint
Distinct hostnames that link to or from oghost.ir in the public web crawl.
8 sites link to this hostname.
30 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
20 SPF mechanisms authorising senders for oghost.ir.
| Mechanism | Target |
|---|---|
| SPF_A | oghost.ir |
| SPF_IP | 116.202.169.220 |
| SPF_IP | 136.243.184.227 |
| SPF_IP | 144.76.190.238 |
| SPF_IP | 148.251.54.185 |
| SPF_IP | 162.55.84.42 |
| SPF_IP | 168.119.158.233 |
| SPF_IP | 168.119.212.13 |
| SPF_IP | 168.119.79.46 |
| SPF_IP | 178.63.140.84 |
| SPF_IP | 5.39.73.129 |
| SPF_IP | 54.36.12.234 |
| SPF_IP | 54.36.76.170 |
| SPF_IP | 88.198.5.106 |
| SPF_IP | 88.99.248.98 |
| SPF_IP | 88.99.89.211 |
| SPF_IP | 94.130.38.159 |
| SPF_IP | 94.130.90.244 |
| SPF_IP | 95.217.149.137 |
| SPF_MX | oghost.ir |
Related pages
Pivot deeper into the graph from oghost.ir.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "oghost.ir"})-[: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.