Skip to content

Hostname

sk.ci

Last fetched

sk.ci resolves to 9 IPv4 addresses operated by GOOGLE-CLOUD-PLATFORM - Google LLC in TW.

Nutrition Label

WHISPER CANON · sk.ciRouting diversity3.0/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/sk.ci

Resolution chain

sk.ci resolves to 9 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
104.199.217.228104.199.208.0/20AS396982GOOGLE-CLOUD-PLATFORM - Google LLCTW
18.162.37.14018.162.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.HK
76.76.21.12376.76.21.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
76.76.21.14276.76.21.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
76.76.21.2276.76.21.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
76.76.21.24176.76.21.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
76.76.21.6176.76.21.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
76.76.21.976.76.21.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
76.76.21.9876.76.21.0/24AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with sk.ci in WhisperGraph.

Subdomains

3 observed subdomains of sk.ci.

Web-graph footprint

Distinct hostnames that link to or from sk.ci in the public web crawl.

1 site linked to from this hostname.

Sample inbound links

Sample outbound links

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for sk.ci.

MechanismTarget
SPF_INCLUDE_spf.mx.cloudflare.net

Related pages

Pivot deeper into the graph from sk.ci.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "sk.ci"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.