Hostname
durr.com
Last fetched
durr.com resolves to 1 IPv4 address operated by SOPRADO-ANY in DE. WHOIS lists iana:151 as the registrar.
Nutrition Label
Resolution chain
durr.com 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 |
|---|---|---|---|---|
| 185.5.82.43 | 185.5.82.0/24 | AS20546 | SOPRADO-ANY | DE |
WHOIS identity
- Registrar
- iana:151
- Organization
- da 1/4 rr aktiengesellschaft
- Contact emails
Subdomains
162 observed subdomains of durr.com.
Showing 25 of 162. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from durr.com in the public web crawl.
650 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for durr.com.
| Mechanism | Target |
|---|---|
| SPF_A | o1.mail.highbond.com |
| SPF_INCLUDE | _spf.senders.scnem.com |
| SPF_INCLUDE | agenturserver.de |
| SPF_INCLUDE | aspmx.pardot.com |
| SPF_INCLUDE | nets1.spf.durr.com |
| SPF_INCLUDE | spf.durr-group.com |
| SPF_INCLUDE | spf.imc-hosting.com |
| SPF_IP | 185.136.64.128/27 |
| SPF_IP | 185.136.65.128/27 |
| SPF_IP | 198.37.154.6 |
Related pages
Pivot deeper into the graph from durr.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "durr.com"})-[: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.