Hostname
genecompany.com
Last fetched
genecompany.com resolves to 1 IPv4 address operated by AS9381 in HK. WHOIS lists iana:9 as the registrar.
Nutrition Label
Resolution chain
genecompany.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 101.78.176.170 | 101.78.160.0/19 | AS9381 | — | HK |
WHOIS identity
- Registrar
- iana:9
- Organization
- perfect privacy,
- Contact emails
Subdomains
32 observed subdomains of genecompany.com.
Showing 25 of 32. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from genecompany.com in the public web crawl.
6 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for genecompany.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 101.78.176.170 |
| SPF_IP | 103.247.163.130 |
| SPF_IP | 103.247.163.131 |
| SPF_IP | 13.110.6.221/32 |
| SPF_IP | 175.45.41.2 |
| SPF_IP | 175.45.41.6 |
| SPF_IP | 210.13.68.58 |
| SPF_IP | 220.232.168.114 |
| SPF_IP | 43.247.101.78 |
Related pages
Pivot deeper into the graph from genecompany.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "genecompany.com"})-[: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.