Hostname
windows7.cc
Last fetched
windows7.cc resolves to 1 IPv4 address operated by IDNIC-FASTLINK-AS-ID PT Aktech Digital Solutions in SG. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
windows7.cc resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.179.44.85 | 103.179.44.0/24 | AS149020 | IDNIC-FASTLINK-AS-ID PT Aktech Digital Solutions | SG |
WHOIS identity
- Registrar
- iana:1068
- Organization
- pending renewal or deletion
- Contact emails
Subdomains
2 observed subdomains of windows7.cc.
| Subdomain |
|---|
| mail.windows7.cc |
| www.windows7.cc |
Web-graph footprint
Distinct hostnames that link to or from windows7.cc in the public web crawl.
5 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- windows7.cc
SPF policy
3 SPF mechanisms authorising senders for windows7.cc.
| Mechanism | Target |
|---|---|
| SPF_A | windows7.cc |
| SPF_IP | 103.179.44.85 |
| SPF_MX | windows7.cc |
Related pages
Pivot deeper into the graph from windows7.cc.
- IP · 103.179.44.85
- ASN · AS149020IDNIC-FASTLINK-AS-ID PT Aktech Digital Solutions
- Registrar · iana:1068
- Country · SG
- Email · expired@dynadot.com
- TLD · .cc
- Browse hostnames · wi…
- 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: "windows7.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.