Hostname
app.attest.nu
Last fetched
app.attest.nu resolves to 1 IPv4 address operated by AS12552 in SE.
Nutrition Label
Resolution chain
app.attest.nu 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.246.98.225 | 94.247.159.0/24 | AS12552 | — | SE |
WHOIS identity
No WHOIS records are currently associated with app.attest.nu in WhisperGraph.
Subdomains
1 observed subdomain of app.attest.nu.
| Subdomain |
|---|
| www.app.attest.nu |
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for app.attest.nu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 194.16.219.245/32 |
| SPF_IP | 213.115.225.0/24 |
| SPF_IP | 217.198.151.168 |
| SPF_IP | 217.198.151.169 |
| SPF_IP | 217.198.151.176 |
| SPF_IP | 217.198.151.185 |
| SPF_IP | 74.125.82.169 |
| SPF_IP | 74.125.82.47 |
| SPF_IP | 94.246.98.0/24 |
| SPF_MX | app.attest.nu |
Related pages
Pivot deeper into the graph from app.attest.nu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "app.attest.nu"})-[: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.