Hostname
rockinon.com
Last fetched
rockinon.com resolves to 14 IPv4 addresses operated by AKAMAI-ASN1 in DE. WHOIS lists iana:49 as the registrar.
Nutrition Label
Resolution chain
rockinon.com resolves to 14 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.16.164.24 | 2.16.164.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.164.91 | 2.16.164.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.241.13 | 2.16.241.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.241.18 | 2.16.241.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.21.74.27 | 2.21.74.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 2.21.74.72 | 2.21.74.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.55.241.66 | 23.55.241.0/24 | AS20940 | AKAMAI-ASN1 | KR |
| 23.55.241.75 | 23.55.241.0/24 | AS20940 | AKAMAI-ASN1 | KR |
| 95.100.146.66 | 95.100.146.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 95.100.146.81 | 95.100.146.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 95.100.146.91 | 95.100.146.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 95.100.146.97 | 95.100.146.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 95.100.158.56 | 95.100.158.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 95.100.158.96 | 95.100.158.0/24 | AS20940 | AKAMAI-ASN1 | DE |
WHOIS identity
- Registrar
- iana:49
- Organization
- domain administrator
- Contact emails
Subdomains
1 observed subdomain of rockinon.com.
| Subdomain |
|---|
| stg.rockinon.com |
Web-graph footprint
Distinct hostnames that link to or from rockinon.com in the public web crawl.
1,478 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for rockinon.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
Related pages
Pivot deeper into the graph from rockinon.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "rockinon.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.