redcanaryco / surveyor

A cross-platform baselining, threat hunting, and attack surface analysis tool for security teams.
MIT License
170 stars 59 forks source link

[BUG] AT.exe in 2 defintion files #32

Closed rc-abodkins closed 1 year ago

rc-abodkins commented 4 years ago

Describe the bug AT.exe is located in both Admin Utils and System Utils definition files. Shouldn't it only be included in one for clarity?

What side of Surveyor is impacted?

To Reproduce --deffile system-utils.json --deffile admin-utils.json

pmichaudrc commented 4 years ago

Since AT.exe is deprecated and will not execute on newer versions of Windows, it may make sense to create a legacy deffile and migrate it along with other deprecated or older binaries.

rc-csmith commented 1 year ago

Removed from system-utils.json in PR #66