Hostname
satanet.it
Last fetched
satanet.it resolves to 1 IPv4 address operated by AS60798 in IT. WHOIS lists registrar:i2 s.r.l. as the registrar.
Nutrition Label
Resolution chain
satanet.it 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.116.60.60 | 185.116.60.0/24 | AS60798 | — | IT |
WHOIS identity
- Registrar
- registrar:i2 s.r.l.
- Organization
- credemtel s.p.a.
- Contact emails
- —
Subdomains
26 observed subdomains of satanet.it.
Showing 25 of 26. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from satanet.it in the public web crawl.
8 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for satanet.it.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.gruppocredem.it |
| SPF_INCLUDE | amazonses.com |
| SPF_IP | 151.80.75.135/32 |
| SPF_IP | 151.80.75.140/32 |
| SPF_IP | 151.80.75.159/32 |
| SPF_IP | 156.54.138.184/32 |
| SPF_IP | 185.116.60.60 |
Related pages
Pivot deeper into the graph from satanet.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "satanet.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.