Hostname
fenzigroup.com
Last fetched
fenzigroup.com resolves to 1 IPv4 address operated by OVH in PL. WHOIS lists iana:168 as the registrar.
Nutrition Label
Resolution chain
fenzigroup.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 |
|---|---|---|---|---|
| 51.38.245.58 | 51.38.0.0/16 | AS16276 | OVH | PL |
WHOIS identity
- Registrar
- iana:168
- Organization
- fenzi s.p.a.
- Contact emails
Subdomains
2 observed subdomains of fenzigroup.com.
| Subdomain |
|---|
| bi.fenzigroup.com |
| www.fenzigroup.com |
Web-graph footprint
Distinct hostnames that link to or from fenzigroup.com in the public web crawl.
76 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
22 SPF mechanisms authorising senders for fenzigroup.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | musvc.com |
| SPF_INCLUDE | send.register.it |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 147.160.167.0/26 |
| SPF_IP | 151.1.131.124/32 |
| SPF_IP | 151.1.180.201/31 |
| SPF_IP | 23.21.109.197/32 |
| SPF_IP | 23.21.109.212/32 |
| SPF_IP | 52.49.201.246/32 |
| SPF_IP | 52.49.235.189/32 |
| SPF_IP | 62.108.224.101/32 |
| SPF_IP | 62.108.224.250/32 |
| SPF_IP | 62.108.225.69/32 |
| SPF_IP | 62.108.227.0/24 |
| SPF_IP | 62.108.227.20/32 |
| SPF_IP | 62.108.227.201/32 |
| SPF_IP | 62.108.227.202/32 |
| SPF_IP | 62.108.227.203/32 |
| SPF_IP | 62.108.227.21/32 |
| SPF_IP | 62.108.235.21/32 |
| SPF_IP | 81.88.48.66/32 |
| SPF_IP | 92.119.225.0/24 |
Related pages
Pivot deeper into the graph from fenzigroup.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fenzigroup.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.