Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
EricZimmerman committed Jan 8, 2025
2 parents db06b0e + 2171db6 commit ec6e220
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 1 deletion.
3 changes: 3 additions & 0 deletions BatchExamples/DFIRBatch.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ Example entry, please follow this format:
| 2.04 | 2024-08-25 | Added Various Windows Defender, Microsoft Security Essentials and SmartScreen artifacts. Also added LogonBanner and SpecialAccounts |
| 2.05 | 2024-09-01 | Added new artifacts related to the third party application MobaTek MobaXTerm |
| 2.06 | 2024-09-06 | Added various JPCert artifacts around remote access tools, Added LogonStats and an example of DEFAULT registry hive use with WinSCP |
| 2.07 | 2024-11-26 | Added new artifacts from the DEFAULT registry hive |
| 2.08 | 2024-12-07 | Added WinSCP DEFAULT artifact back and added Advanced IP Scanner and Advanced Port Scanner Artifacts |
| 2.09 | 2024-12-19 | Added Angry IP Scanner Artifacts |

# Documentation

Expand Down
108 changes: 107 additions & 1 deletion BatchExamples/DFIRBatch.reb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Description: DFIR RECmd Batch File
Author: Andrew Rathbun
Version: 2.06
Version: 2.09
Id: 2e1589f5-e31a-4bef-822f-075d56afdddd
Keys:
#

Check warning on line 6 in BatchExamples/DFIRBatch.reb

View workflow job for this annotation

GitHub Actions / lintAllTheThings

6:1 [comments-indentation] comment not indented like content
Expand Down Expand Up @@ -1435,6 +1435,15 @@ Keys:

# SCSI plugin - https://github.com/EricZimmerman/RegistryPlugins/tree/master/RegistryPlugin.SCSI

# Devices -> Default Printers (DEFAULT)
-
Description: Default Printers
HiveType: DEFAULT
Category: User Activity
KeyPath: Printers\ConvertUserDevModesCount
Recursive: true
Comment: "Displays the printer options available to the user"

# --------------------
# NETWORK SHARES
# --------------------
Expand Down Expand Up @@ -1547,6 +1556,16 @@ Keys:

# https://superuser.com/questions/618555/what-values-are-defined-for-the-specialaccounts-userlist-key-and-what-i-is-their/926453#926453

# User Accounts -> Stored Identites (DEFAULT)

-
Description: Stored Identities
HiveType: DEFAULT
Category: User Accounts
KeyPath: Software\Microsoft\IdentityCRL\StoredIdentities\*\*
Recursive: true
Comment: "Displays information about Microsoft accounts that have signed into a computer"

# --------------------
# PROGRAM EXECUTION
# --------------------
Expand Down Expand Up @@ -2598,6 +2617,13 @@ Keys:
KeyPath: WOW6432Node\Martin Prikryl
Recursive: true
Comment: "WinSCP"
-
Description: WinSCP
HiveType: DEFAULT
Category: Third Party Applications
KeyPath: Software\Martin Prikryl
Recursive: true
Comment: "WinSCP"

# Third Party Applications -> Ares - https://www.ares.net/

Expand Down Expand Up @@ -2903,6 +2929,76 @@ Keys:

# https://jsac.jpcert.or.jp/archive/2023/pdf/JSAC2023_1_1_yamashige-nakatani-tanaka_en.pdf

# Third Party Applications -> Advanced Port Scanner - https://www.advanced-port-scanner.com/

-
Description: Advanced Port Scanner
HiveType: NTUSER
Category: Third Party Applications
KeyPath: Software\Famatech\advanced_port_scanner
Recursive: true
Comment: "Displays artifacts relating to Advanced Port Scanner"

-
Description: Advanced Port Scanner
HiveType: DEFAULT
Category: Third Party Applications
KeyPath: Software\Famatech\advanced_port_scanner
Recursive: true
Comment: "Displays artifacts relating to Advanced Port Scanner"

# Third Party Applications -> Advanced IP Scanner - https://www.advanced-ip-scanner.com/

-
Description: Advanced IP Scanner
HiveType: NTUSER
Category: Third Party Applications
KeyPath: Software\Famatech\advanced_ip_scanner
Recursive: true
Comment: "Displays artifacts relating to Advanced IP Scanner"

-
Description: Advanced IP Scanner
HiveType: DEFAULT
Category: Third Party Applications
KeyPath: Software\Famatech\advanced_ip_scanner
Recursive: true
Comment: "Displays artifacts relating to Advanced IP Scanner"

# Third Party Applications -> Angry IP Scanner - https://angryip.org/

-
Description: Angry IP Scanner - Legacy
HiveType: NTUSER
Category: Third Party Applications
KeyPath: Software\Angryziber\ipscan
Recursive: true
Comment: "Displays artifacts relating to Angry IP Scanner"

-
Description: Angry IP Scanner - Legacy
HiveType: DEFAULT
Category: Third Party Applications
KeyPath: Software\Angryziber\ipscan
Recursive: true
Comment: "Displays artifacts relating to Angry IP Scanner"

-
Description: Angry IP Scanner
HiveType: NTUSER
Category: Third Party Applications
KeyPath: Software\JavaSoft\Prefs\ipscan
Recursive: true
Comment: "Displays artifacts relating to Angry IP Scanner"

-
Description: Angry IP Scanner
HiveType: DEFAULT
Category: Third Party Applications
KeyPath: Software\JavaSoft\Prefs\ipscan
Recursive: true
Comment: "Displays artifacts relating to Angry IP Scanner"

# --------------------
# CLOUD STORAGE
# --------------------
Expand Down Expand Up @@ -3000,6 +3096,16 @@ Keys:
Recursive: true
Comment: "Displays the user's specified storage location for Dropbox"

# Cloud Storage -> Cloud-related Folders (DEFAULT)

-
Description: Cloud-related Folders
HiveType: DEFAULT
Category: Cloud Storage
KeyPath: Software\Microsoft\Windows\CurrentVersion\StorageSense\SuggestedFolders\*\Suggestions\*
Recursive: true
Comment: "Displays evidence of cloud-related folders that exist or have existed previously"

# --------------------
# SERVICES
# --------------------
Expand Down

0 comments on commit ec6e220

Please sign in to comment.