Hostname
fassi.com
Last fetched
fassi.com resolves to 1 IPv4 address operated by ASN-IBSNAZ in IT. WHOIS lists iana:168 as the registrar.
Nutrition Label
Resolution chain
fassi.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 |
|---|---|---|---|---|
| 194.243.254.41 | 194.243.0.0/16 | AS3269 | ASN-IBSNAZ | IT |
WHOIS identity
- Registrar
- iana:168
- Organization
- fassi gru s.p.a.
- Contact emails
Subdomains
7 observed subdomains of fassi.com.
Web-graph footprint
Distinct hostnames that link to or from fassi.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for fassi.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | bounce.musvc.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 194.243.254.41 |
Related pages
Pivot deeper into the graph from fassi.com.
- IP · 194.243.254.41
- ASN · AS3269ASN-IBSNAZ
- Registrar · iana:168
- Country · IT
- Email · bc17cd3e852bb011381afbc1ccbe6bf754064c31@whois.gkg.net
- TLD · .com
- Browse hostnames · fa…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fassi.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.