Hostname
nimo.tv
Last fetched
nimo.tv resolves to 2 IPv4 addresses operated by AS150436 in SG. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
nimo.tv 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 |
|---|---|---|---|---|
| 101.47.31.219 | 101.47.24.0/21 | AS150436 | — | SG |
| 101.47.31.77 | 101.47.24.0/21 | AS150436 | — | SG |
WHOIS identity
- Registrar
- iana:146
- Organization
- huya pte.ltd.
- Contact emails
Subdomains
88 observed subdomains of nimo.tv.
Showing 25 of 88. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from nimo.tv in the public web crawl.
923 sites link to this hostname.
39 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for nimo.tv.
| Mechanism | Target |
|---|---|
| SPF_A | nimo.tv |
| SPF_A | smtp.mail.us-east-1.awsapps.com |
| SPF_MX | nimo.tv |
Related pages
Pivot deeper into the graph from nimo.tv.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nimo.tv"})-[: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.