Hostname
smprime.com.ph
Last fetched
smprime.com.ph resolves to 1 IPv4 address operated by AS141016 in PH.
Nutrition Label
Resolution chain
smprime.com.ph resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 202.57.59.5 | 202.57.59.0/24 | AS141016 | — | PH |
WHOIS identity
No WHOIS records are currently associated with smprime.com.ph in WhisperGraph.
Subdomains
2 observed subdomains of smprime.com.ph.
| Subdomain |
|---|
| mse.smprime.com.ph |
| www.smprime.com.ph |
Web-graph footprint
Distinct hostnames that link to or from smprime.com.ph in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for smprime.com.ph.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.sm.com |
| SPF_IP | 119.92.166.128/28 |
| SPF_IP | 202.57.35.160/28 |
| SPF_IP | 202.57.59.0/24 |
| SPF_MX | smprime.com.ph |
Related pages
Pivot deeper into the graph from smprime.com.ph.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "smprime.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.