Hostname
tecnonerd.it
Last fetched
tecnonerd.it resolves to 2 IPv4 addresses operated by AS47583 in DE. WHOIS lists registrar:gidinet di iunco daniele antonio as the registrar.
Nutrition Label
Resolution chain
tecnonerd.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 |
|---|---|---|---|---|
| 31.97.127.10 | 31.97.144.0/22 | AS47583 | — | DE |
| 82.25.96.215 | 82.25.141.0/24 | AS47583 | — | DE |
WHOIS identity
- Registrar
- registrar:gidinet di iunco daniele antonio
- Organization
- hidden
- Contact emails
- —
Subdomains
2 observed subdomains of tecnonerd.it.
| Subdomain |
|---|
| mail.tecnonerd.it |
| www.tecnonerd.it |
Web-graph footprint
Distinct hostnames that link to or from tecnonerd.it in the public web crawl.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for tecnonerd.it.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.mail.hostinger.com |
Related pages
Pivot deeper into the graph from tecnonerd.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tecnonerd.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.