Hostname
mp2.at
Last fetched
mp2.at resolves to 1 IPv4 address operated by TMA Magenta Telekom in AT. WHOIS lists registrar:t-mobile austria gmbh as the registrar.
Nutrition Label
Resolution chain
mp2.at 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 |
|---|---|---|---|---|
| 91.118.154.57 | 91.118.0.0/16 | AS8412 | TMA Magenta Telekom | AT |
WHOIS identity
- Registrar
- registrar:t-mobile austria gmbh
- Organization
- domain admin
- Contact emails
- —
Subdomains
86 observed subdomains of mp2.at.
Showing 25 of 86. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from mp2.at in the public web crawl.
127 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for mp2.at.
| Mechanism | Target |
|---|---|
| SPF_A | mp2.at |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 213.229.56.123/28 |
| SPF_IP | 5.132.190.101/32 |
| SPF_IP | 81.223.104.252/28 |
| SPF_IP | 81.223.104.254/28 |
| SPF_IP | 92.42.140.170/32 |
| SPF_MX | mp2.at |
Related pages
Pivot deeper into the graph from mp2.at.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mp2.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.