Hostname
starcool.com
Last fetched
starcool.com resolves to 9 IPv4 addresses operated by AKAMAI-ASN1 in IN. WHOIS lists iana:299 as the registrar.
Nutrition Label
Resolution chain
starcool.com resolves to 9 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 23.1.241.58 | 23.1.241.0/24 | AS20940 | AKAMAI-ASN1 | IN |
| 23.1.241.59 | 23.1.241.0/24 | AS20940 | AKAMAI-ASN1 | IN |
| 23.212.110.17 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.212.110.72 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.212.110.96 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.36.162.203 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.36.162.207 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.48.224.100 | 23.48.224.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.48.224.101 | 23.48.224.0/24 | AS20940 | AKAMAI-ASN1 | US |
WHOIS identity
- Registrar
- iana:299
- Organization
- maersk container industry as domain
- Contact emails
Subdomains
9 observed subdomains of starcool.com.
Web-graph footprint
Distinct hostnames that link to or from starcool.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for starcool.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 186.10.17.170/32 |
| SPF_IP | 200.68.52.109/32 |
| SPF_IP | 202.110.225.74/32 |
| SPF_IP | 202.182.251.24/25 |
| SPF_IP | 212.37.138.133/32 |
| SPF_IP | 218.16.101.102/32 |
| SPF_IP | 59.152.221.149/30 |
Related pages
Pivot deeper into the graph from starcool.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "starcool.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.