Hostname
ftp.dutchcreen.com
Last fetched
ftp.dutchcreen.com resolves to 1 IPv4 address operated by LINFOSYS in NL.
Nutrition Label
Resolution chain
ftp.dutchcreen.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 |
|---|---|---|---|---|
| 185.206.140.194 | 185.206.140.0/22 | AS61351 | LINFOSYS | NL |
WHOIS identity
No WHOIS records are currently associated with ftp.dutchcreen.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for ftp.dutchcreen.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.hellodialog.com |
| SPF_INCLUDE | _spf.linfosysmail.nl |
| SPF_INCLUDE | _spf.mlsend.com |
| SPF_INCLUDE | ecom.lightspeedhq.com |
| SPF_INCLUDE | mailplus.nl |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | trustpilotservice.com |
| SPF_IP | 136.144.133.138 |
| SPF_IP | 217.100.50.75 |
| SPF_IP | 2a01:7c8:fff9:536:0:0:0:1 |
| SPF_IP | 81.169.181.145/32 |
Related pages
Pivot deeper into the graph from ftp.dutchcreen.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ftp.dutchcreen.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.