Hostname
sealand.com
Last fetched
sealand.com resolves to 4 IPv4 addresses operated by AS20940 in KR. WHOIS lists iana:299 as the registrar.
Nutrition Label
Resolution chain
sealand.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 23.67.53.10 | 23.67.53.0/24 | AS20940 | — | KR |
| 23.67.53.25 | 23.67.53.0/24 | AS20940 | — | KR |
| 88.221.0.104 | 88.221.0.0/24 | AS20940 | — | BR |
| 88.221.0.109 | 88.221.0.0/24 | AS20940 | — | BR |
WHOIS identity
- Registrar
- iana:299
- Organization
- domain manager
- Contact emails
Subdomains
40 observed subdomains of sealand.com.
Showing 25 of 40. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from sealand.com in the public web crawl.
20 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
19 SPF mechanisms authorising senders for sealand.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 13.95.23.89 |
| SPF_IP | 136.146.0.0/15 |
| SPF_IP | 182.50.76.0/22 |
| SPF_IP | 185.79.140.0/22 |
| SPF_IP | 202.129.242.0/23 |
| SPF_IP | 204.14.232.0/21 |
| SPF_IP | 206.191.224.0/19 |
| SPF_IP | 23.103.224.0/19 |
| SPF_IP | 40.103.0.0/16 |
| SPF_IP | 40.74.9.71 |
| SPF_IP | 52.142.217.195 |
| SPF_IP | 52.142.217.3 |
| SPF_IP | 52.174.59.190 |
| SPF_IP | 52.177.196.20 |
| SPF_IP | 52.179.154.2 |
| SPF_IP | 85.222.128.0/19 |
| SPF_IP | 96.43.144.0/20 |
Related pages
Pivot deeper into the graph from sealand.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sealand.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.