Hostname
nl.obi.de
Last fetched
nl.obi.de resolves to 4 IPv4 addresses operated by AS60164 in DE.
Nutrition Label
Resolution chain
nl.obi.de 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 |
|---|---|---|---|---|
| 195.140.186.100 | 195.140.184.0/22 | AS60164 | — | DE |
| 195.140.186.101 | 195.140.184.0/22 | AS60164 | — | DE |
| 195.140.186.102 | 195.140.184.0/22 | AS60164 | — | DE |
| 195.140.186.103 | 195.140.184.0/22 | AS60164 | — | DE |
WHOIS identity
No WHOIS records are currently associated with nl.obi.de in WhisperGraph.
Subdomains
1 observed subdomain of nl.obi.de.
| Subdomain |
|---|
| www.nl.obi.de |
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for nl.obi.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | elaine-asp.de |
| SPF_INCLUDE | emarsys.net |
| SPF_INCLUDE | emsmtp.com |
Related pages
Pivot deeper into the graph from nl.obi.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nl.obi.de"})-[: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.