Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e70fe97

Browse files
author
Travis Smith
committed
Fixing FileCheckIO Alert Source Name
1 parent 105e794 commit e70fe97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sweetSecurity/server/filecheckio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,6 @@ def run():
9797
if filecheckScore not in [0,404]:
9898
logger.info("ALERT: FileCheck.io found a malicious file!")
9999
message='FileCheck.io Found a Malicious File\nFile Name: %s\nFile MD5: %s\nFile SHA1: %s\nFileCheckIO Reputation Score: %s' % (fileName,md5,sha1,filecheckScore)
100-
alert.send('filecheck',message,file['_id'],file['_index'])
100+
alert.send('FileCheckIO',message,file['_id'],file['_index'])
101101
print "Sending Message"
102102

0 commit comments

Comments
 (0)