Hostname
autobrinkmann.de
Last fetched
autobrinkmann.de resolves to 1 IPv4 address operated by AS24940 in DE.
Nutrition Label
Resolution chain
autobrinkmann.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 |
|---|---|---|---|---|
| 159.69.69.223 | 159.69.0.0/16 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with autobrinkmann.de in WhisperGraph.
Subdomains
10 observed subdomains of autobrinkmann.de.
Web-graph footprint
Distinct hostnames that link to or from autobrinkmann.de in the public web crawl.
37 sites link to this hostname.
46 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
24 SPF mechanisms authorising senders for autobrinkmann.de.
| Mechanism | Target |
|---|---|
| SPF_A | autobrinkmann-de-outbound.snwlhostedeu.com |
| SPF_A | autobrinkmann.de |
| SPF_A | printtomail.net |
| SPF_INCLUDE | _spf.autohauskenner.de |
| SPF_INCLUDE | _spf.perfora.net |
| SPF_INCLUDE | _spf.snwlhostedeu.com |
| SPF_INCLUDE | mailproxy.autohauskenner.de |
| SPF_INCLUDE | spf-de.emailsignatures365.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 138.201.134.170 |
| SPF_IP | 141.113.102.0/24 |
| SPF_IP | 153.95.153.160/28 |
| SPF_IP | 158.69.163.48/29 |
| SPF_IP | 178.77.121.128/26 |
| SPF_IP | 194.182.254.34 |
| SPF_IP | 194.42.96.0/23 |
| SPF_IP | 212.227.0.0/16 |
| SPF_IP | 213.183.77.178 |
| SPF_IP | 217.72.192.64/28 |
| SPF_IP | 2607:5300:203:fe1::/112 |
| SPF_IP | 46.4.238.128/29 |
| SPF_IP | 88.198.171.60 |
| SPF_IP | 93.240.5.43 |
| SPF_MX | autobrinkmann.de |
Related pages
Pivot deeper into the graph from autobrinkmann.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "autobrinkmann.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.