Skip to content

Hostname

openroad.ph

Last fetched

openroad.ph resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in SG.

Nutrition Label

WHISPER CANON · openroad.phRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/openroad.ph

Resolution chain

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

IPPrefixASNOperatorCountry
18.136.157.23918.136.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.SG

WHOIS identity

No WHOIS records are currently associated with openroad.ph in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from openroad.ph in the public web crawl.

Threat posture

History

Mail and authentication

MX records

  • openroad.ph

SPF policy

4 SPF mechanisms authorising senders for openroad.ph.

MechanismTarget
SPF_Aopenroad.ph
SPF_INCLUDEmailrelay01.jpt1.cloud.z.com
SPF_IP18.136.157.239
SPF_MXopenroad.ph

Related pages

Pivot deeper into the graph from openroad.ph.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "openroad.ph"})-[: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.