Hostname
stc.com
Last fetched
stc.com resolves to 10 IPv4 addresses operated by AKAMAI-ASN1 in CZ. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
stc.com resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 23.212.110.161 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.212.110.168 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.64.12.17 | 23.64.12.0/24 | AS20940 | AKAMAI-ASN1 | PL |
| 23.64.12.24 | 23.64.12.0/24 | AS20940 | AKAMAI-ASN1 | PL |
| 92.123.104.18 | 92.123.104.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 92.123.104.29 | 92.123.104.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 92.123.104.49 | 92.123.104.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 92.123.104.9 | 92.123.104.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 95.101.23.48 | 95.101.23.0/24 | AS20940 | AKAMAI-ASN1 | AT |
| 95.101.23.73 | 95.101.23.0/24 | AS20940 | AKAMAI-ASN1 | AT |
WHOIS identity
- Registrar
- iana:146
- Organization
- stc. (saudi telecom company)
- Contact emails
Subdomains
3 observed subdomains of stc.com.
Web-graph footprint
Distinct hostnames that link to or from stc.com in the public web crawl.
114 sites link to this hostname.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from stc.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "stc.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.