Hostname
legami.com
Last fetched
legami.com resolves to 1 IPv4 address operated by AS202675 in IT. WHOIS lists iana:113 as the registrar.
Nutrition Label
Resolution chain
legami.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 |
|---|---|---|---|---|
| 80.91.61.102 | 80.91.61.0/24 | AS202675 | — | IT |
WHOIS identity
- Registrar
- iana:113
- Organization
- alberto fassi
- Contact emails
Subdomains
22 observed subdomains of legami.com.
Web-graph footprint
Distinct hostnames that link to or from legami.com in the public web crawl.
390 sites link to this hostname.
15 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
17 SPF mechanisms authorising senders for legami.com.
| Mechanism | Target |
|---|---|
| SPF_A | production.eu01.legami.demandware.net |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_INCLUDE | turbo-smtp.com |
| SPF_IP | 151.106.152.235 |
| SPF_IP | 158.58.140.0/24 |
| SPF_IP | 160.8.203.129 |
| SPF_IP | 80.91.49.222/32 |
| SPF_IP | 80.91.53.20/32 |
| SPF_IP | 80.91.53.4/32 |
| SPF_IP | 80.91.53.85/32 |
| SPF_IP | 93.174.64.0/22 |
| SPF_IP | 93.174.68.0/23 |
| SPF_IP | 93.174.70.0/24 |
| SPF_MX | legami.com |
Related pages
Pivot deeper into the graph from legami.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "legami.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.