Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(775)

Side by Side Diff: test_data/artifacts/artifacts.yaml

Issue 321000043: [plaso] Refactored log2timeline front-end to tool #160 (Closed)
Patch Set: Changes after review Created 6 years, 10 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « test_data/artifacts.yaml ('k') | tests/analyzers/hashers/manager.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Windows path artifact definitions. 1 # Windows path artifact definitions.
2 2
3 name: SystemRootPath 3 name: SystemRootPath
4 doc: The %SystemRoot% path. 4 doc: The %SystemRoot% path.
5 sources: 5 sources:
6 - type: PATH 6 - type: PATH
7 attributes: 7 attributes:
8 paths: 8 paths:
9 - '\Windows' 9 - '\Windows'
10 - '\WinNT' 10 - '\WinNT'
11 - '\WINNT35' 11 - '\WINNT35'
12 - '\WTSRV' 12 - '\WTSRV'
13 separator: '\' 13 separator: '\'
14 - type: REGISTRY_VALUE 14 - type: REGISTRY_VALUE
15 attributes: 15 attributes:
16 key_value_pairs: [{key: 'HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\Cu rrentVersion', value: 'SystemRoot'}] 16 key_value_pairs: [{key: 'HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\Cu rrentVersion', value: 'SystemRoot'}]
17 provides: 17 provides:
18 - type: ENVIRONMENT 18 - type: ENVIRONMENT
19 attributes: 19 attributes:
20 name: '%SystemRoot%' 20 name: '%SystemRoot%'
21 supported_os: [Windows] 21 supported_os: [Windows]
OLDNEW
« no previous file with comments | « test_data/artifacts.yaml ('k') | tests/analyzers/hashers/manager.py » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b