Hostname
fs.jcloud.no
Last fetched
fs.jcloud.no resolves to 2 IPv4 addresses operated by ASN-SSC in NO.
Nutrition Label
Resolution chain
fs.jcloud.no resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 213.179.41.137 | 213.179.40.0/21 | AS16186 | ASN-SSC | NO |
| 213.179.41.139 | 213.179.40.0/21 | AS16186 | ASN-SSC | NO |
WHOIS identity
No WHOIS records are currently associated with fs.jcloud.no in WhisperGraph.
Subdomains
1 observed subdomain of fs.jcloud.no.
| Subdomain |
|---|
| www.fs.jcloud.no |
Threat posture
History
Related pages
Pivot deeper into the graph from fs.jcloud.no.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fs.jcloud.no"})-[: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.