Hostname
cai-tech.com
Last fetched
cai-tech.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
cai-tech.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:468
- Organization
- contact privacy inc. customer 124881023
- Contact emails
Subdomains
5 observed subdomains of cai-tech.com.
Showing 4 of 5. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from cai-tech.com in the public web crawl.
Sample inbound links
Sample outbound links
- doc.arcgis.com
- access-manchester-by-the-sea-mbtsma.hub.arcgis.com
- city-of-marlborough-coronavirus-response-marlboroughma.hub.arcgis.com
- lead-service-line-inventory-windhamwater.hub.arcgis.com
- maps-camdenme.hub.arcgis.com
- maps-westbrookmaine.hub.arcgis.com
- neurisa-day-2021-urisa.hub.arcgis.com
- neurisa-day-2022-urisa.hub.arcgis.com
- old-orchard-beach-me-gis-hub-oobmaine.hub.arcgis.com
- ogunsd.maps.arcgis.com
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for cai-tech.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | amazonses.com |
Related pages
Pivot deeper into the graph from cai-tech.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cai-tech.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.