Hostname
campbell.helpdocs.com
Last fetched
campbell.helpdocs.com resolves to 5 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
campbell.helpdocs.com resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.212.158.38 | 3.208.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 3.81.204.57 | 3.80.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 44.196.45.68 | 44.192.0.0/11 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 54.162.161.125 | 54.160.0.0/14 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 54.198.163.36 | 54.198.0.0/16 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with campbell.helpdocs.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from campbell.helpdocs.com in the public web crawl.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for campbell.helpdocs.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 26079973.spf10.hubspotemail.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | stspg-customer.com |
| SPF_IP | 167.89.44.57 |
| SPF_IP | 167.89.85.224 |
| SPF_IP | 167.89.90.81 |
| SPF_IP | 167.89.91.48/32 |
| SPF_IP | 167.89.92.142/32 |
| SPF_IP | 167.89.94.240/32 |
| SPF_IP | 198.21.0.156 |
Related pages
Pivot deeper into the graph from campbell.helpdocs.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "campbell.helpdocs.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.