Hostname
cp.westerngeneral.com
Last fetched
cp.westerngeneral.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
cp.westerngeneral.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.238.49.114 | 18.238.48.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.49.25 | 18.238.48.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.49.39 | 18.238.48.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.49.82 | 18.238.48.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.118.108 | 99.84.118.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.118.115 | 99.84.118.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.118.56 | 99.84.118.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.118.68 | 99.84.118.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with cp.westerngeneral.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from cp.westerngeneral.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for cp.westerngeneral.com.
| Mechanism | Target |
|---|---|
| SPF_A | atlismtp0001.peakpsi.com |
| SPF_A | cp.westerngeneral.com |
| SPF_A | vault.ryantechinc.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 54.219.161.104 |
| SPF_IP | 67.151.99.66 |
| SPF_IP | 69.164.109.0/24 |
| SPF_IP | 72.42.246.32/27 |
| SPF_MX | cp.westerngeneral.com |
Related pages
Pivot deeper into the graph from cp.westerngeneral.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cp.westerngeneral.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.