Skip to content

Commit 67c75ac

Browse files
Merge pull request #83 from AndrewRathbun/master
update DFIRBatch.reb to 2.07 - add various artifacts from DEFAULT hive
2 parents 1978c33 + 0eb9ca0 commit 67c75ac

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

BatchExamples/DFIRBatch.md

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ Example entry, please follow this format:
5353
| 2.04 | 2024-08-25 | Added Various Windows Defender, Microsoft Security Essentials and SmartScreen artifacts. Also added LogonBanner and SpecialAccounts |
5454
| 2.05 | 2024-09-01 | Added new artifacts related to the third party application MobaTek MobaXTerm |
5555
| 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 |
56+
| 2.07 | 2024-11-26 | Added new artifacts from the DEFAULT registry hive |
5657

5758
# Documentation
5859

BatchExamples/DFIRBatch.reb

+30-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Description: DFIR RECmd Batch File
22
Author: Andrew Rathbun
3-
Version: 2.06
3+
Version: 2.07
44
Id: 2e1589f5-e31a-4bef-822f-075d56afdddd
55
Keys:
66
#
@@ -1435,6 +1435,15 @@ Keys:
14351435

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

1438+
# Devices -> Default Printers (DEFAULT)
1439+
-
1440+
Description: Default Printers
1441+
HiveType: DEFAULT
1442+
Category: User Activity
1443+
KeyPath: Printers\ConvertUserDevModesCount
1444+
Recursive: true
1445+
Comment: "Displays the printer options available to the user"
1446+
14381447
# --------------------
14391448
# NETWORK SHARES
14401449
# --------------------
@@ -1547,6 +1556,16 @@ Keys:
15471556

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

1559+
# User Accounts -> Stored Identites (DEFAULT)
1560+
1561+
-
1562+
Description: Stored Identities
1563+
HiveType: DEFAULT
1564+
Category: User Accounts
1565+
KeyPath: Software\Microsoft\IdentityCRL\StoredIdentities\*\*
1566+
Recursive: true
1567+
Comment: "Displays information about Microsoft accounts that have signed into a computer"
1568+
15501569
# --------------------
15511570
# PROGRAM EXECUTION
15521571
# --------------------
@@ -3000,6 +3019,16 @@ Keys:
30003019
Recursive: true
30013020
Comment: "Displays the user's specified storage location for Dropbox"
30023021

3022+
# Cloud Storage -> Cloud-related Folders (DEFAULT)
3023+
3024+
-
3025+
Description: Cloud-related Folders
3026+
HiveType: DEFAULT
3027+
Category: Cloud Storage
3028+
KeyPath: Software\Microsoft\Windows\CurrentVersion\StorageSense\SuggestedFolders\*\Suggestions\*
3029+
Recursive: true
3030+
Comment: "Displays evidence of cloud-related folders that exist or have existed previously"
3031+
30033032
# --------------------
30043033
# SERVICES
30053034
# --------------------

0 commit comments

Comments
 (0)