Hostname
parisienne.at
Last fetched
parisienne.at resolves to 1 IPv4 address operated by SCZN-AS - T-Systems International GmbH in DE.
Nutrition Label
Resolution chain
parisienne.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 |
|---|---|---|---|---|
| 94.100.251.121 | 94.101.108.0/24 | AS34086 | SCZN-AS - T-Systems International GmbH | DE |
WHOIS identity
No WHOIS records are currently associated with parisienne.at in WhisperGraph.
Subdomains
1 observed subdomain of parisienne.at.
| Subdomain |
|---|
| www.parisienne.at |
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for parisienne.at.
| Mechanism | Target |
|---|---|
| SPF_A | parisienne.at |
| SPF_IP | 13.94.255.102 |
| SPF_IP | 195.210.6.70 |
| SPF_IP | 195.210.6.71 |
| SPF_IP | 212.1.60.26 |
| SPF_IP | 2a01:4f8:10a:2cea:0:0:0:2 |
| SPF_IP | 88.99.148.171/32 |
| SPF_MX | parisienne.at |
Related pages
Pivot deeper into the graph from parisienne.at.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "parisienne.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.