forked from ossec/ossec-hids
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Description: Adding netscreen decoder.
Reviewed by: dcid Bug:
- v_09
- v2.9.0beta06
- v2.9.0beta05
- v2.8.3
- v2.8.0
- v2.7.1
- v2.7
- v2.7-beta1
- v2.6.0_Final_plus_enhancements
- v2.5.0-beta1
- v1_1_0
- snapshot/20150112
- MultpileProfileWithOverwriting
- AgentConfigProfile-beta
- 3.0beta01
- 2.9.3
- 2.9.2
- 2.9.1
- 2.9.0
- 2.9.0-beta04
- 2.9.0-beta03
- 2.9.0-beta02
- 2.9.0-beta01
- 2.9rc4
- 2.9rc3
- 2.9rc2
- 2.9rc1
- 2.8.2
- 2.8.1
- 2.7-beta2
dcid
committed
Jun 7, 2006
1 parent
bdab670
commit 585c85f
Showing
6 changed files
with
87 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<!-- Netscreen fw rules for the OSSEC HIDS | ||
- Author: Ahmet Ozturk | ||
- Date: Dec 02, 2005 | ||
--> | ||
|
||
|
||
<group name="netscreenfw,syslog"> | ||
<rule id="3700" level="0"> | ||
<match>netscreenfw</match> | ||
<description>Grouping for the Netscreen Firewall rules</description> | ||
</rule> | ||
|
||
<rule id="3701" level="3"> | ||
<if_sid>3700</if_sid> | ||
<action>^notification$</action> | ||
<description>Netscreen notification message.</description> | ||
</rule> | ||
|
||
<rule id="3702" level="4"> | ||
<if_sid>3700</if_sid> | ||
<action>^warning$</action> | ||
<description>Netscreen warning message.</description> | ||
</rule> | ||
|
||
<rule id="3703" level="5"> | ||
<if_sid>3700</if_sid> | ||
<action>^critical$</action> | ||
<description>Netscreen critical message.</description> | ||
</rule> | ||
|
||
<rule id="3704" level="10" frequency="4" timeframe="120" ignore="60"> | ||
<if_matched_sid>3703</if_matched_sid> | ||
<same_source_ip /> | ||
<description>Multiple Netscreen critical messages from </description> | ||
<description>same source IP.</description> | ||
</rule> | ||
|
||
<rule id="3705" level="10" frequency="8" timeframe="120" ignore="60"> | ||
<if_matched_sid>3703</if_matched_sid> | ||
<description>Multiple Netscreen critical messages.</description> | ||
</rule> | ||
</group> <!-- SYSLOG,NETSCREENFW --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters