Path: blob/master/data/post/enum_artifacts_list.txt
21470 views
# YAML:1.01# Configuration file for enum_artifacts.rb module2# This file contains a YAML formated list of artifacts used by the3# enum_artifacts post module. Artifacts should be listed using the following4# format:5#6# ---7# malware_name:8# files:9# - name: path\to\file10# csum: 00112233445566778899aabbccddeeff11# - name: path\to\another\file12# csum: 112233445566778899aabbccddeeff0013#14# reg_entries:15# - key: registry_key16# val: registry_value17# data: data18#19# Happy hunting20---21test_evidence:22files:23- name: c:\ntdetect.comx24csum: b2de3452de03674c6cec68b8c8ce7c7825- name: c:\boot.ini26csum: fa579938b0733b87066546afe951082c2728reg_entries:29- key: HKEY_LOCAL_MACHINE\SYSTEM\Selectx30val: Current31data: 132- key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ACPI33val: DisplayName34data: Microsoft ACPI Driver35363738