mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
16c8d52e52
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. The Yara nugget allows modified Yara rules to dictate which flags are set when they alert. WWW: http://razorbacktm.sourceforge.net/ PR: ports/167756 Submitted by: Tom Judge <tom@tomjudge.com>
15 lines
540 B
Plaintext
15 lines
540 B
Plaintext
@comment $FreeBSD$
|
|
@unexec if cmp -s %D/etc/razorback/yara.conf %D/etc/razorback/yara.conf.sample; then rm -f %D/etc/razorback/yara.conf; fi
|
|
etc/razorback/yara.conf.sample
|
|
@exec if [ ! -f %D/etc/razorback/yara.conf ]; then cp -p %D/%F %B/yara.conf; fi
|
|
etc/razorback/yara/banker.rules
|
|
etc/razorback/yara/packer.rules
|
|
@dirrmtry etc/razorback/yara
|
|
@dirrmtry etc/razorback
|
|
lib/razorback/yaraNugget.so.2.0.0
|
|
lib/razorback/yaraNugget.so.2
|
|
lib/razorback/yaraNugget.so
|
|
lib/razorback/yaraNugget.la
|
|
lib/razorback/yaraNugget.a
|
|
@dirrmtry lib/razorback
|