Hostname
smtprelay.cmdgroup.com
Last fetched
smtprelay.cmdgroup.com resolves to 15 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
smtprelay.cmdgroup.com resolves to 15 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 107.20.152.16 | 107.20.0.0/16 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 199.164.150.29 | 0.0.0.0/0 | AS64073 | — | US |
| 199.164.150.65 | 0.0.0.0/0 | AS64073 | — | US |
| 212.54.152.23 | 212.54.152.0/22 | AS50292 | STRATOGEN | CA |
| 216.195.78.244 | 216.195.64.0/19 | AS62 | CONE - CyrusOne LLC | US |
| 216.195.78.245 | 216.195.64.0/19 | AS62 | CONE - CyrusOne LLC | US |
| 216.195.84.132 | 216.195.64.0/19 | AS62 | CONE - CyrusOne LLC | US |
| 216.195.86.21 | 216.195.64.0/19 | AS62 | CONE - CyrusOne LLC | US |
| 216.195.86.31 | 216.195.64.0/19 | AS62 | CONE - CyrusOne LLC | US |
| 23.25.27.218 | 23.24.0.0/15 | AS7922 | COMCAST-7922 - Comcast Cable Communications, LLC | US |
| 50.19.222.127 | 50.19.128.0/17 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 64.95.177.5 | 64.95.176.0/22 | AS14745 | INTERNAP-BLOCK-4 - Unitas Global | US |
| 66.42.213.115 | 66.42.192.0/18 | AS6181 | FUSE-NET - Cincinnati Bell Telephone Company LLC | US |
| 67.96.18.154 | 67.96.16.0/22 | AS62 | CONE - CyrusOne LLC | US |
| 67.96.18.74 | 67.96.16.0/22 | AS62 | CONE - CyrusOne LLC | US |
WHOIS identity
No WHOIS records are currently associated with smtprelay.cmdgroup.com in WhisperGraph.
Subdomains
1 observed subdomain of smtprelay.cmdgroup.com.
| Subdomain |
|---|
| exrly1.smtprelay.cmdgroup.com |
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for smtprelay.cmdgroup.com.
| Mechanism | Target |
|---|---|
| SPF_A | smtprelay.cmdgroup.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_IP | 216.195.86.21 |
Related pages
Pivot deeper into the graph from smtprelay.cmdgroup.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "smtprelay.cmdgroup.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.