71 lines
3.8 KiB
HTML
71 lines
3.8 KiB
HTML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE html
|
||
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
<html lang="en-us" xml:lang="en-us">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
|
<meta name="security" content="public" />
|
||
|
<meta name="Robots" content="index,follow" />
|
||
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
||
|
<meta name="DC.Type" content="reference" />
|
||
|
<meta name="DC.Title" content="Example: Traffic regulation policy" />
|
||
|
<meta name="abstract" content="This sample traffic regulation policy traces suspicious traffic across the network, such as an unusually high rate of TCP connections." />
|
||
|
<meta name="description" content="This sample traffic regulation policy traces suspicious traffic across the network, such as an unusually high rate of TCP connections." />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaubconfig.htm" />
|
||
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2006" />
|
||
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2006" />
|
||
|
<meta name="DC.Format" content="XHTML" />
|
||
|
<meta name="DC.Identifier" content="rzaubexampletraffic1" />
|
||
|
<meta name="DC.Language" content="en-us" />
|
||
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
||
|
<!-- US Government Users Restricted Rights -->
|
||
|
<!-- Use, duplication or disclosure restricted by -->
|
||
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
||
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
||
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
||
|
<title>Example: Traffic regulation policy</title>
|
||
|
</head>
|
||
|
<body id="rzaubexampletraffic1"><a name="rzaubexampletraffic1"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Example: Traffic regulation policy</h1>
|
||
|
<div><p>This sample traffic regulation policy traces suspicious traffic
|
||
|
across the network, such as an unusually high rate of TCP connections.</p>
|
||
|
<div class="section"><p>Traffic regulation events correlate to completed
|
||
|
handshakes for connections. The intrusion detection system generates statistics
|
||
|
and when user-specified thresholds are met, the system generates an audit
|
||
|
record. Use the ibm-idsMaxEventMessage parameter in the IDS policy file to
|
||
|
limit the number of records written to the audit journal.</p>
|
||
|
<p>This policy
|
||
|
points to a single IDS traffic regulation (TR) condition and a single IDS
|
||
|
action. The IDS condition selects the TCP protocol, local port 8000, and a
|
||
|
local host IP address.</p>
|
||
|
<p>The IDS action specifies a TCP
|
||
|
connection limit of 1000 for the listening server, a statistics interval of
|
||
|
10 minutes, and 10 percent of the TR connections. This example shows the local
|
||
|
host IP addresses as a range of addresses from 9.10.11.000 through 9.10.11.255.</p>
|
||
|
</div>
|
||
|
<div class="section"><pre> ibm-idsConditionAuxClass rule1 # IDS condition
|
||
|
{
|
||
|
ibm-idsConditionType TR
|
||
|
ibm-idsLocalPortRange 8000
|
||
|
ibm-idsProtocolRange 6
|
||
|
ibm-idsLocalHostIPAddress 2-9.10.11.000-24
|
||
|
policyIdsActionName idsact1
|
||
|
}
|
||
|
|
||
|
ibm_idsActionAuxClass idsact1 # IDS action
|
||
|
{
|
||
|
ibm-idsActionType TR
|
||
|
ibm-idsStatInterval 10
|
||
|
ibm-idsTRtcpTotalConnections 1000
|
||
|
ibm-idsTRtcpPercentage 10
|
||
|
}</pre>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaubconfig.htm" title="Learn the steps for changing your intrusion detection policy file.">Change the intrusion detection policy file</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|