Skip to content

Hostname

internal2.technix.it

Last fetched

internal2.technix.it resolves to 1 IPv4 address operated by NGI-AS in IT.

Nutrition Label

WHISPER CANON · internal2.technix.itRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/internal2.technix.it

Resolution chain

internal2.technix.it resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
78.134.33.6678.134.0.0/17AS35612NGI-ASIT

WHOIS identity

No WHOIS records are currently associated with internal2.technix.it in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from internal2.technix.it.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "internal2.technix.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.