Hostname
primaku.com
Last fetched
primaku.com resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in ID. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
primaku.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.137.167.199 | 108.136.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ID |
| 16.78.164.189 | 16.78.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ID |
| 16.79.188.164 | 16.79.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ID |
| 34.111.162.175 | 34.108.0.0/14 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
- —
Subdomains
10 observed subdomains of primaku.com.
Web-graph footprint
Distinct hostnames that link to or from primaku.com in the public web crawl.
132 sites link to this hostname.
555 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for primaku.com.
| Mechanism | Target |
|---|---|
| SPF_A | primaku.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | websitewelcome.com |
| SPF_MX | primaku.com |
Related pages
Pivot deeper into the graph from primaku.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "primaku.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.