Hostname
webpantep.com
Last fetched
webpantep.com resolves to 3 IPv4 addresses operated by AS56309 in TH. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
webpantep.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.253.75.96 | 103.253.74.0/23 | AS56309 | — | TH |
| 103.253.75.97 | 103.253.74.0/23 | AS56309 | — | TH |
| 103.253.75.98 | 103.253.74.0/23 | AS56309 | — | TH |
WHOIS identity
- Registrar
- iana:69
- Organization
- pantep honghiranrueng
- Contact emails
Subdomains
18 observed subdomains of webpantep.com.
Threat posture
History
Mail and authentication
MX records
- mail.webpantep.com
- webpantep.com
SPF policy
2 SPF mechanisms authorising senders for webpantep.com.
| Mechanism | Target |
|---|---|
| SPF_A | webpantep.com |
| SPF_MX | webpantep.com |
Related pages
Pivot deeper into the graph from webpantep.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "webpantep.com"})-[: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.