Hostname
docs.cafoconsulting.com
Last fetched
docs.cafoconsulting.com resolves to 7 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
docs.cafoconsulting.com resolves to 7 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 16.147.105.254 | 16.153.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 16.148.221.214 | 16.164.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.245.162.18 | 18.245.185.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.245.162.2 | 18.245.185.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.245.162.24 | 18.245.185.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.245.162.99 | 18.245.185.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 44.253.234.232 | 45.2.214.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with docs.cafoconsulting.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for docs.cafoconsulting.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 545031.spf01.hubspotemail.net |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | mktomail.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | stspg-customer.com |
Related pages
Pivot deeper into the graph from docs.cafoconsulting.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "docs.cafoconsulting.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.