Hostname
mail.radwell.com
Last fetched
mail.radwell.com resolves to 3 IPv4 addresses operated by UUNET - Verizon Business in US.
Nutrition Label
Resolution chain
mail.radwell.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 208.255.111.83 | 208.192.0.0/10 | AS701 | UUNET - Verizon Business | US |
| 50.235.211.197 | 50.128.0.0/9 | AS7922 | COMCAST-7922 - Comcast Cable Communications, LLC | US |
| 50.235.211.204 | 50.128.0.0/9 | AS7922 | COMCAST-7922 - Comcast Cable Communications, LLC | US |
WHOIS identity
No WHOIS records are currently associated with mail.radwell.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
13 SPF mechanisms authorising senders for mail.radwell.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 208.255.111.80/28 |
| SPF_IP | 208.255.111.83 |
| SPF_IP | 208.255.111.84 |
| SPF_IP | 43.228.184.163 |
| SPF_IP | 50.235.211.192/27 |
| SPF_IP | 50.235.211.197 |
| SPF_IP | 50.235.211.213 |
| SPF_IP | 50.235.211.214 |
| SPF_IP | 96.82.168.0/29 |
| SPF_IP | 96.82.168.24/29 |
| SPF_IP | 96.82.168.6 |
| SPF_IP | 97.79.167.158 |
| SPF_MX | mail.radwell.com |
Related pages
Pivot deeper into the graph from mail.radwell.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.radwell.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.