Hostname
nbs-aws.com
Last fetched
nbs-aws.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
nbs-aws.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of nbs-aws.com owner
- Contact emails
- 12871fe8-a91d-405e-ad6e-e35a65c325af@identity-protect.org
- 2a265295-3329-44ce-b6db-514d0e0916d2@identity-protect.org
- 31c3ca5d-3a54-42d3-a428-94b1ff326fbc@identity-protect.org
- 46f61e93-c8a2-4910-8fb0-7e899b9935b1@identity-protect.org
- 5b257472-5d27-422e-8c1b-730b2511ea92@identity-protect.org
- 971fbe07-27f9-4358-bea4-946c3297c31b@identity-protect.org
- owner-3384724@nbs-aws.com.whoisprivacyservice.org
- owner-5687287@nbs-aws.com.whoisprivacyservice.org
- owner-6277334@nbs-aws.com.whoisprivacyservice.org
- owner@nbs-aws.com.whoisprivacyservice.org
Subdomains
150 observed subdomains of nbs-aws.com.
Threat posture
History
Related pages
Pivot deeper into the graph from nbs-aws.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nbs-aws.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.