Hostname
app.askunet.com
Last fetched
app.askunet.com resolves to 2 IPv4 addresses operated by AS47583 in GB.
Nutrition Label
Resolution chain
app.askunet.com 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 |
|---|---|---|---|---|
| 141.136.39.156 | 141.136.39.0/24 | AS47583 | — | GB |
| 94.199.201.83 | 94.199.200.0/22 | AS42807 | — | TR |
WHOIS identity
No WHOIS records are currently associated with app.askunet.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for app.askunet.com.
| Mechanism | Target |
|---|---|
| SPF_A | app.askunet.com |
| SPF_IP | 94.199.201.83 |
| SPF_MX | app.askunet.com |
Related pages
Pivot deeper into the graph from app.askunet.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "app.askunet.com"})-[: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.