Hostname
fusionflavas.app
Last fetched
fusionflavas.app resolves to 2 IPv4 addresses operated by AS28753 in DE. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
fusionflavas.app 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 |
|---|---|---|---|---|
| 212.95.42.78 | 212.95.32.0/19 | AS28753 | — | DE |
| 78.159.113.48 | 78.159.96.0/19 | AS28753 | — | DE |
WHOIS identity
- Registrar
- iana:146
- Organization
- —
- Contact emails
- —
Subdomains
3 observed subdomains of fusionflavas.app.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for fusionflavas.app.
| Mechanism | Target |
|---|---|
| SPF_A | fusionflavas.app |
| SPF_IP | 212.95.42.76 |
| SPF_IP | 212.95.42.77 |
| SPF_IP | 212.95.42.78 |
| SPF_IP | 212.95.42.79 |
| SPF_IP | 212.95.42.80 |
| SPF_MX | fusionflavas.app |
Related pages
Pivot deeper into the graph from fusionflavas.app.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fusionflavas.app"})-[: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.