Skip to content

Commit

Permalink
Add an EDR (Endpoint Detection and Response) log collection module (#176
Browse files Browse the repository at this point in the history
)

Currently only Carbon Black logs are collected.
  • Loading branch information
pyrco authored Jul 1, 2024
1 parent 7b209cb commit 54ecef7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions acquire/acquire.py
Original file line number Diff line number Diff line change
Expand Up @@ -1064,6 +1064,15 @@ class QuarantinedFiles(Module):
]


@register_module("--edr")
class EDR(Module):
DESC = "various Endpoint Detection and Response (EDR) logs"
SPEC = [
# Carbon Black
("dir", "sysvol/ProgramData/CarbonBlack/Logs"),
]


@register_module("--history")
class History(Module):
DESC = "browser history from IE, Edge, Firefox, and Chrome"
Expand Down

0 comments on commit 54ecef7

Please sign in to comment.