Skip to content

Commit

Permalink
Add Trend Micro log paths (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
cecinestpasunepipe authored Jul 5, 2023
1 parent ef8c5ed commit ca53bad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions acquire/acquire.py
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,8 @@ class Tasks(Module):
("dir", "sysvol/windows/tasks"),
("dir", "sysvol/windows/system32/tasks"),
("dir", "sysvol/windows/syswow64/tasks"),
("dir", "sysvol/windows/sysvol/domain/policies"),
("dir", "sysvol/windows/system32/GroupPolicy/DataStore/"),
]


Expand Down Expand Up @@ -908,6 +910,8 @@ class AV(Module):
# TotalAV
("glob", "sysvol/Program Files*/TotalAV/logs"),
("dir", "sysvol/ProgramData/TotalAV/logs"),
# Trendmicro
("glob", "sysvol/Program Files*/Trend Micro"),
# VIPRE
("dir", "sysvol/ProgramData/VIPRE Business Agent/Logs"),
("dir", "AppData/Roaming/VIPRE Business", from_user_home),
Expand Down

0 comments on commit ca53bad

Please sign in to comment.