Hostname
trust2protect.de
Last fetched
trust2protect.de resolves to 2 IPv4 addresses operated by AS24940 in DE.
Nutrition Label
Resolution chain
trust2protect.de resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 167.235.173.36 | 167.235.0.0/16 | AS24940 | — | DE |
| 18.192.45.176 | 18.192.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
No WHOIS records are currently associated with trust2protect.de in WhisperGraph.
Subdomains
4 observed subdomains of trust2protect.de.
Web-graph footprint
Distinct hostnames that link to or from trust2protect.de in the public web crawl.
33 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for trust2protect.de.
| Mechanism | Target |
|---|---|
| SPF_A | equinoxe.de |
| SPF_INCLUDE | spf-de.emailsignatures365.com |
| SPF_INCLUDE | spf.hornetsecurity.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 167.235.173.36 |
| SPF_IP | 217.22.193.120 |
| SPF_IP | 3.77.4.109 |
Related pages
Pivot deeper into the graph from trust2protect.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "trust2protect.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.