Skip to content

Restrict access to config/log files #568

Description

@dobin

Problem

Normal (low privileged) users can read:

  • Config/fibratus.yml
  • Logs/fibratus.txt
Image Image

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 in Windows Logs/Application is okish.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions