Hostname
nn.be
Last fetched
nn.be resolves to 15 IPv4 addresses operated by AKAMAI-ASN1 in DE. WHOIS lists registrar:combell nv as the registrar.
Nutrition Label
Resolution chain
nn.be resolves to 15 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.17.100.177 | 2.17.100.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.17.100.203 | 2.17.100.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.17.147.129 | 2.17.147.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 2.17.147.162 | 2.17.147.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.212.110.145 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.212.110.176 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.213.185.71 | 23.213.185.0/24 | AS20940 | AKAMAI-ASN1 | MX |
| 23.213.185.80 | 23.213.185.0/24 | AS20940 | AKAMAI-ASN1 | MX |
| 23.50.131.135 | 23.50.131.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.50.131.151 | 23.50.131.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.53.42.251 | 23.53.40.0/22 | AS20940 | AKAMAI-ASN1 | DE |
| 23.53.43.11 | 23.53.40.0/22 | AS20940 | AKAMAI-ASN1 | DE |
| 92.122.157.201 | 92.122.157.0/24 | AS20940 | AKAMAI-ASN1 | CO |
| 92.122.157.201 | 92.122.157.0/24 | AS20940 | AKAMAI-ASN1 | CO |
| 95.100.146.40 | 95.100.146.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 95.100.146.9 | 95.100.146.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
WHOIS identity
- Registrar
- registrar:combell nv
- Organization
- —
- Contact emails
- —
Subdomains
80 observed subdomains of nn.be.
Showing 25 of 80. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from nn.be in the public web crawl.
245 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
18 SPF mechanisms authorising senders for nn.be.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.cegeka.be |
| SPF_INCLUDE | _spf.inb.keylanehosting.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.flexmail.eu |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.topdesk.net |
| SPF_IP | 148.105.8.0/21 |
| SPF_IP | 156.114.2.47 |
| SPF_IP | 156.114.2.48 |
| SPF_IP | 185.111.196.218 |
| SPF_IP | 188.93.100.36 |
| SPF_IP | 198.2.128.0/18 |
| SPF_IP | 205.201.128.0/20 |
| SPF_IP | 212.159.192.139 |
| SPF_IP | 212.159.221.32/27 |
| SPF_IP | 37.72.160.4 |
| SPF_IP | 37.72.162.158 |
Related pages
Pivot deeper into the graph from nn.be.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nn.be"})-[: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.