Hostname
ftp.nedcargo.com
Last fetched
ftp.nedcargo.com resolves to 1 IPv4 address operated by AS48635 in NL.
Nutrition Label
Resolution chain
ftp.nedcargo.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 |
|---|---|---|---|---|
| 109.237.222.151 | 109.237.208.0/20 | AS48635 | — | NL |
WHOIS identity
No WHOIS records are currently associated with ftp.nedcargo.com in WhisperGraph.
Subdomains
1 observed subdomain of ftp.nedcargo.com.
| Subdomain |
|---|
| www.ftp.nedcargo.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
36 SPF mechanisms authorising senders for ftp.nedcargo.com.
| Mechanism | Target |
|---|---|
| SPF_A | ftp.nedcargo.com |
| SPF_A | mail.nedcargo.com |
| SPF_INCLUDE | de._netblocks.mimecast.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.vanboxtel.hosting |
| SPF_INCLUDE | u826348.wl.sendgrid.net |
| SPF_IP | 188.205.10.210 |
| SPF_IP | 195.130.137.88/32 |
| SPF_IP | 195.130.137.90 |
| SPF_IP | 35.162.185.109/32 |
| SPF_IP | 40.67.198.45/32 |
| SPF_IP | 40.67.210.50/32 |
| SPF_IP | 52.26.166.151/32 |
| SPF_IP | 52.32.252.160/32 |
| SPF_IP | 52.37.178.91/32 |
| SPF_IP | 52.40.63.2/32 |
| SPF_IP | 52.40.63.21/32 |
| SPF_IP | 52.40.63.34/32 |
| SPF_IP | 52.40.63.35/32 |
| SPF_IP | 52.40.63.61/32 |
| SPF_IP | 52.43.116.95/32 |
| SPF_IP | 52.43.57.175/32 |
| SPF_IP | 52.88.240.248/32 |
| SPF_IP | 52.89.12.139/32 |
| SPF_IP | 52.89.47.9/32 |
| SPF_IP | 54.186.77.157/32 |
| SPF_IP | 54.187.251.2/32 |
| SPF_IP | 79.99.131.212/32 |
| SPF_IP | 80.65.119.90 |
| SPF_IP | 83.96.212.43 |
| SPF_IP | 84.241.131.0/24 |
| SPF_IP | 84.241.188.227 |
| SPF_IP | 84.241.188.231 |
| SPF_IP | 93.154.114.243/32 |
| SPF_IP | 93.154.114.245 |
| SPF_MX | ftp.nedcargo.com |
Related pages
Pivot deeper into the graph from ftp.nedcargo.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ftp.nedcargo.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.