Static insight. Dynamic visibility. Structured review.
RingForge Workbench is a Windows-focused software triage platform built to support structured static analysis, dynamic behavior review, API analysis, API specification review, and browser extension analysis from a single interface. It is designed for analysts who want a cleaner workflow, better organized outputs, and consistent reporting across multiple software assessment paths.
Version 1.6 introduces a new startup experience with a branded splash screen and launcher, along with the first release of Browser Extension Analysis for Chrome, Edge, and Chromium-style extensions.
Version: v1.6
RingForge Workbench helps analysts triage Windows software samples such as EXEs, DLLs, installers, launchers, and related package files. It combines metadata extraction, strings analysis, capa behavior analysis, IOC extraction, signing validation, VirusTotal reputation, executable API import analysis, controlled dynamic runtime behavior collection, API specification analysis, and browser extension analysis into one broader assessment workflow.
The platform creates case-based output and produces structured artifacts such as JSON analysis files, IOC exports, Markdown and HTML reports, PDF reports when supported, Procmon-derived runtime artifacts, persistence diffs, dynamic findings summaries, API spec inventory reports, and browser extension analysis reports.
RingForge Workbench v1.6 is a workflow and usability release that turns the modular GUI work from v1.5 into a more polished analyst-facing experience. This version improves how users enter the platform, choose workflows, and review browser extension packages while preserving the existing static triage functionality.
- Added a branded RingForge splash screen
- Added a launcher/home screen for workflow selection
- Added Browser Extension Analysis
- Added support for unpacked browser extension folders
- Added support for ZIP-based extension analysis
- Added support for CRX-based extension analysis
- Added manifest parsing and summary review for browser extensions
- Added file inventory and file preview for extension contents
- Added browser extension risk notes, risk scoring, and verdicting
- Added color-coded browser extension verdict display
- Added quick-save JSON export for browser extension reports
- Added quick-save HTML export for browser extension reports
- Added report folder support for browser extension reporting
- Styled browser extension HTML reports to match the broader RingForge reporting theme
- Improved startup and navigation flow across the platform
- Added splash screen support
- Added a launcher-based startup flow
- Added direct workflow selection for Static, Dynamic, API, Spec, and Browser Extension Analysis
- Preserved the existing static analysis interface while moving it behind the new startup flow
- Added a dedicated Browser Extension Analysis window
- Added support for unpacked browser extension folders
- Added support for ZIP archives
- Added support for CRX packages
- Added manifest parsing and summary extraction
- Added browser extension file inventory view
- Added browser extension file preview panel
- Added risk notes generation based on manifest and quick source review
- Added risk scoring and verdict mapping
- Added color-coded verdict display
- Added quick-save JSON report export
- Added quick-save HTML report export
- Added report folder support
- Extended RingForge reporting style into browser extension HTML reports
- Improved layout and usability of the extension analysis workspace
- Improved launcher naming and flow clarity
- Improved extension analysis focus behavior after source selection
- Continued visual consistency with the RingForge dark blue / black / white styling
Version 1.6 gives RingForge Workbench a cleaner entry point and a stronger platform identity. Instead of opening directly into one workflow, the application now launches into a branded selector that makes the tool easier to navigate and easier to expand.
This release also adds a meaningful new analysis area with Browser Extension Analysis, extending RingForge Workbench beyond Windows software triage into structured review of browser extension packages, permissions, manifests, and related source content.
GUI modularization and maintainability release:
- Separated major GUI windows into dedicated modules
- Moved theme logic into
gui/styles.py - Improved maintainability and reduced risk for future GUI enhancements
- Established the structural foundation for the launcher and additional workflows
Analysis quality and false-positive reduction release:
- Dynamic scoring tuned to reduce environmental and benign-runtime noise
- Signature verification handling improved for valid signed software
- Capa timeout and large-file skip support added for heavy binaries
- YARA integration and report visibility improved
- API Spec Analysis hardened with richer endpoint risk context
RingForge Workbench includes a full static triage workflow for Windows executables and related software packages. Static analysis supports:
- File hashing
- PE and metadata review
- LIEF-based enrichment
- Strings analysis
- capa analysis
- IOC extraction
- Risk scoring
- Markdown / HTML / PDF report generation
Dynamic Analysis supports runtime behavior review and evidence collection for Windows samples. Depending on configuration and environment, this can include:
- Process and behavior capture
- Interesting event filtering
- Dropped-file review
- Persistence snapshot and diff workflows
- Dynamic findings review
- HTML and PDF reporting
API Analysis supports manual analyst review of application and service APIs, including:
- Manual API request testing
- Response inspection
- Structured analyst workflow through the dedicated API window
Spec Analysis supports OpenAPI and Swagger-style specification review, including:
- Endpoint inventory
- Risk-oriented spec review
- Identification of potentially risky endpoints and patterns
- HTML inventory reporting
Browser Extension Analysis is new in v1.6 and supports static review of browser extensions, including:
- Unpacked browser extension folders
- ZIP extension packages
- CRX packages
Browser Extension Analysis includes:
- Manifest parsing
- File inventory
- File preview
- Risk notes
- Risk score
- Risk verdict
- Color-coded verdict display
- Manifest JSON viewing
- Quick-save JSON export
- Quick-save HTML export
- Report folder support
RingForge Workbench now opens into a launcher that provides direct access to:
- Static Analysis
- Dynamic Analysis
- API Analysis
- Spec Analysis
- Browser Extension Analysis
This gives the platform a cleaner entry point and makes it easier to expand additional workflows over time.
The Browser Extension Analysis module is designed for Chrome, Edge, and Chromium-style extensions.
- Unpacked folder
- ZIP archive
- CRX package
- Name
- Version
- Description
- Manifest Version
- Permissions
- Host Permissions
- Background / Service Worker
- Content Scripts
- Web Resources
- Externally Connectable
- Update URL
- Commands
- CSP
- Risk Score
- Risk Verdict
- Files Found
The module currently performs quick static checks against:
- Manifest permissions
- Host permissions
- Background / service worker usage
- Content scripts
- Web-accessible resources
- Externally connectable settings
- Common code patterns such as:
evalnew FunctionXMLHttpRequestfetchdocument.cookiechrome.cookieschrome.tabschrome.scriptingchrome.webRequest- remote URLs
Browser extension results can be quick-saved as:
- JSON
- HTML
The HTML export uses the same RingForge visual style as the main reporting workflow.
A typical static case folder may contain:
cases/<case>/
analysis.log
api_analysis.json
capa.json
capa.txt
extracted/
extracted_manifest.json
file.txt
iocs.csv
iocs.json
lief_metadata.json
pe_metadata.json
report.html
report.md
report.pdf
runlog.json
signing.json
strings.txt
subfiles/
summary.json
virustotal.json
On some environments, report.pdf may not be generated. In that case, open report.html and use your browser’s Print to PDF option.
A dynamic-analysis run can produce a structure like:
cases/<case_name>/
metadata/
run_config.json
sample_info.json
run_summary.json
procmon/
raw.pml
export.csv
parsed_events.json
interesting_events.json
persistence/
tasks_before.json
tasks_after.json
task_diffs.json
services_before.json
services_after.json
service_diffs.json
files/
dropped_files.json
dropped_files_summary.json
reports/
dynamic_findings.json
dynamic_report.html
dynamic_report.pdf
An API Spec Analysis run can produce a structure like:
cases/<case_name>/
spec/
spec_inventory_<spec_name>_<timestamp>.json
spec_inventory_<spec_name>_<timestamp>.html
spec_inventory_latest_<spec_name>.json
spec_inventory_latest_<spec_name>.html
spec_inventory_latest.json
spec_inventory_latest.html
original_<spec_name>.yaml
A Browser Extension Analysis run can produce a report folder like:
ringforge_extension_reports/
<extension_name>_extension_analysis.json
<extension_name>_extension_analysis.html
ringforge-workbench/
assets/
docs/
scripts/
static_triage_engine/
dynamic_analysis/
gui/
tools/
procmon-configs/
cases/ # generated locally, usually gitignored
logs/ # generated locally, usually gitignored
release/
.gitignore
LICENSE
README.md
requirements.txt
- Python 3.11 or 3.12 recommended
Typical dependencies include:
requestspefileliefpyyamlpyinstallerweasyprint(optional for direct PDF generation)pillow(for image-backed branding and splash assets)- any packages listed in
requirements.txt
For dynamic analysis on Windows, Procmon is required for full runtime capture.
Typical setup:
- Procmon obtained separately from Microsoft Sysinternals
- optional Procmon config file under
tools/procmon-configs - a dedicated Windows VM for execution and observation
- administrative rights where required for capture and snapshotting
You should also have:
tools/capa-rulestools/capa/sigs
cd C:\RingForge_Analyzer\Static-Software-Malware-Analysis
python -m venv .venv
.\.venv\Scripts\Activate.ps1
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install liefOptional PDF support:
pip install weasyprintIf WeasyPrint dependencies are unavailable on Windows, HTML export still works and can be printed to PDF from the browser.
cd ~/analysis/ringforge-workbench
python3 -m venv .venv
source .venv/bin/activate
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pefile pyyaml lief flare-capa
bash scripts/bootstrap_capa_rules.shcd C:\RingForge_Analyzer\Static-Software-Malware-Analysis
.\.venv\Scripts\Activate.ps1
python .\scripts\static_triage_gui.pycd ~/analysis/ringforge-workbench
source .venv/bin/activate
python scripts/static_triage_gui.pyExample PyInstaller build:
pyinstaller --noconfirm --clean --distpath .\dist --workpath .\build .\RingForgeWorkbench.specCreate the release folder and copy:
- built application folder
config.jsonREADME_v1.6.mdLICENSErequirements.txt
Compress-Archive -Path .\release\RingForge_Workbench_v1.6\* -DestinationPath .\release\RingForge_Workbench_v1.6.zip -Force- Dynamic analysis should only be performed inside an isolated, revertible Windows VM or other controlled sandbox.
- Do not run unknown samples on a personal daily-use host.
- Procmon-backed execution and persistence snapshotting can generate significant host noise on non-isolated systems.
- Legitimate software can still contain powerful APIs, installer behaviors, or autorun-related logic; scoring and findings should always be reviewed in context.
- Browser extensions can request powerful permissions and still be legitimate; extension findings should always be reviewed in analyst context.
- API spec analysis can highlight risky routes, methods, auth patterns, and follow-up test ideas, but findings still require analyst review in context.
- API analysis currently applies to Windows PE executables and DLLs through import/API-chain analysis.
- API Spec Analysis currently supports OpenAPI and Swagger definition files in JSON or YAML form.
- Browser Extension Analysis in v1.6 is focused on static review, not dynamic browser execution.
- Dynamic analysis in RingForge Workbench is intended as a practical triage layer, not a full sandbox replacement.
See LICENSE.