Skip to content

Commit

Permalink
Update records.py
Browse files Browse the repository at this point in the history
v5.1.0
  • Loading branch information
skhademcis authored Apr 28, 2022
1 parent 322aa7d commit af1a1ee
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions estreamer/definitions/records.py
Original file line number Diff line number Diff line change
Expand Up @@ -1029,6 +1029,18 @@
'attributes': [ { 'block': BLOCK_FILE_EVENT_60 } ],
'category': u'FILELOG MALWARE EVENT' },

# 501 V11
RECORD_FILELOG_EVENT_V11: {
'name': u'File Event',
'attributes': [ { 'block': BLOCK_FILE_EVENT_79 } ],
'category': u'FILELOG EVENT' },

# 503 V11
RECORD_FILELOG_MALWARE_EVENT_V11: {
'name': u'File Malware Event',
'attributes': [ { 'block': BLOCK_FILE_EVENT_79 } ],
'category': u'FILELOG MALWARE EVENT' },

# 510
METADATA_FILELOG_FILE_TYPE: {
'name': u'File Type ID Metadata',
Expand Down

0 comments on commit af1a1ee

Please sign in to comment.