Skip to content

[BUG] Windows Driver Load Non-Standard Path: Missing volume/drive letter in MS Defender path #3690

@vvlier

Description

@vvlier

In Windows Driver Load Non-Standard Path detection, the regex to ignore well-known standard paths for driver does not match correctly for MS Defender.
The regex match "\ProgramData\Microsoft\Windows Defender\Definition Updates" without the volume/drive letter in front.

Regex in windows_driver_load_non_standard_path.yml should be:
| regex ImagePath!="(?i)^(\w:\\Windows\\|\w:\\Program\sFile|\\systemroot\\|%SystemRoot%|system32\\|\w:\\ProgramData\\Microsoft\\Windows\sDefender\\Definition\sUpdates\\)"

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions