Hostname
ibncs.net
Last fetched
ibncs.net resolves to 1 IPv4 address operated by AS16276 in FR. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
ibncs.net 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 |
|---|---|---|---|---|
| 5.39.55.90 | 5.39.0.0/17 | AS16276 | — | FR |
WHOIS identity
- Registrar
- iana:48
- Organization
- moize laanait
- Contact emails
Subdomains
14 observed subdomains of ibncs.net.
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for ibncs.net.
| Mechanism | Target |
|---|---|
| SPF_A | ibncs.net |
| SPF_IP | 151.80.80.130 |
| SPF_IP | 178.32.193.231 |
| SPF_IP | 178.33.65.160 |
| SPF_IP | 178.33.65.161 |
| SPF_IP | 188.165.171.1 |
| SPF_IP | 5.39.55.90 |
| SPF_IP | 51.178.240.56 |
| SPF_IP | 51.178.240.81 |
| SPF_MX | ibncs.net |
Related pages
Pivot deeper into the graph from ibncs.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ibncs.net"})-[: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.