Hostname
obs.siff.com
Last fetched
obs.siff.com resolves to 7 IPv4 addresses operated by CHINANET-BACKBONE - No.31,Jin-rong Street in CN.
Nutrition Label
Resolution chain
obs.siff.com resolves to 7 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 106.117.209.52 | 106.117.0.0/16 | AS4134 | CHINANET-BACKBONE - No.31,Jin-rong Street | CN |
| 106.117.209.55 | 106.117.0.0/16 | AS4134 | CHINANET-BACKBONE - No.31,Jin-rong Street | CN |
| 106.117.209.56 | 106.117.0.0/16 | AS4134 | CHINANET-BACKBONE - No.31,Jin-rong Street | CN |
| 157.0.3.37 | 157.0.0.0/16 | AS4837 | CHINA169-Backbone - CHINA UNICOM China169 Backbone | CN |
| 157.0.3.38 | 157.0.0.0/16 | AS4837 | CHINA169-Backbone - CHINA UNICOM China169 Backbone | CN |
| 157.0.3.39 | 157.0.0.0/16 | AS4837 | CHINA169-Backbone - CHINA UNICOM China169 Backbone | CN |
| 223.68.255.164 | 223.68.224.0/19 | AS56046 | CMNET-Jiangsu-AP - China Mobile communications corporation | CN |
WHOIS identity
No WHOIS records are currently associated with obs.siff.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from obs.siff.com in the public web crawl.
Threat posture
History
Related pages
Pivot deeper into the graph from obs.siff.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "obs.siff.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.