Hostname
markt.de
Last fetched
markt.de resolves to 3 IPv4 addresses operated by INTERNETX-AS in DE.
Nutrition Label
Resolution chain
markt.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 |
|---|---|---|---|---|
| 62.116.173.122 | 62.116.160.0/19 | AS15456 | INTERNETX-AS | DE |
| 62.116.173.123 | 62.116.160.0/19 | AS15456 | INTERNETX-AS | DE |
| 85.236.47.180 | 85.236.32.0/19 | AS15456 | INTERNETX-AS | DE |
WHOIS identity
No WHOIS records are currently associated with markt.de in WhisperGraph.
Subdomains
235 observed subdomains of markt.de.
Showing 25 of 235. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from markt.de in the public web crawl.
1,215 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for markt.de.
| Mechanism | Target |
|---|---|
| SPF_A | markt.de |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.markt.de |
| SPF_MX | markt.de |
Related pages
Pivot deeper into the graph from markt.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "markt.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.