Hostname
primasia.com
Last fetched
primasia.com resolves to 1 IPv4 address operated by AS3462 in TW. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
primasia.com 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.39.156.166 | 202.39.128.0/17 | AS3462 | — | TW |
WHOIS identity
- Registrar
- iana:2
- Organization
- primasia international holdings (taiwan)
- Contact emails
Subdomains
13 observed subdomains of primasia.com.
Web-graph footprint
Distinct hostnames that link to or from primasia.com in the public web crawl.
8 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for primasia.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 116.92.238.150 |
| SPF_IP | 202.39.156.191 |
| SPF_IP | 210.59.241.49 |
| SPF_IP | 211.20.22.130 |
| SPF_IP | 211.22.74.241 |
| SPF_IP | 211.22.74.64 |
| SPF_IP | 220.128.172.199 |
| SPF_IP | 58.86.136.199 |
| SPF_IP | 59.148.48.134 |
| SPF_IP | 60.250.109.241 |
Related pages
Pivot deeper into the graph from primasia.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "primasia.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.