Hostname
secondlife.com
Last fetched
secondlife.com resolves to 10 IPv4 addresses operated by AKAMAI-ASN1 in DE. WHOIS lists iana:299 as the registrar.
Nutrition Label
Resolution chain
secondlife.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 |
|---|---|---|---|---|
| 184.24.77.44 | 184.24.77.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 184.24.77.45 | 184.24.77.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.241.16 | 2.16.241.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.241.5 | 2.16.241.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.44.201.200 | 23.44.201.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.44.201.218 | 23.44.201.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.48.96.233 | 23.48.96.0/23 | AS20940 | AKAMAI-ASN1 | AU |
| 23.48.97.19 | 23.48.96.0/23 | AS20940 | AKAMAI-ASN1 | AU |
| 95.100.146.91 | 95.100.146.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 95.100.146.98 | 95.100.146.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
WHOIS identity
- Registrar
- iana:299
- Organization
- linden research, inc. (linde35460)
- Contact emails
Subdomains
74 observed subdomains of secondlife.com.
Showing 25 of 74. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from secondlife.com in the public web crawl.
6,212 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for secondlife.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | fdspfus.freshemail.io |
| SPF_INCLUDE | sendgrid.net |
Related pages
Pivot deeper into the graph from secondlife.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "secondlife.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.