From 5158cf90034f55e2b878daa54124e26be7b2e815 Mon Sep 17 00:00:00 2001 From: zi Date: Mon, 11 Jun 2012 13:36:35 +0000 Subject: New port: security/razorback-virusTotal: Razorback is a framework for an intelligence driven security solution. It consists of a Dispatcher at the core of the system, surrounded by Nuggets of varying types. This nugget checks the VirusTotal API for the MD5 of the submitted file. If the file is found, the short data of the alert will contain the results from the JSON response from VirusTotal. WWW: http://razorbacktm.sourceforge.net/ PR: ports/167755 Submitted by: Tom Judge --- security/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'security/Makefile') diff --git a/security/Makefile b/security/Makefile index 0f89332f82d3..d422f27acd2b 100644 --- a/security/Makefile +++ b/security/Makefile @@ -798,6 +798,7 @@ SUBDIR += razorback-scriptNugget SUBDIR += razorback-swfScanner SUBDIR += razorback-syslogNugget + SUBDIR += razorback-virusTotal SUBDIR += razorback-yaraNugget SUBDIR += rdigest SUBDIR += retranslator -- cgit