BlogPartners

RiseAI Insights: Turning “Unscannable” Software Into Actionable Intelligence

When you analyze compiled software for a living, you get used to edge cases. Packed installers. Encrypted payloads. Custom formats that do everything they can to hide what is really going on.

Until now, those cases usually ended in one of two outcomes:

  1. “No results” from automated tools, or
  2. Painful, time-consuming manual reversing

RiseAI Insights is designed to change that. Instead of a dead end, you get an AI-generated report you can actually use to make a decision.

And importantly, this is an opt-in feature. Nothing runs unless your organization chooses to enable it.

The problem: When deterministic analysis cannot see inside

The NetRise platform is built on binary composition analysis, creating a detailed software inventory and SBOM directly from compiled code, not source. That is what lets you see hidden dependencies, misconfigurations, secrets, keys, and other supply chain risks that never show up in manifests.

But there will always be binaries that are:

  • Encrypted or heavily compressed
  • Packed installers that only reveal their contents at runtime
  • Custom or legacy formats with very high entropy

From the platform’s perspective, you still get important structural facts (file type, entropy profile, discovered components), but you cannot always produce the same deterministic, component-level view you get from “normal” firmware or images.

That used to mean:

  • Little or no context for security teams
  • Tickets with “unknown executable” that nobody wants to own
  • Manual analysis reserved for only the highest risk assets

RiseAI Insights was built specifically for this gap.

What RiseAI Insights actually delivers

Instead of focusing on how the feature works under the hood, it is more useful to look at what you get out of it day to day. RiseAI Insights takes the binary analysis output that the NetRise Platform already generates, feeds that into an LLM, and produces a human-readable report about the asset, including when the primary conclusion is “this content is encrypted or compressed.”

NetRise platform Assets summary for tplink-ep25.bin with RiseAI findings banner, vulnerability priority funnel, and top offenders

For this initial release, RiseAI Insights runs on supported assets as they are uploaded or analyzed going forward, with broader on-demand coverage for existing assets planned for the roadmap.

Here is what you can expect from RiseAI Insights:

1. Clear answers where you used to have “unknown file”

For binaries that previously produced little or no deterministic output, you now get a structured AI report that explains:

  • What the executable appears to be doing
  • Which frameworks and libraries it is built on
  • Whether it performs network operations
  • How it uses cryptography and certificates
  • Which operating systems and architectures it is likely targeting

In the example below, you can see the summary view from an RiseAI Insights report for tplink-ep25.bin, identified as an OpenPGP public key. The report brings file metadata, components found, entropy, architectures, and legacy component checks into a single place. In cases like this, the AI narrative focuses less on runtime behavior and more on the role the artifact plays in the software supply chain, such as a public key used for signature verification rather than executable code.

That is the difference between an “unknown .bin file” and a signing asset you can quickly classify and treat very differently in triage.

NetRise RiseAI Analysis Report for tplink-ep25.bin: 3 components, 2 architectures, entropy breakdown, 0 legacy components

2. Fast triage of suspicious or third-party software

Security and procurement teams constantly receive:

  • Vendor-supplied installers
  • Field updates for appliances
  • Tools from internal teams that ship as compiled binaries

With RiseAI Insights, you can:

  • Onboard that asset into NetRise as part of your normal upload and analysis workflow
  • Open the RiseAI Insights report from the NetRise platform UI
  • Get a readable explanation of what the binary appears to be doing, which components it includes, and how it behaves on the network

Instead of holding up a deployment because nobody can interpret an .exe file, you can make an informed decision, or at least ask the vendor much more specific questions.

3. Better prioritization of manual reverse engineering

Not every opaque binary deserves a week of analyst time. RiseAI Insights helps you separate:

  • Binaries that look like standard installers or supporting components, where risk appears low
  • Binaries that perform unexpected network activity, touch-sensitive OS APIs, or combine encryption with unusual control flow

Because the AI report is built on top of NetRise’s existing software inventory and risk context, it can lift out the details that matter most for triage, such as libraries in use, potential attack surface, and high entropy sections that are likely encrypted payloads.

RiseAI report detail listing software components lwip, freertos, hap with versions, entropy analysis, and target architectures

That means your reverse engineers can focus on the binaries that actually look interesting.

4. Evidence you can share across teams

RiseAI Insights produces a PDF report for each analyzed asset.

Teams use these reports to:

  • Attach evidence to tickets and exceptions
  • Provide context to incident responders who need to understand “what is this thing” quickly
  • Share a consistent narrative with vendors when asking for clarification or patches
  • Capture a point in time record of how an asset looked when it was introduced

Instead of passing around ad hoc notes and screenshots, the report becomes the single reference.

RiseAI Analysis Overview with executive summary and key findings on component identification, entropy, and architecture

5. Less noise when there is nothing to see

Sometimes the most important answer is “there is nothing materially interesting here.”

RiseAI Insights includes alerts for reports with negligible findings, so teams can move past benign assets quickly instead of treating every AI report as a red flag. This is especially helpful when you are bulk analyzing large volumes of third-party software where only a small fraction will warrant deeper follow-up.

How RiseAI Insights fits into your existing workflow

RiseAI Insights is designed as an extension of what customers already do on our platform, not a separate experience.

Today, customers can:

  • Access AI-powered insight reports directly from the NetRise Platform UI for supported assets
  • Rely on NetRise to orchestrate the analysis using the same binary data and enrichment you’ve come to know in the platform
  • Download or share the generated PDF when they need an artifact outside the platform

There is no new pipeline to manage. You are simply adding another lens on top of the same system of intelligence that NetRise already builds from your software inventory and binary composition analysis. In an upcoming release, RiseAI Insights findings will also be integrated into report data in the platform, so they can flow directly into your existing dashboards and workflows in addition to PDFs.

How to get started

Given how sensitive software supply chain data can be, RiseAI Insights is intentionally not turned on for everyone.

Key points for customers:

  • RiseAI Insights is an opt-in feature. It is disabled by default for all tenants and is only activated when your organization chooses to enable it.
  • Once enabled, in-product walkthroughs in the platform (via our Pendo guides) show exactly where to find RiseAI Insights and how to run reports on eligible assets.
  • The feature works on the outputs NetRise already derives from your binaries, rather than reaching into live endpoints or production environments.
  • Follow in-product walkthroughs that introduce RiseAI Insights inside the NetRise UI and show exactly where to find the reports for eligible assets.

If you are evaluating NetRise, RiseAI Insights is an example of how we are using AI to enhance, not replace, rigorous binary analysis. The goal is simple: reduce the time between “new or unknown software arrives” and “we understand the risk well enough to act.”

Frequently Asked Questions

What is RiseAI Insights and how does it help analyze unknown or complex binaries?
RiseAI Insights is an opt-in feature within the NetRise platform that generates AI-authored reports for software artifacts that are difficult to analyze using traditional methods. It builds on existing binary composition analysis and provides human-readable summaries describing what a file appears to do, its structure, and relevant characteristics. This helps security teams move beyond “unknown file” outcomes and make faster, more informed decisions about opaque or complex binaries.
When should security teams use AI Insights instead of manual reverse engineering?
AI Insights is most useful when deterministic analysis cannot fully interpret a binary, such as with encrypted payloads, packed installers, or high-entropy files. It helps teams quickly triage whether a file appears benign or warrants deeper investigation. While it does not replace reverse engineering, it helps prioritize which binaries require manual analysis by surfacing indicators like unusual behavior, embedded libraries, or potential network activity. This allows analysts to focus time on the most relevant risks.
Does RiseAI Insights replace traditional binary analysis or security workflows?
No. RiseAI Insights is designed to complement, not replace, deterministic binary analysis and existing security workflows. It operates on the analysis outputs already generated by the NetRise platform and provides an additional layer of interpretation through AI-generated reports. The feature does not perform new runtime analysis or replace core detection capabilities. Instead, it enhances visibility and understanding, helping teams interpret complex artifacts and share findings more effectively across security, engineering, and procurement teams.