From 1d5c7f5dacc421df7ac73cd16629620b77ab3e78 Mon Sep 17 00:00:00 2001 From: Michel Oosterhof Date: Tue, 5 Jan 2016 23:36:47 +0400 Subject: [PATCH] update comment --- cowrie/output/virustotal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cowrie/output/virustotal.py b/cowrie/output/virustotal.py index f66c287..15d21e1 100644 --- a/cowrie/output/virustotal.py +++ b/cowrie/output/virustotal.py @@ -205,7 +205,7 @@ class Output(cowrie.core.output.Output): """ vtUrl = "https://www.virustotal.com/vtapi/v2/comments/put" parameters = { "resource": resource, - "comment": "Captured by Cowrie SSH honeypot http://github.com/cowrie/cowrie", + "comment": "First seen by Cowrie SSH honeypot http://github.com/micheloosterhof/cowrie", "apikey": self.apiKey} headers = http_headers.Headers({'User-Agent': ['Cowrie SSH Honeypot']}) data = urllib.urlencode(parameters)