Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Warden - archive
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
713
Warden
Warden - archive
Commits
6b86f3c4
Commit
6b86f3c4
authored
12 years ago
by
Tomáš Plesník
Browse files
Options
Downloads
Patches
Plain Diff
pridana moznost pouziti 'undef' u vybranych polozek udalosti
parent
f89e9d8a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/warden-client/doc/README
+8
-8
8 additions, 8 deletions
src/warden-client/doc/README
with
8 additions
and
8 deletions
src/warden-client/doc/README
+
8
−
8
View file @
6b86f3c4
...
...
@@ -371,39 +371,39 @@ I. Functions, Arguments and Calls
# SOURCE_TYPE - VARCHAR 64
# Type of source of reported attack/issue. Currently supported values are:
# IP, URL, Reply-To:
#
'
IP
'
,
'
URL
'
,
'
Reply-To:
'
$source_type = "IP";
# SOURCE - VARCHAR 256
#
i
dentification of an attack source/origin according to source_type
#
I
dentification of an attack source/origin according to source_type
.
$source = "123.123.123.123";
# TARGET_PROTO - VARCHAR 16
# Protocol type of reported attack/issue target. Supported are all L3 and L4
# protocols
.
# protocols
or 'undef'.
$target_proto = "TCP";
# TARGET_PORT - INT 2
# Port number of reported attack/issue target.
# Port number of reported attack/issue target
or 'undef'
.
$target_port = "22";
# ATTACK_SCALE - INT 4
# Definition of attack scale, e.g., number of affected targets.
Null
is also
# Definition of attack scale, e.g., number of affected targets.
'undef'
is also
# possible when attack scale is not known or clear enough.
$attack_scale = "1234567890";
# NOTE - TEXT
# Some important(!) note
or
comment. Also, it may contain virus
# Some important(!) note
,
comment
or 'undef'
. Also, it may contain virus
# sample, phishing e-mail with headers and other accordingly to event type.
$note = "this threat is dangerous";
# PRIORITY - INT 1
# Subjective definition of incident severity. Values 0-255 are
# possible where 0 is the lowest priority.
# possible where 0 is the lowest priority
or 'undef'
.
$priority = "1";
# TIMEOUT - INT 2
# Subjective time (in minutes). After this time event might be
# Subjective time (in minutes)
or 'undef'
. After this time event might be
# considered timeouted.
$timeout = "20";
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment