Hostname
www.percassi.com
Last fetched
www.percassi.com resolves to 1 IPv4 address operated by AS39217 in IT.
Nutrition Label
Resolution chain
www.percassi.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 |
|---|---|---|---|---|
| 185.53.148.240 | 185.53.148.0/24 | AS39217 | — | IT |
WHOIS identity
No WHOIS records are currently associated with www.percassi.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for www.percassi.com.
| Mechanism | Target |
|---|---|
| SPF_A | production.eu01.percassi.demandware.net |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 18.197.125.110 |
| SPF_IP | 185.53.148.240/30 |
| SPF_IP | 2.228.102.132 |
| SPF_IP | 213.158.88.33 |
| SPF_IP | 3.124.99.96 |
| SPF_IP | 3.66.56.249 |
| SPF_IP | 3.73.88.153 |
| SPF_IP | 3.78.237.215 |
| SPF_IP | 34.249.119.137 |
| SPF_IP | 52.57.173.221 |
| SPF_IP | 80.91.53.22/32 |
Related pages
Pivot deeper into the graph from www.percassi.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.percassi.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.