Hostname
petissimo.it
Last fetched
petissimo.it resolves to 3 IPv4 addresses operated by AS62214 in HU. WHOIS lists registrar:eurodns sa as the registrar.
Nutrition Label
Resolution chain
petissimo.it resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.80.49.200 | 185.80.48.0/22 | AS62214 | — | HU |
| 188.114.96.3 | 188.114.96.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 188.114.97.3 | 188.114.97.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- registrar:eurodns sa
- Organization
- petissimo kft.
- Contact emails
- —
Subdomains
6 observed subdomains of petissimo.it.
Web-graph footprint
Distinct hostnames that link to or from petissimo.it in the public web crawl.
87 sites link to this hostname.
34 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for petissimo.it.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf-c.arukereso.com |
| SPF_INCLUDE | emsd1.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.tolnagro.hu |
| SPF_IP | 185.80.49.200/29 |
| SPF_IP | 213.253.212.195 |
| SPF_IP | 46.249.157.142 |
| SPF_IP | 80.249.164.158/32 |
Related pages
Pivot deeper into the graph from petissimo.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "petissimo.it"})-[: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.