Hostname
adriaticseries.it
Last fetched
adriaticseries.it resolves to 2 IPv4 addresses operated by AS64445 in IT. WHOIS lists registrar:tld registrar solutions ltd as the registrar.
Nutrition Label
Resolution chain
adriaticseries.it resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 37.156.174.8 | 37.156.174.0/24 | AS64445 | — | IT |
| 49.12.59.167 | 49.12.0.0/16 | AS24940 | — | DE |
WHOIS identity
- Registrar
- registrar:tld registrar solutions ltd
- Organization
- fabrizio cutela
- Contact emails
- —
Subdomains
8 observed subdomains of adriaticseries.it.
Web-graph footprint
Distinct hostnames that link to or from adriaticseries.it in the public web crawl.
36 sites link to this hostname.
48 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- adriaticseries.it
SPF policy
8 SPF mechanisms authorising senders for adriaticseries.it.
| Mechanism | Target |
|---|---|
| SPF_A | adriaticseries.it |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_IP | 144.76.187.209 |
| SPF_IP | 144.76.187.212 |
| SPF_IP | 185.221.172.210 |
| SPF_IP | 37.156.174.8 |
| SPF_IP | 49.12.59.167 |
| SPF_MX | adriaticseries.it |
Related pages
Pivot deeper into the graph from adriaticseries.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "adriaticseries.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.