Skip to content

Commit 212e31a

Browse files
Merge pull request #84 from reece394/master
Add WinSCP DEFAULT Artifact back and Advanced Port Scanner and Advanced IP Scanner
2 parents 67c75ac + 5c2aac2 commit 212e31a

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

BatchExamples/DFIRBatch.md

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ Example entry, please follow this format:
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 |
5656
| 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 |
5758

5859
# Documentation
5960

BatchExamples/DFIRBatch.reb

+44-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.07
3+
Version: 2.08
44
Id: 2e1589f5-e31a-4bef-822f-075d56afdddd
55
Keys:
66
#
@@ -2617,6 +2617,13 @@ Keys:
26172617
KeyPath: WOW6432Node\Martin Prikryl
26182618
Recursive: true
26192619
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"
26202627

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

@@ -2922,6 +2929,42 @@ Keys:
29222929

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

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+
29252968
# --------------------
29262969
# CLOUD STORAGE
29272970
# --------------------

0 commit comments

Comments
 (0)