Hostname
adac.de
Last fetched
adac.de resolves to 1 IPv4 address operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in DE.
Nutrition Label
Resolution chain
adac.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 |
|---|---|---|---|---|
| 4.182.3.74 | 4.176.0.0/12 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | DE |
WHOIS identity
No WHOIS records are currently associated with adac.de in WhisperGraph.
Subdomains
196 observed subdomains of adac.de.
Showing 25 of 196. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from adac.de in the public web crawl.
16,071 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
13 SPF mechanisms authorising senders for adac.de.
| Mechanism | Target |
|---|---|
| SPF_A | b2b-fahrsicherheit.de |
| SPF_INCLUDE | _spf-dc55.sapsf.eu |
| SPF_INCLUDE | _spf.general.transactional-mail-a.com |
| SPF_INCLUDE | _spf.rexx-suite.com |
| SPF_INCLUDE | cds-dialog.de |
| SPF_INCLUDE | spf.adac.de |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_IP | 185.204.120.68/32 |
| SPF_IP | 194.45.37.22/32 |
| SPF_IP | 195.201.107.105/32 |
| SPF_IP | 213.252.185.26/32 |
| SPF_IP | 54.240.55.133/32 |
| SPF_IP | 69.169.230.135/31 |
Related pages
Pivot deeper into the graph from adac.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "adac.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.