Hostname
nerdline.de
Last fetched
nerdline.de resolves to 1 IPv4 address operated by AS8560 in DE.
Nutrition Label
Resolution chain
nerdline.de 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 |
|---|---|---|---|---|
| 82.165.140.185 | 82.165.140.0/23 | AS8560 | — | DE |
WHOIS identity
No WHOIS records are currently associated with nerdline.de in WhisperGraph.
Subdomains
32 observed subdomains of nerdline.de.
Showing 25 of 32. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from nerdline.de in the public web crawl.
16 sites link to this hostname.
6 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
- nerdline.de
SPF policy
9 SPF mechanisms authorising senders for nerdline.de.
| Mechanism | Target |
|---|---|
| SPF_A | nerdline.de |
| SPF_IP | 194.164.203.181 |
| SPF_IP | 2a01:239:263:6e00:0:0:0:1 |
| SPF_IP | 2a01:239:26e:4500:0:0:0:1 |
| SPF_IP | 81.169.133.9 |
| SPF_IP | 82.165.140.185 |
| SPF_IP | 85.214.39.154 |
| SPF_IP | 85.215.86.7 |
| SPF_MX | nerdline.de |
Related pages
Pivot deeper into the graph from nerdline.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nerdline.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.