Hostname
1280.cc
Last fetched
1280.cc resolves to 2 IPv4 addresses operated by AKAMAI-LINODE-AP Akamai Connected Cloud in IN. WHOIS lists iana:120 as the registrar.
Nutrition Label
Resolution chain
1280.cc 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 |
|---|---|---|---|---|
| 172.232.112.221 | 172.232.96.0/19 | AS63949 | AKAMAI-LINODE-AP Akamai Connected Cloud | IN |
| 208.98.43.13 | 208.98.43.0/24 | AS46844 | SHARKTECH - Sharktech | US |
WHOIS identity
- Registrar
- iana:120
- Organization
- taiyuanshixiaochenggushikejiyouxiangongsi
- Contact emails
Subdomains
3 observed subdomains of 1280.cc.
| Subdomain |
|---|
| 168.1280.cc |
| wx.1280.cc |
| www.1280.cc |
Web-graph footprint
Distinct hostnames that link to or from 1280.cc in the public web crawl.
26 sites link to this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from 1280.cc.
- IP · 172.232.112.221
- ASN · AS63949AKAMAI-LINODE-AP Akamai Connected Cloud
- Registrar · iana:120
- Country · IN
- Email · xucheng678@163.com
- TLD · .cc
- Browse hostnames · 12…
- 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: "1280.cc"})-[: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.