Hostname
ns2.ml-send.com
Last fetched
ns2.ml-send.com resolves to 4 IPv4 addresses operated by AS63949 in US.
Nutrition Label
Resolution chain
ns2.ml-send.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 172.234.24.211 | 172.234.16.0/20 | AS63949 | — | US |
| 172.239.57.117 | 172.239.32.0/19 | AS63949 | — | US |
| 192.227.70.44 | 192.227.70.0/24 | AS13886 | CLOUD-SOUTH - Cloud South | US |
| 23.26.123.242 | 23.26.123.0/24 | AS203545 | — | US |
WHOIS identity
No WHOIS records are currently associated with ns2.ml-send.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
48 SPF mechanisms authorising senders for ns2.ml-send.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 139.99.68.185 |
| SPF_IP | 139.99.68.240 |
| SPF_IP | 170.130.34.106 |
| SPF_IP | 192.227.121.240 |
| SPF_IP | 192.227.121.241 |
| SPF_IP | 213.227.139.209 |
| SPF_IP | 213.227.139.210 |
| SPF_IP | 213.227.139.211 |
| SPF_IP | 213.227.139.212 |
| SPF_IP | 213.227.139.214 |
| SPF_IP | 213.227.139.215 |
| SPF_IP | 213.227.139.216 |
| SPF_IP | 213.227.139.218 |
| SPF_IP | 213.227.139.236 |
| SPF_IP | 213.227.139.237 |
| SPF_IP | 213.227.139.250 |
| SPF_IP | 5.79.101.65 |
| SPF_IP | 5.79.101.67 |
| SPF_IP | 5.79.101.82 |
| SPF_IP | 5.79.101.84 |
| SPF_IP | 5.79.101.85 |
| SPF_IP | 5.79.101.86 |
| SPF_IP | 5.79.68.150 |
| SPF_IP | 5.79.68.158 |
| SPF_IP | 5.79.68.160 |
| SPF_IP | 5.79.68.161 |
| SPF_IP | 5.79.68.165 |
| SPF_IP | 5.79.68.168 |
| SPF_IP | 5.79.68.173 |
| SPF_IP | 5.79.68.175 |
| SPF_IP | 5.79.68.185 |
| SPF_IP | 5.79.68.186 |
| SPF_IP | 50.2.250.10 |
| SPF_IP | 50.2.250.11 |
| SPF_IP | 50.2.250.13 |
| SPF_IP | 50.2.250.14 |
| SPF_IP | 51.79.11.12 |
| SPF_IP | 51.79.234.118 |
| SPF_IP | 51.79.234.119 |
| SPF_IP | 51.79.234.120 |
| SPF_IP | 51.79.234.123 |
| SPF_IP | 51.79.234.135 |
| SPF_IP | 51.79.234.136 |
| SPF_IP | 51.79.234.137 |
| SPF_IP | 51.79.234.138 |
| SPF_IP | 69.162.124.180 |
| SPF_IP | 69.162.124.181 |
| SPF_IP | 69.162.124.182 |
Related pages
Pivot deeper into the graph from ns2.ml-send.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ns2.ml-send.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.