Hostname
seat.de
Last fetched
seat.de resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
seat.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 |
|---|---|---|---|---|
| 13.248.159.164 | 13.248.144.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with seat.de in WhisperGraph.
Subdomains
1,508 observed subdomains of seat.de.
Showing 25 of 1,508. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from seat.de in the public web crawl.
835 sites link to this hostname.
123 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for seat.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | _spf.vwgroup.com |
| SPF_IP | 193.110.194.25/32 |
| SPF_IP | 193.110.194.26/32 |
| SPF_IP | 193.110.194.27 |
| SPF_IP | 193.110.194.28 |
| SPF_IP | 193.110.194.29 |
| SPF_IP | 193.110.194.30 |
| SPF_MX | seat.de |
Related pages
Pivot deeper into the graph from seat.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "seat.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.