Skip to content

Hostname

9tig.app

Last fetched

9tig.app resolves to 5 IPv4 addresses operated by CTGSERVERLIMITED-AS-AP - CTG Server Limited in JP. WHOIS lists iana:1647 as the registrar.

Nutrition Label

WHISPER CANON · 9tig.appRouting diversity3.0/10Peering density4.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.0/10canon.whisper.security/host/9tig.app

Resolution chain

9tig.app resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
134.122.139.125134.122.139.0/24AS152194CTGSERVERLIMITED-AS-AP - CTG Server LimitedJP
134.122.146.51134.122.146.0/24AS152194CTGSERVERLIMITED-AS-AP - CTG Server LimitedJP
134.122.146.53134.122.146.0/24AS152194CTGSERVERLIMITED-AS-AP - CTG Server LimitedJP
27.124.38.527.124.38.0/24AS152194CTGSERVERLIMITED-AS-AP - CTG Server LimitedJP
27.124.38.727.124.38.0/24AS152194CTGSERVERLIMITED-AS-AP - CTG Server LimitedJP

WHOIS identity

Registrar
iana:1647
Organization
Contact emails

Subdomains

1 observed subdomain of 9tig.app.

Subdomain
www.9tig.app

Web-graph footprint

Distinct hostnames that link to or from 9tig.app in the public web crawl.

Sample inbound links

Threat posture

History

Related pages

Pivot deeper into the graph from 9tig.app.

Cypher and MCP

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

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