Hostname
keep1.net
Last fetched
keep1.net resolves to 3 IPv4 addresses operated by AS64073 in CN. WHOIS lists iana:1697 as the registrar.
Nutrition Label
Resolution chain
keep1.net resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 110.40.34.4 | 0.0.0.0/0 | AS64073 | — | CN |
| 192.140.182.220 | 192.140.180.0/22 | AS146817 | — | CN |
| 125.77.158.243 | 125.77.128.0/19 | AS133776 | — | CN |
WHOIS identity
- Registrar
- iana:1697
- Organization
- —
- Contact emails
- —
Subdomains
5 observed subdomains of keep1.net.
Web-graph footprint
Distinct hostnames that link to or from keep1.net in the public web crawl.
29 sites link to this hostname.
Threat posture
History
Mail and authentication
Related pages
Pivot deeper into the graph from keep1.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "keep1.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.