Skip to content

Hostname

itech.tools

Last fetched

itech.tools resolves to 2 IPv4 addresses operated by HAWKHOST - Hawk Host Inc. in US. WHOIS lists iana:1564 as the registrar.

Nutrition Label

WHISPER CANON · itech.toolsRouting diversity2.4/10Peering density3.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint5.6/10canon.whisper.security/host/itech.tools

Resolution chain

itech.tools resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
172.96.184.161172.96.184.0/24AS20068HAWKHOST - Hawk Host Inc.US
185.53.179.113185.53.179.0/24AS206834DE

WHOIS identity

Registrar
iana:1564
Organization
domain admin
Contact emails

Subdomains

25 observed subdomains of itech.tools.

Threat posture

History

Related pages

Pivot deeper into the graph from itech.tools.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "itech.tools"})-[: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.