Hostname
flavis.com
Last fetched
flavis.com resolves to 1 IPv4 address operated by AS31034 in IT. WHOIS lists iana:1052 as the registrar.
Nutrition Label
Resolution chain
flavis.com 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 |
|---|---|---|---|---|
| 209.227.230.115 | 209.227.224.0/20 | AS31034 | — | IT |
WHOIS identity
- Registrar
- iana:1052
- Organization
- msp pegasus
- Contact emails
Subdomains
17 observed subdomains of flavis.com.
Web-graph footprint
Distinct hostnames that link to or from flavis.com in the public web crawl.
36 sites link to this hostname.
17 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for flavis.com.
| Mechanism | Target |
|---|---|
| SPF_A | srv4.teamblau.com |
| SPF_INCLUDE | docebosaas.com |
| SPF_INCLUDE | elaine-asp.de |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | turbo-smtp.com |
| SPF_INCLUDE | zeptomail.net |
| SPF_IP | 92.243.134.160/27 |
Related pages
Pivot deeper into the graph from flavis.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "flavis.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.