Hostname
sfnet1.com
Last fetched
sfnet1.com resolves to 1 IPv4 address operated by COGNETCLOUD-2 - cognetcloud INC in HK. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
sfnet1.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.219.98.92 | 154.219.96.0/21 | AS401701 | COGNETCLOUD-2 - cognetcloud INC | HK |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of sfnet1.com owner
- Contact emails
Subdomains
1 observed subdomain of sfnet1.com.
| Subdomain |
|---|
| www.sfnet1.com |
Threat posture
History
Related pages
Pivot deeper into the graph from sfnet1.com.
- IP · 154.219.98.92
- ASN · AS401701COGNETCLOUD-2 - cognetcloud INC
- Registrar · iana:468
- Country · HK
- Email · 3438c6fd-0681-449a-8daf-34b6694b0bae@identity-protect.org
- TLD · .com
- Browse hostnames · sf…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sfnet1.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.