diff options
author | zi <zi@FreeBSD.org> | 2012-06-11 21:36:35 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2012-06-11 21:36:35 +0800 |
commit | 5158cf90034f55e2b878daa54124e26be7b2e815 (patch) | |
tree | f85881e02edc7eb3a2f64193adf87651a604d6a6 /security/Makefile | |
parent | fb023f59ac50a139362d008b9d9dd58502602f2a (diff) | |
download | freebsd-ports-gnome-5158cf90034f55e2b878daa54124e26be7b2e815.tar.gz freebsd-ports-gnome-5158cf90034f55e2b878daa54124e26be7b2e815.tar.zst freebsd-ports-gnome-5158cf90034f55e2b878daa54124e26be7b2e815.zip |
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 <tom@tomjudge.com>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |