Skip to content

Hostname

ppo.ir

Last fetched

ppo.ir resolves to 1 IPv4 address operated by RESPINA-AS in IR. WHOIS lists iana:44 as the registrar.

Nutrition Label

WHISPER CANON · ppo.irRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/ppo.ir

Resolution chain

ppo.ir resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
5.160.95.315.160.95.0/24AS42337RESPINA-ASIR

WHOIS identity

Registrar
iana:44
Organization
Contact emails

Subdomains

14 observed subdomains of ppo.ir.

Web-graph footprint

Distinct hostnames that link to or from ppo.ir in the public web crawl.

Threat posture

History

Mail and authentication

MX records

SPF policy

3 SPF mechanisms authorising senders for ppo.ir.

MechanismTarget
SPF_IP5.160.95.2
SPF_IP5.160.95.4
SPF_IP5.160.95.61

Related pages

Pivot deeper into the graph from ppo.ir.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "ppo.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.