Hostname
demandrill.nl
Last fetched
demandrill.nl resolves to 1 IPv4 address operated by AS12859 in NL. WHOIS lists registrar:registrar.eu as the registrar.
Nutrition Label
Resolution chain
demandrill.nl 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 |
|---|---|---|---|---|
| 91.233.105.223 | 91.233.105.0/24 | AS12859 | — | NL |
WHOIS identity
- Registrar
- registrar:registrar.eu
- Organization
- —
- Contact emails
- —
Subdomains
2 observed subdomains of demandrill.nl.
| Subdomain |
|---|
| mail.demandrill.nl |
| www.demandrill.nl |
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for demandrill.nl.
| Mechanism | Target |
|---|---|
| SPF_A | demandrill.nl |
| SPF_IP | 185.63.153.94 |
| SPF_IP | 194.33.113.190 |
| SPF_IP | 194.33.113.191 |
| SPF_IP | 194.33.113.192 |
| SPF_IP | 194.33.113.193 |
| SPF_IP | 91.233.105.16 |
| SPF_IP | 91.233.105.223 |
| SPF_MX | demandrill.nl |
Related pages
Pivot deeper into the graph from demandrill.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "demandrill.nl"})-[: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.