Hostname
snam.it
Last fetched
snam.it has no current public IPv4 resolution in WhisperGraph; WHOIS lists registrar:bt italia s.p.a. as the registrar.
Nutrition Label
Resolution chain
snam.it has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- registrar:bt italia s.p.a.
- Organization
- snam rete gas s.p.a.
- Contact emails
- —
Subdomains
246 observed subdomains of snam.it.
Showing 25 of 246. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from snam.it in the public web crawl.
704 sites link to this hostname.
28 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for snam.it.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | musvc.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 155.56.221.13/32 |
| SPF_IP | 155.56.221.14/32 |
| SPF_IP | 188.95.96.121/32 |
| SPF_IP | 212.17.209.161 |
| SPF_IP | 213.255.26.172 |
| SPF_IP | 35.214.183.81/32 |
| SPF_IP | 35.214.208.81/32 |
| SPF_IP | 35.214.212.238/32 |
| SPF_IP | 35.214.213.218/32 |
Related pages
Pivot deeper into the graph from snam.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "snam.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.