Skip to content

Commit ec6e220

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents db06b0e + 2171db6 commit ec6e220

File tree

2 files changed

+110
-1
lines changed

2 files changed

+110
-1
lines changed

BatchExamples/DFIRBatch.md

+3
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ 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 |
57+
| 2.08 | 2024-12-07 | Added WinSCP DEFAULT artifact back and added Advanced IP Scanner and Advanced Port Scanner Artifacts |
58+
| 2.09 | 2024-12-19 | Added Angry IP Scanner Artifacts |
5659

5760
# Documentation
5861

BatchExamples/DFIRBatch.reb

+107-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.09
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
# --------------------
@@ -2598,6 +2617,13 @@ Keys:
25982617
KeyPath: WOW6432Node\Martin Prikryl
25992618
Recursive: true
26002619
Comment: "WinSCP"
2620+
-
2621+
Description: WinSCP
2622+
HiveType: DEFAULT
2623+
Category: Third Party Applications
2624+
KeyPath: Software\Martin Prikryl
2625+
Recursive: true
2626+
Comment: "WinSCP"
26012627

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

@@ -2903,6 +2929,76 @@ Keys:
29032929

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

2932+
# Third Party Applications -> Advanced Port Scanner - https://www.advanced-port-scanner.com/
2933+
2934+
-
2935+
Description: Advanced Port Scanner
2936+
HiveType: NTUSER
2937+
Category: Third Party Applications
2938+
KeyPath: Software\Famatech\advanced_port_scanner
2939+
Recursive: true
2940+
Comment: "Displays artifacts relating to Advanced Port Scanner"
2941+
2942+
-
2943+
Description: Advanced Port Scanner
2944+
HiveType: DEFAULT
2945+
Category: Third Party Applications
2946+
KeyPath: Software\Famatech\advanced_port_scanner
2947+
Recursive: true
2948+
Comment: "Displays artifacts relating to Advanced Port Scanner"
2949+
2950+
# Third Party Applications -> Advanced IP Scanner - https://www.advanced-ip-scanner.com/
2951+
2952+
-
2953+
Description: Advanced IP Scanner
2954+
HiveType: NTUSER
2955+
Category: Third Party Applications
2956+
KeyPath: Software\Famatech\advanced_ip_scanner
2957+
Recursive: true
2958+
Comment: "Displays artifacts relating to Advanced IP Scanner"
2959+
2960+
-
2961+
Description: Advanced IP Scanner
2962+
HiveType: DEFAULT
2963+
Category: Third Party Applications
2964+
KeyPath: Software\Famatech\advanced_ip_scanner
2965+
Recursive: true
2966+
Comment: "Displays artifacts relating to Advanced IP Scanner"
2967+
2968+
# Third Party Applications -> Angry IP Scanner - https://angryip.org/
2969+
2970+
-
2971+
Description: Angry IP Scanner - Legacy
2972+
HiveType: NTUSER
2973+
Category: Third Party Applications
2974+
KeyPath: Software\Angryziber\ipscan
2975+
Recursive: true
2976+
Comment: "Displays artifacts relating to Angry IP Scanner"
2977+
2978+
-
2979+
Description: Angry IP Scanner - Legacy
2980+
HiveType: DEFAULT
2981+
Category: Third Party Applications
2982+
KeyPath: Software\Angryziber\ipscan
2983+
Recursive: true
2984+
Comment: "Displays artifacts relating to Angry IP Scanner"
2985+
2986+
-
2987+
Description: Angry IP Scanner
2988+
HiveType: NTUSER
2989+
Category: Third Party Applications
2990+
KeyPath: Software\JavaSoft\Prefs\ipscan
2991+
Recursive: true
2992+
Comment: "Displays artifacts relating to Angry IP Scanner"
2993+
2994+
-
2995+
Description: Angry IP Scanner
2996+
HiveType: DEFAULT
2997+
Category: Third Party Applications
2998+
KeyPath: Software\JavaSoft\Prefs\ipscan
2999+
Recursive: true
3000+
Comment: "Displays artifacts relating to Angry IP Scanner"
3001+
29063002
# --------------------
29073003
# CLOUD STORAGE
29083004
# --------------------
@@ -3000,6 +3096,16 @@ Keys:
30003096
Recursive: true
30013097
Comment: "Displays the user's specified storage location for Dropbox"
30023098

3099+
# Cloud Storage -> Cloud-related Folders (DEFAULT)
3100+
3101+
-
3102+
Description: Cloud-related Folders
3103+
HiveType: DEFAULT
3104+
Category: Cloud Storage
3105+
KeyPath: Software\Microsoft\Windows\CurrentVersion\StorageSense\SuggestedFolders\*\Suggestions\*
3106+
Recursive: true
3107+
Comment: "Displays evidence of cloud-related folders that exist or have existed previously"
3108+
30033109
# --------------------
30043110
# SERVICES
30053111
# --------------------

0 commit comments

Comments
 (0)