Hostname
aginnov.com
Last fetched
aginnov.com resolves to 1 IPv4 address operated by AS142403 in HK. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
aginnov.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 |
|---|---|---|---|---|
| 154.221.26.248 | 154.221.26.0/24 | AS142403 | — | HK |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of aginnov.com owner
- Contact emails
- jbs@aquaturfintl.com
- 3e0638cb-bcf7-4024-9740-95e77aab84d6@identity-protect.org
- 3f9faa8e-92a4-418f-af68-d79dbc401bd5@identity-protect.org
- 9968fb0c-1182-4e07-8496-2fdb6548f5f5@identity-protect.org
- a23b8d74-b2ee-4739-8711-219fa7966b0b@identity-protect.org
- bdd7d3fc-0448-4335-a133-da33b25f972e@identity-protect.org
Subdomains
16 observed subdomains of aginnov.com.
Web-graph footprint
Distinct hostnames that link to or from aginnov.com in the public web crawl.
10 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for aginnov.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.mxhichina.com |
Related pages
Pivot deeper into the graph from aginnov.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aginnov.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.