Hostname
monini.com
Last fetched
monini.com resolves to 2 IPv4 addresses operated by AS48815 in IT. WHOIS lists iana:380 as the registrar.
Nutrition Label
Resolution chain
monini.com 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 |
|---|---|---|---|---|
| 176.221.50.102 | 176.221.50.0/24 | AS48815 | — | IT |
| 176.221.51.67 | 176.221.51.0/24 | AS48815 | — | IT |
WHOIS identity
- Registrar
- iana:380
- Organization
- monini spa
- Contact emails
Subdomains
5 observed subdomains of monini.com.
Showing 2 of 5. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from monini.com in the public web crawl.
157 sites link to this hostname.
60 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for monini.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.zucchetti.com |
| SPF_INCLUDE | _spf.zucchetti.it |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from monini.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "monini.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.