Hostname
180hits.de
Last fetched
180hits.de resolves to 3 IPv4 addresses operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in US.
Nutrition Label
Resolution chain
180hits.de resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 134.209.130.220 | 134.209.128.0/22 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | US |
| 45.67.71.54 | 45.67.71.0/24 | AS44486 | — | DE |
| 52.41.75.136 | 52.40.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with 180hits.de in WhisperGraph.
Subdomains
5 observed subdomains of 180hits.de.
Showing 4 of 5. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from 180hits.de in the public web crawl.
35 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for 180hits.de.
| Mechanism | Target |
|---|---|
| SPF_A | 180hits.de |
| SPF_INCLUDE | spf.securemail.name |
| SPF_MX | 180hits.de |
Related pages
Pivot deeper into the graph from 180hits.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "180hits.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.