Skip to content

Hostname

kodego.ph

Last fetched

kodego.ph resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

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

Resolution chain

kodego.ph resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.33.252.12713.33.248.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
13.33.252.413.33.248.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
13.33.252.7413.33.248.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
13.33.252.8013.33.248.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
54.240.184.12354.240.184.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
54.240.184.2354.240.184.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
54.240.184.2854.240.184.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
54.240.184.6054.240.184.0/24AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

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

Subdomains

21 observed subdomains of kodego.ph.

Web-graph footprint

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

Threat posture

History

Mail and authentication

SPF policy

5 SPF mechanisms authorising senders for kodego.ph.

MechanismTarget
SPF_Akodego.ph
SPF_INCLUDE_spf.google.com
SPF_INCLUDEamazonses.com
SPF_INCLUDEsendgrid.net
SPF_MXkodego.ph

Related pages

Pivot deeper into the graph from kodego.ph.

Cypher and MCP

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

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