-
-
Notifications
You must be signed in to change notification settings - Fork 219
Restrict access to config/log files #568
Copy link
Copy link
Open
Labels
scope: configAnything related to config managementAnything related to config managementscope: harderingAnything related to hardering against tamperingAnything related to hardering against tamperingtype: enhancement
Description
Metadata
Metadata
Assignees
Labels
scope: configAnything related to config managementAnything related to config managementscope: harderingAnything related to hardering against tamperingAnything related to hardering against tamperingtype: enhancement
Problem
Normal (low privileged) users can read:
A local attacker is able to gain access to potentially sensitive information (confidentiality).
Solution
Remove read permissions for users (non-admins) for the mentioned files.
Additional context
While not necessarily a security vulnerability, it is best practice to not give the attacker access to EDR logs
. E.g. Defender will only show alert summaries in its UI, but need admin to look at the details. Defender Log files are not readable (
C:\ProgramData\Microsoft\Windows Defender\Support).Note that Defender Windows Events are also user-readable for some reason (
Application and Service Logs/Microsoft/Windows/Windows Defender/operational). So placing fibratus events inWindows Logs/Applicationis okish.