Hostname
thundersystems.it
Last fetched
thundersystems.it resolves to 1 IPv4 address operated by AS8220 in IT. WHOIS lists registrar:netorange s.r.l. as the registrar.
Nutrition Label
Resolution chain
thundersystems.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 |
|---|---|---|---|---|
| 212.31.253.13 | 212.31.224.0/19 | AS8220 | — | IT |
WHOIS identity
- Registrar
- registrar:netorange s.r.l.
- Organization
- thunder computers srl
- Contact emails
- —
Subdomains
19 observed subdomains of thundersystems.it.
Web-graph footprint
Distinct hostnames that link to or from thundersystems.it in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for thundersystems.it.
| Mechanism | Target |
|---|---|
| SPF_A | thundersystems.it |
| SPF_A | wash01.thundersystems.it |
| SPF_IP | 2.228.250.160/28 |
| SPF_IP | 212.31.253.0/26 |
| SPF_IP | 84.233.228.160/27 |
| SPF_MX | thundersystems.it |
Related pages
Pivot deeper into the graph from thundersystems.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "thundersystems.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.