Hostname
mail.abcdirect.nl
Last fetched
mail.abcdirect.nl resolves to 1 IPv4 address operated by SINGLEHOP-LLC - Internap Holding LLC in NL.
Nutrition Label
Resolution chain
mail.abcdirect.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 |
|---|---|---|---|---|
| 107.6.186.26 | 107.6.184.0/22 | AS32475 | SINGLEHOP-LLC - Internap Holding LLC | NL |
WHOIS identity
No WHOIS records are currently associated with mail.abcdirect.nl in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for mail.abcdirect.nl.
| Mechanism | Target |
|---|---|
| SPF_A | mail.abcdirect.nl |
| SPF_IP | 107.6.143.42 |
| SPF_IP | 107.6.166.58 |
| SPF_IP | 107.6.174.130 |
| SPF_IP | 107.6.183.234 |
| SPF_IP | 107.6.183.238 |
| SPF_IP | 107.6.186.26 |
| SPF_IP | 107.6.186.27 |
| SPF_IP | 198.20.126.6 |
| SPF_MX | mail.abcdirect.nl |
Related pages
Pivot deeper into the graph from mail.abcdirect.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.abcdirect.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.