Hostname
mail.acciodata.com
Last fetched
mail.acciodata.com resolves to 8 IPv4 addresses operated by LIGHTEDGE-AS-02 - LightEdge Solutions in US.
Nutrition Label
Resolution chain
mail.acciodata.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 |
|---|---|---|---|---|
| 207.200.31.34 | 207.200.0.0/19 | AS11320 | LIGHTEDGE-AS-02 - LightEdge Solutions | US |
| 207.200.31.35 | 207.200.0.0/19 | AS11320 | LIGHTEDGE-AS-02 - LightEdge Solutions | US |
| 207.207.25.35 | 207.207.0.0/18 | AS23005 | SWITCH-LTD - SWITCH, LTD | US |
| 216.137.70.41 | 216.137.64.0/21 | AS11320 | LIGHTEDGE-AS-02 - LightEdge Solutions | US |
| 216.137.70.42 | 216.137.64.0/21 | AS11320 | LIGHTEDGE-AS-02 - LightEdge Solutions | US |
| 216.137.70.43 | 216.137.64.0/21 | AS11320 | LIGHTEDGE-AS-02 - LightEdge Solutions | US |
| 216.137.70.64 | 216.137.64.0/21 | AS11320 | LIGHTEDGE-AS-02 - LightEdge Solutions | US |
| 216.137.70.65 | 216.137.64.0/21 | AS11320 | LIGHTEDGE-AS-02 - LightEdge Solutions | US |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for mail.acciodata.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 207.200.31.34 |
| SPF_IP | 207.200.31.35 |
| SPF_IP | 207.207.25.34/32 |
| SPF_IP | 207.207.25.35 |
| SPF_IP | 216.137.70.40/29 |
| SPF_IP | 216.137.70.64/27 |
| SPF_IP | 70.231.6.193 |
| SPF_MX | mail.acciodata.com |
Related pages
Pivot deeper into the graph from mail.acciodata.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.acciodata.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.