Hostname
ht-digital.de
Last fetched
ht-digital.de resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in DE.
Nutrition Label
Resolution chain
ht-digital.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 |
|---|---|---|---|---|
| 3.125.171.65 | 3.124.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
No WHOIS records are currently associated with ht-digital.de in WhisperGraph.
Subdomains
2 observed subdomains of ht-digital.de.
Web-graph footprint
Distinct hostnames that link to or from ht-digital.de in the public web crawl.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for ht-digital.de.
| Mechanism | Target |
|---|---|
| SPF_A | ht-digital.de |
| SPF_INCLUDE | _spf.wirth-horn.de |
| SPF_INCLUDE | spf.emailsignatures365.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 144.76.167.248 |
| SPF_IP | 195.244.235.39 |
| SPF_IP | 31.172.108.103 |
| SPF_IP | 80.153.147.32 |
| SPF_IP | 80.237.132.9 |
| SPF_MX | ht-digital.de |
Related pages
Pivot deeper into the graph from ht-digital.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ht-digital.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.