Skip to content

Commit

Permalink
Added HadoopAppRoot artifact definition
Browse files Browse the repository at this point in the history
  • Loading branch information
rgayon authored and joachimmetz committed Sep 6, 2018
1 parent a0bacd2 commit 9dd8149
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion artifacts/__init__.py
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
"""ForensicArtifacts.com Artifact Repository."""

__version__ = '20180827'
__version__ = '20180830'
1 change: 1 addition & 0 deletions artifacts/definitions.py
Expand Up @@ -25,6 +25,7 @@
'Information about any user accounts e.g. username, '
'account ID, etc.'),
'External Media': 'Contain external media data or events e.g. USB drives.',
'Hadoop': 'Hadoop artifacts.',
'IM': 'Instant Messaging / Chat applications artifacts.',
'iOS': 'Artifacts related to iOS devices connected to the system.',
'History Files': 'History files artifacts e.g. .bash_history.',
Expand Down
9 changes: 9 additions & 0 deletions data/hadoop.yaml
@@ -0,0 +1,9 @@
# Hadoop artifacts

name: HadoopAppRoot
doc: Location where Hadoop application files are stored
sources:
- type: PATH
attributes: {paths: ['/hadoop/yarn/system/rmstore/FSRMStateRoot/RMAppRoot/application_*/application_*']}
labels: [Hadoop]
supported_os: [Linux]

0 comments on commit 9dd8149

Please sign in to comment.