Hostname
app.fenavi.org
Last fetched
app.fenavi.org resolves to 1 IPv4 address operated by AS16276 in CA.
Nutrition Label
Resolution chain
app.fenavi.org 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 |
|---|---|---|---|---|
| 144.217.78.8 | 144.217.0.0/16 | AS16276 | — | CA |
| 144.217.78.8 | 144.217.0.0/16 | AS16276 | — | CA |
WHOIS identity
No WHOIS records are currently associated with app.fenavi.org in WhisperGraph.
Subdomains
1 observed subdomain of app.fenavi.org.
| Subdomain |
|---|
| www.app.fenavi.org |
Threat posture
History
Mail and authentication
MX records
- app.fenavi.org
SPF policy
3 SPF mechanisms authorising senders for app.fenavi.org.
| Mechanism | Target |
|---|---|
| SPF_A | app.fenavi.org |
| SPF_IP | 192.99.149.169 |
| SPF_MX | app.fenavi.org |
Related pages
Pivot deeper into the graph from app.fenavi.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "app.fenavi.org"})-[: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.