Hostname
seabond.com
Last fetched
seabond.com resolves to 4 IPv4 addresses operated by AS20940 in SG. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
seabond.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.44.5.122 | 23.44.4.0/23 | AS20940 | — | SG |
| 23.44.5.35 | 23.44.4.0/23 | AS20940 | — | SG |
| 95.101.75.149 | 95.101.75.0/24 | AS20940 | — | AT |
| 95.101.75.184 | 95.101.75.0/24 | AS20940 | — | AT |
WHOIS identity
- Registrar
- iana:2
- Organization
- combe incorporated
- Contact emails
Subdomains
8 observed subdomains of seabond.com.
Web-graph footprint
Distinct hostnames that link to or from seabond.com in the public web crawl.
8 sites link to this hostname.
53 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from seabond.com.
- IP · 23.44.5.122
- ASN · AS20940
- Registrar · iana:2
- Country · SG
- Email · f98t76xz26x@networksolutionsprivateregistration.com
- TLD · .com
- Browse hostnames · se…
- 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: "seabond.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.