ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzaub_5.4.0.1/rzaubexampleidscan.htm

64 lines
3.3 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<?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: Intrusion detection scan policy" />
<meta name="abstract" content="This example is of a scan policy that uses stand-alone conditions and actions." />
<meta name="description" content="This example is of a scan policy that uses stand-alone conditions and actions." />
<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="rzaubexampleidscan" />
<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: Intrusion detection scan policy</title>
</head>
<body id="rzaubexampleidscan"><a name="rzaubexampleidscan"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Example: Intrusion detection scan policy</h1>
<div><p>This example is of a scan policy that uses stand-alone conditions
and actions.</p>
<div class="section"><p>The TCP/IP stack detects port scans on a port-by-port
basis. The stack itself cannot detect a global scan. When a port scan is suspected,
it generates a SCAN_EVENT that calls the intrusion detection system. The intrusion
detection system processes the scan event and calls the SCAN_GLOBAL code to
generate statistics and monitor thresholds.</p>
<p>This IDS policy targets
TCP ports 1 through 5000 for suspicious events. </p>
</div>
<div class="section"><pre> ibm-idsConditionAuxClass idscond10 # IDS condition
{
ibm-idsConditionType SCAN_EVENT
ibm-policyIdsActionName idsscan1
ibm-idsProtocolRange 6
ibm-idsLocalPortRange 1-5000
}
ibm-idsActionAuxClass idsscan1 # IDS action
{
ibm-idsActionType SCAN_GLOBAL
ibm-idsFSInterval 10
ibm-idsFSThreshold 10 # fast scanning threshold
ibm-idsSSInterval 100
ibm-idsSSThreshold 20 # slow scanning threshold
}</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>