Skip to content

Hostname

git.unit193.net

Last fetched

git.unit193.net resolves to 2 IPv4 addresses operated by AS16276 in CA.

Nutrition Label

WHISPER CANON · git.unit193.netRouting diversity2.4/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/git.unit193.net

Resolution chain

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

IPPrefixASNOperatorCountry
54.39.125.19254.39.0.0/16AS16276CA
54.39.125.19254.39.0.0/16AS16276CA
71.74.151.5871.74.128.0/19AS10796TWC-10796-MIDWEST - Charter Communications IncUS

WHOIS identity

No WHOIS records are currently associated with git.unit193.net in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from git.unit193.net in the public web crawl.

3 sites linked to from this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from git.unit193.net.

Cypher and MCP

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

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