Hostname
camairlink.com
Last fetched
camairlink.com resolves to 2 IPv4 addresses operated by AS17995 in ID. WHOIS lists iana:638 as the registrar.
Nutrition Label
Resolution chain
camairlink.com 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 |
|---|---|---|---|---|
| 103.158.162.130 | 103.158.162.0/24 | AS17995 | — | ID |
| 202.93.244.46 | 202.93.244.0/24 | AS38778 | — | ID |
WHOIS identity
- Registrar
- iana:638
- Organization
- protected protected
- Contact emails
Subdomains
1 observed subdomain of camairlink.com.
| Subdomain |
|---|
| mail.camairlink.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for camairlink.com.
| Mechanism | Target |
|---|---|
| SPF_A | camairlink.com |
| SPF_IP | 154.26.128.114 |
| SPF_MX | camairlink.com |
Related pages
Pivot deeper into the graph from camairlink.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "camairlink.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.