-
Notifications
You must be signed in to change notification settings - Fork 0
/
spfbl.xml
115 lines (97 loc) · 2.82 KB
/
spfbl.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!-- @(#) $Id: ./etc/rule/spfbl.xml, 11/01/2017 dcid Exp $
- Official SPFBL rule for OSSEC.
-
- Author: Noilson Caio
-
- This program is a free software; you can redistribute it
- and/or modify it under the terms of the GNU General Public
- License (version 3) as published by the FSF - Free Software
- Foundation.
-
- License details: http://www.ossec.net/en/licensing.html
-->
<group name="spfbl,">
<rule id="6660" level="0">
<decoded_as>spfbl</decoded_as>
<description>Grouping of SPFBL rule.</description>
</rule>
<rule id="6661" level="2">
<if_sid>6660</if_sid>
<regex>=> PASS</regex>
<description>SPFBL PASS log.</description>
</rule>
<rule id="6662" level="2">
<if_sid>6660</if_sid>
<regex>=> BLOCKED</regex>
<description>SPFBL BLOCKED log.</description>
</rule>
<rule id="6663" level="3">
<if_sid>6660</if_sid>
<regex>SHUTDOWN => OK</regex>
<options>alert_by_email</options>
<description>SPFBL SHUTDOWN</description>
</rule>
<rule id="6664" level="2">
<if_sid>6660</if_sid>
<regex>=> FLAG</regex>
<description>SPFBL FLAG log.</description>
</rule>
<rule id="6665" level="2">
<if_sid>6660</if_sid>
<regex>=> INVALID</regex>
<description>SPFBL INVALID log.</description>
</rule>
<rule id="6666" level="2">
<if_sid>6660</if_sid>
<regex>=> GREYLIST</regex>
<description>SPFBL GREYLIST log.</description>
</rule>
<rule id="6667" level="2">
<if_sid>6660</if_sid>
<regex>=> FAIL</regex>
<description>SPFBL FAIL log.</description>
</rule>
<rule id="6668" level="2">
<if_sid>6660</if_sid>
<regex>=> LISTED</regex>
<description>SPFBL LISTED log.</description>
</rule>
<rule id="6669" level="4">
<if_sid>6660</if_sid>
<options>alert_by_email</options>
<regex>BCKGROUND ERROR</regex>
<description>SPFBL BCKGROUND ERROR log.</description>
</rule>
<rule id="6670" level="2">
<if_sid>6660</if_sid>
<regex>=> SOFTFAIL</regex>
<description>SPFBL SOFTFAIL log.</description>
</rule>
<rule id="6671" level="2">
<if_sid>6660</if_sid>
<regex>=> NEUTRAL</regex>
<description>SPFBL NEUTRAL log.</description>
</rule>
<rule id="6672" level="2">
<if_sid>6660</if_sid>
<regex>=> NONE</regex>
<description>SPFBL NONE log.</description>
</rule>
<rule id="6673" level="2">
<if_sid>6660</if_sid>
<regex>=> SPAM</regex>
<description>SPFBL SPAM log.</description>
</rule>
<rule id="6674" level="2">
<if_sid>6660</if_sid>
<regex>=> SPAMTRAP</regex>
<description>SPFBL SPAMTRAP log.</description>
</rule>
<rule id="6675" level="3">
<if_sid>6660</if_sid>
<options>alert_by_email</options>
<regex>CLIENT ADD</regex>
<description>SPFBL CLIENT ADD log.</description>
</rule>
</group>
<!-- EOF -->