Hostname
metro.at
Last fetched
metro.at resolves to 10 IPv4 addresses operated by AKAMAI-ASN1 in ES.
Nutrition Label
Resolution chain
metro.at resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.16.8.42 | 2.16.8.0/24 | AS20940 | AKAMAI-ASN1 | ES |
| 2.16.8.88 | 2.16.8.0/24 | AS20940 | AKAMAI-ASN1 | ES |
| 2.17.100.144 | 2.17.100.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.17.100.200 | 2.17.100.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.212.110.200 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.212.110.210 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.45.119.45 | 23.45.119.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.45.119.59 | 23.45.119.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.50.131.132 | 23.50.131.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.50.131.149 | 23.50.131.0/24 | AS20940 | AKAMAI-ASN1 | DE |
WHOIS identity
- Registrar
- —
- Organization
- metro cash & carry oesterreich
- Contact emails
Subdomains
40 observed subdomains of metro.at.
Showing 25 of 40. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from metro.at in the public web crawl.
298 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for metro.at.
| Mechanism | Target |
|---|---|
| SPF_EXISTS | %{i}.spf.hc2116-98.eu.iphmx.com |
| SPF_INCLUDE | _spf.metro.at |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_REDIRECT | spf.metro.info |
Related pages
Pivot deeper into the graph from metro.at.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "metro.at"})-[: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.