Hostname
mailsend.dastrader.com
Last fetched
mailsend.dastrader.com resolves to 1 IPv4 address operated by AS3257 in US.
Nutrition Label
Resolution chain
mailsend.dastrader.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.153.226.201 | 104.153.224.0/22 | AS3257 | — | US |
WHOIS identity
No WHOIS records are currently associated with mailsend.dastrader.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for mailsend.dastrader.com.
| Mechanism | Target |
|---|---|
| SPF_A | mailsend.dastrader.com |
| SPF_IP | 104.153.226.200 |
| SPF_IP | 104.153.226.201 |
| SPF_IP | 104.153.226.220 |
| SPF_IP | 168.144.68.119 |
| SPF_IP | 209.126.121.68 |
| SPF_IP | 23.83.214.38 |
| SPF_IP | 38.147.64.102 |
| SPF_IP | 4.2.100.100 |
| SPF_IP | 66.113.192.11 |
Related pages
Pivot deeper into the graph from mailsend.dastrader.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mailsend.dastrader.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.