Skip to content

Add Acronis Cyber Protect identifiers to edrlist#7

Open
xuanxuan0 wants to merge 1 commit into
PwnDexter:masterfrom
xuanxuan0:add-acronis-identifiers
Open

Add Acronis Cyber Protect identifiers to edrlist#7
xuanxuan0 wants to merge 1 commit into
PwnDexter:masterfrom
xuanxuan0:add-acronis-identifiers

Conversation

@xuanxuan0

@xuanxuan0 xuanxuan0 commented Jul 17, 2026

Copy link
Copy Markdown

Adds Acronis Cyber Protect to edrlist. It's an EDR/XDR product with no coverage here currently.

The checkers all match against allattribs, which pulls in FileChecker.GetFileInfo() (CompanyName/ProductName from FileVersionInfo). Acronis binaries are signed "Acronis International GmbH" and usually report an "Acronis..." ProductName, so acronis alone should catch most of it across processes, modules, services, and drivers, plus the install-path check in DirectoryChecker (C:\Program Files\Acronis\...).

Also added a few name-based fallbacks for when metadata's stripped or unavailable: aakore, active_protection_service, anti_ransomware_service, cyber-protect-service, fltsrv, snapman, tdrpman — same idea as pairing crowdstrike with fallbacks like csfalcon/cyserver.

Left out generic-sounding names like a bare mms or schedul2 since acronis already covers those via metadata and they'd risk false positives on unrelated software.

Names are from Acronis's KB docs and Microsoft's filter-altitude doc for the drivers. Didn't have a .NET SDK handy to build it, but it's just string literals added to the array — checked braces/quotes are balanced.

Acronis Cyber Protect (EDR/XDR) has no representation in the keyword
list. Since allattribs matching pulls in FileVersionInfo (CompanyName,
ProductName) for processes/modules/services/drivers, "acronis" alone
covers most binaries signed "Acronis International GmbH". Also adds
name-based fallback tokens for cases where file metadata isn't
available: aakore, active_protection_service, anti_ransomware_service,
cyber-protect-service (processes/services), and fltsrv, snapman,
tdrpman (drivers).

Sources: Acronis KB articles on Cyber Protect processes/services;
Microsoft's filter-altitude documentation for the driver names.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant