Skip to content

Commit

Permalink
Added messaging and email client artifact definitions (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
sydp committed Jul 25, 2022
1 parent 1d27053 commit 340ab15
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
18 changes: 18 additions & 0 deletions data/applications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,21 @@ sources:
- '%%environ_programfilesx86%%\Microsoft SQL Server\*\MSSQL\LOG\ERRORLOG*'
separator: '\'
supported_os: [Windows]
---
name: MozillaThunderbird
doc: Mozilla Thunderbird files.
sources:
- type: FILE
attributes: {paths: ['%%users.homedir%%/.thunderbird/**']}
supported_os: [Linux]
---
name: GnomeEvolution
doc: Gnome Evolution files.
sources:
- type: FILE
attributes:
paths:
- '%%users.homedir%%/.cache/evolution/**'
- '%%users.homedir%%/.config/evolution/**'
- '%%users.homedir%%/.local/share/evolution/**'
supported_os: [Linux]
21 changes: 21 additions & 0 deletions data/instant_messaging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,24 @@ sources:
supported_os: [Darwin]
supported_os: [Darwin]
urls: ['https://forensicswiki.xyz/wiki/index.php?title=Mac_OS_X_10.9_-_Artifacts_Location#Skype']
---
name: SignalApplicationContent
doc: Signal Application Content and Configuration
sources:
- type: FILE
attributes:
paths:
- '%%users.homedir%%/.var/app/org.signal.Signal/*/attachments.noindex/*'
- '%%users.homedir%%/.var/app/org.signal.Signal/*/Cache/*'
- '%%users.homedir%%/.var/app/org.signal.Signal/*/logs/*'
- '%%users.homedir%%/.var/app/org.signal.Signal/config.json'
supported_os: [Linux]
supported_os: [Linux]
---
name: SignalDatabase
doc: Signal Database file.
sources:
- type: FILE
attributes: {paths: ['%%users.homedir%%/.var/app/org.signal.Signal/db.sqlite']}
supported_os: [Linux]
supported_os: [Linux]

0 comments on commit 340ab15

Please sign in to comment.