Hostname
sec.or.th
Last fetched
sec.or.th resolves to 2 IPv4 addresses operated by AS152915 in TH. WHOIS lists registrar:t.h.nic co., ltd. as the registrar.
Nutrition Label
Resolution chain
sec.or.th resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 160.22.178.79 | 160.22.178.0/24 | AS152915 | — | TH |
| 20.198.188.125 | 20.192.0.0/10 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | SG |
WHOIS identity
- Registrar
- registrar:t.h.nic co., ltd.
- Organization
- —
- Contact emails
- —
Subdomains
14 observed subdomains of sec.or.th.
Web-graph footprint
Distinct hostnames that link to or from sec.or.th in the public web crawl.
1,307 sites link to this hostname.
251 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for sec.or.th.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | ap.rp.oracleemaildelivery.com |
| SPF_INCLUDE | sin1.rp.oracleemaildelivery.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf_c.oraclecloud.com |
| SPF_IP | 122.154.30.78/32 |
| SPF_IP | 160.22.178.51/32 |
| SPF_IP | 160.22.178.52/32 |
| SPF_IP | 61.91.255.51/32 |
| SPF_IP | 61.91.255.52/32 |
| SPF_IP | 83.118.99.51/32 |
| SPF_IP | 83.118.99.52/32 |
| SPF_MX | sec.or.th |
Related pages
Pivot deeper into the graph from sec.or.th.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sec.or.th"})-[: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.