Hostname
patho-trier.de
Last fetched
patho-trier.de resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
patho-trier.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 |
|---|---|---|---|---|
| 75.2.54.135 | 75.2.48.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.83.165.243 | 99.83.160.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with patho-trier.de in WhisperGraph.
Subdomains
5 observed subdomains of patho-trier.de.
Web-graph footprint
Distinct hostnames that link to or from patho-trier.de in the public web crawl.
26 sites link to this hostname.
29 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for patho-trier.de.
| Mechanism | Target |
|---|---|
| SPF_A | mailout.vsenet.net |
| SPF_A | patho-trier.de |
| SPF_A | remote.patho-trier.de |
| SPF_INCLUDE | spf-de.emailsignatures365.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 212.88.145.170 |
| SPF_IP | 80.153.168.112 |
| SPF_MX | patho-trier.de |
Related pages
Pivot deeper into the graph from patho-trier.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "patho-trier.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.