Skip to content

Add Acronis Cyber Protect detection - #19

Open
xuanxuan0 wants to merge 1 commit into
FourCoreLabs:masterfrom
xuanxuan0:add-acronis-detection
Open

Add Acronis Cyber Protect detection#19
xuanxuan0 wants to merge 1 commit into
FourCoreLabs:masterfrom
xuanxuan0:add-acronis-detection

Conversation

@xuanxuan0

Copy link
Copy Markdown

Acronis Cyber Protect isn't detected currently. This adds it in two places, matching how the rest of the tool works:

  • A block of Acronis identifiers in EdrList (edrdata.go), since the process/service/driver scan only flags something as suspicious if it hits that list first.
  • A new scan_acronis.go following the same pattern as the other vendor files (e.g. scan_cortexxdr.go), plus the AcronisEDR type and registering it in Scanners, so a hit gets reported as "Acronis Cyber Protect" by name in edrhunt scan instead of showing up unattributed.

Identifiers come from Acronis's own KB docs on Cyber Protect's processes/services, and Microsoft's filter-altitude doc for the driver names.

Cross-compiled for Windows (GOOS=windows GOARCH=amd64 go build ./...) and it builds clean, go vet on the touched packages is clean too, and gofmt -l doesn't flag the new file.

Adds Acronis identifiers to the master EdrList (needed for the
process/service/driver scan to flag Acronis binaries as suspicious
at all), plus a dedicated scanner following the existing per-vendor
pattern so a hit gets attributed to "Acronis Cyber Protect" by name
in scan output, same as the other vendors here.

Identifiers are from Acronis's own KB docs on Cyber Protect's
processes/services, and Microsoft's filter-altitude doc 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