Hostname
nbgcloud.pt
Last fetched
nbgcloud.pt resolves to 1 IPv4 address operated by AS24940 in FI.
Nutrition Label
Resolution chain
nbgcloud.pt 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 |
|---|---|---|---|---|
| 65.109.70.211 | 65.109.0.0/16 | AS24940 | — | FI |
WHOIS identity
- Registrar
- —
- Organization
- noboring organization, unipessoal lda
- Contact emails
Subdomains
9 observed subdomains of nbgcloud.pt.
Threat posture
History
Mail and authentication
MX records
SPF policy
17 SPF mechanisms authorising senders for nbgcloud.pt.
| Mechanism | Target |
|---|---|
| SPF_A | mxs.bytedefense.pt |
| SPF_A | nbgcloud.pt |
| SPF_INCLUDE | ark.nbgcloud.pt |
| SPF_INCLUDE | brainstorm.nbgcloud.pt |
| SPF_INCLUDE | new-horizons.nbgcloud.pt |
| SPF_INCLUDE | pve-hpersi.nbgcloud.pt |
| SPF_INCLUDE | skyforge.nbgcloud.pt |
| SPF_IP | 188.40.19.168 |
| SPF_IP | 5.249.60.208 |
| SPF_IP | 62.28.50.130 |
| SPF_IP | 65.108.105.90 |
| SPF_IP | 65.108.69.112 |
| SPF_IP | 65.109.70.212 |
| SPF_IP | 65.109.88.214 |
| SPF_IP | 78.46.72.149 |
| SPF_MX | mxs.bytedefense.pt |
| SPF_MX | nbgcloud.pt |
Related pages
Pivot deeper into the graph from nbgcloud.pt.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nbgcloud.pt"})-[: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.