Hostname
nbd.cloud
Last fetched
nbd.cloud resolves to 1 IPv4 address operated by AS24940 in DE. WHOIS lists iana:151 as the registrar.
Nutrition Label
Resolution chain
nbd.cloud resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 144.76.5.118 | 144.76.0.0/16 | AS24940 | — | DE |
WHOIS identity
- Registrar
- iana:151
- Organization
- frano ivankovic
- Contact emails
Subdomains
126 observed subdomains of nbd.cloud.
Threat posture
History
Mail and authentication
SPF policy
19 SPF mechanisms authorising senders for nbd.cloud.
| Mechanism | Target |
|---|---|
| SPF_A | nbd.cloud |
| SPF_IP | 116.203.194.216 |
| SPF_IP | 116.203.242.23 |
| SPF_IP | 159.69.82.134 |
| SPF_IP | 162.55.213.104 |
| SPF_IP | 168.119.125.33 |
| SPF_IP | 195.201.18.232 |
| SPF_IP | 195.201.236.35 |
| SPF_IP | 195.201.36.213 |
| SPF_IP | 2a01:4f8:1c17:41e2:0:0:0:1 |
| SPF_IP | 2a01:4f8:1c1c:9bf4:0:0:0:1 |
| SPF_IP | 2a01:4f8:c011:63:0:0:0:1 |
| SPF_IP | 2a01:4f8:c2c:af50:0:0:0:1 |
| SPF_IP | 49.12.22.94 |
| SPF_IP | 78.47.30.157 |
| SPF_IP | 78.47.50.195 |
| SPF_IP | 94.130.59.12 |
| SPF_IP | 95.216.140.154 |
| SPF_MX | nbd.cloud |
Related pages
Pivot deeper into the graph from nbd.cloud.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nbd.cloud"})-[: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.