Skip to content

Hostname

maya.ph

Last fetched

maya.ph resolves to 2 IPv4 addresses operated by AS209242 in US.

Nutrition Label

WHISPER CANON · maya.phRouting diversity1.5/10Peering density1.2/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/maya.ph

Resolution chain

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

WHOIS identity

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

Subdomains

48 observed subdomains of maya.ph.

Web-graph footprint

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

873 sites link to this hostname.

365 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

23 SPF mechanisms authorising senders for maya.ph.

MechanismTarget
SPF_EXISTS%{i}._spf.mta.salesforce.com
SPF_INCLUDE_spf-dc10.sapsf.com
SPF_INCLUDEaspmx.pardot.com
SPF_INCLUDEmail.zendesk.com
SPF_INCLUDEshops.shopify.com
SPF_INCLUDEspf.protection.outlook.com
SPF_INCLUDEspf1.paymaya.com
SPF_IP13.214.15.96/27
SPF_IP13.228.244.174
SPF_IP18.142.205.20
SPF_IP20.5.82.25/32
SPF_IP203.84.189.140
SPF_IP203.84.189.187
SPF_IP3.1.111.122
SPF_IP47.130.122.39
SPF_IP52.220.124.176
SPF_IP52.220.50.26
SPF_IP52.221.166.167
SPF_IP52.74.171.45
SPF_IP52.74.174.172
SPF_IP54.169.119.232
SPF_IP54.169.57.135
SPF_IP54.68.16.98

Related pages

Pivot deeper into the graph from maya.ph.

Cypher and MCP

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

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