Hostname
m360.com.ph
Last fetched
m360.com.ph resolves to 15 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SG.
Nutrition Label
Resolution chain
m360.com.ph resolves to 15 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 175.41.178.223 | 175.41.128.0/18 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 18.136.52.97 | 18.136.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 18.138.67.105 | 18.138.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 18.139.7.240 | 18.138.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 18.139.95.132 | 18.138.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 18.140.118.117 | 18.140.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 18.141.83.232 | 18.140.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 3.1.144.79 | 3.0.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 3.1.78.228 | 3.0.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 52.76.152.107 | 52.76.128.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 52.77.172.255 | 52.77.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 52.77.178.26 | 52.77.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 54.169.105.150 | 54.169.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 54.251.74.226 | 54.251.64.0/18 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 47.130.64.176 | 47.128.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
WHOIS identity
No WHOIS records are currently associated with m360.com.ph in WhisperGraph.
Subdomains
15 observed subdomains of m360.com.ph.
Showing 14 of 15. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from m360.com.ph in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for m360.com.ph.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spfa.mailendo.com |
Related pages
Pivot deeper into the graph from m360.com.ph.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "m360.com.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.