summaryrefslogtreecommitdiff
path: root/data/whitelists/custom.yar
diff options
context:
space:
mode:
Diffstat (limited to 'data/whitelists/custom.yar')
-rw-r--r--data/whitelists/custom.yar13
1 files changed, 13 insertions, 0 deletions
diff --git a/data/whitelists/custom.yar b/data/whitelists/custom.yar
new file mode 100644
index 0000000..594d25b
--- /dev/null
+++ b/data/whitelists/custom.yar
@@ -0,0 +1,13 @@
1/* Add your own rules here */
2import "hash"
3
4private rule Custom : Blog
5{
6 meta:
7 generated = "2016-07-28T09:50:53.795037"
8
9 condition:
10 /* my own webapp 0.42 */
11 hash.sha1(0, filesize) == "deadbeaf"
12}
13