new naming convention log id's

This commit is contained in:
Michel Oosterhof
2016-01-23 18:16:53 +00:00
parent 72e2ecea12
commit 24b16233d2

View File

@@ -73,7 +73,7 @@ class Output(cowrie.core.output.Output):
def write(self, entry):
"""
"""
if entry["eventid"] == 'COW0007':
if entry["eventid"] == 'cowrie.session.file_download':
log.msg("Sending url to VT")
self.posturl(entry["url"])