Hostname
scb-n.com
Last fetched
scb-n.com resolves to 3 IPv4 addresses operated by AS12876 in PL. WHOIS lists iana:1531 as the registrar.
Nutrition Label
Resolution chain
scb-n.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 151.115.110.134 | 151.115.0.0/17 | AS12876 | — | PL |
| 212.47.237.67 | 212.47.224.0/19 | AS12876 | — | FR |
| 5.135.208.218 | 5.135.0.0/16 | AS16276 | — | FR |
WHOIS identity
- Registrar
- iana:1531
- Organization
- knock knock whois not there,
- Contact emails
Subdomains
2 observed subdomains of scb-n.com.
| Subdomain |
|---|
| mail.scb-n.com |
| www.scb-n.com |
Threat posture
History
Mail and authentication
MX records
Related pages
Pivot deeper into the graph from scb-n.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "scb-n.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.