Hostname
peroni.com
Last fetched
peroni.com resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in DE. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
peroni.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 |
|---|---|---|---|---|
| 18.159.174.210 | 18.156.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- iana:48
- Organization
- alessandro peroni
- Contact emails
Subdomains
1 observed subdomain of peroni.com.
| Subdomain |
|---|
| www.peroni.com |
Web-graph footprint
Distinct hostnames that link to or from peroni.com in the public web crawl.
57 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for peroni.com.
| Mechanism | Target |
|---|---|
| SPF_A | peroni.com |
| SPF_INCLUDE | nextmove.it |
| SPF_INCLUDE | relay.whitelabelcloud.it |
| SPF_IP | 217.118.9.35/32 |
| SPF_IP | 81.208.75.162/32 |
| SPF_IP | 93.39.67.20 |
| SPF_MX | peroni.com |
Related pages
Pivot deeper into the graph from peroni.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "peroni.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.