Hostname
mx2.secure-shield.at
Last fetched
mx2.secure-shield.at resolves to 2 IPv4 addresses operated by ABATON-AS in AT.
Nutrition Label
Resolution chain
mx2.secure-shield.at resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 193.200.113.118 | 193.200.112.0/23 | AS42572 | ABATON-AS | AT |
| 94.247.146.80 | 94.247.144.0/21 | AS42572 | ABATON-AS | AT |
WHOIS identity
No WHOIS records are currently associated with mx2.secure-shield.at in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from mx2.secure-shield.at.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mx2.secure-shield.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.