Hostname
subway.at
Last fetched
subway.at resolves to 4 IPv4 addresses operated by AS20940 in ES.
Nutrition Label
Resolution chain
subway.at resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.20.71.155 | 2.20.71.0/24 | AS20940 | — | ES |
| 2.20.71.231 | 2.20.71.0/24 | AS20940 | — | ES |
| 23.215.15.52 | 23.215.15.0/24 | AS20940 | — | US |
| 23.215.15.65 | 23.215.15.0/24 | AS20940 | — | US |
WHOIS identity
No WHOIS records are currently associated with subway.at in WhisperGraph.
Subdomains
3 observed subdomains of subway.at.
| Subdomain |
|---|
| old.subway.at |
| www.subway.at |
Showing 2 of 3. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from subway.at in the public web crawl.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for subway.at.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from subway.at.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "subway.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.