Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mentat-test
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
Show more breadcrumbs
713
Mentat
mentat-test
Commits
96604a0a
Commit
96604a0a
authored
5 years ago
by
Jan Mach
Browse files
Options
Downloads
Patches
Plain Diff
Updated default module configuration files.
According to our current production installation. (Redmine issue: #3387)
parent
cd3464c4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
conf/mentat-cleanup.py.conf
+4
-4
4 additions, 4 deletions
conf/mentat-cleanup.py.conf
conf/mentat-controller.py.conf
+0
-17
0 additions, 17 deletions
conf/mentat-controller.py.conf
conf/mentat-inspector-b.py.conf
+2
-2
2 additions, 2 deletions
conf/mentat-inspector-b.py.conf
with
6 additions
and
23 deletions
conf/mentat-cleanup.py.conf
+
4
−
4
View file @
96604a0a
...
@@ -10,10 +10,10 @@
...
@@ -10,10 +10,10 @@
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
# Path to database files (for disk usage measurements).
# Path to database files (for disk usage measurements).
# default: "/var/lib/postgresql/1
0
/main"
# default: "/var/lib/postgresql/1
2
/main"
# type: string
# type: string
#
#
"db_path"
:
"/var/lib/postgresql/1
0
/main"
,
"db_path"
:
"/var/lib/postgresql/1
2
/main"
,
# Perform simulation, do not remove anything (flag).
# Perform simulation, do not remove anything (flag).
# default: false
# default: false
...
@@ -128,8 +128,8 @@
...
@@ -128,8 +128,8 @@
#"regular": false,
#"regular": false,
#"shell": false,
#"shell": false,
#"command": "
generate
",
#"command": "
cleanup
",
"interval"
:
"
6_
hourly"
,
"interval"
:
"hourly"
,
#"adjust_thresholds": false,
#"adjust_thresholds": false,
#"time_high": null,
#"time_high": null,
...
...
This diff is collapsed.
Click to expand it.
conf/mentat-controller.py.conf
+
0
−
17
View file @
96604a0a
...
@@ -86,23 +86,6 @@
...
@@ -86,23 +86,6 @@
]
]
}
}
#
# [CHAIN A|ENTRY]: Message inspection module - event classifications
#
#{
# "exec": "mentat-inspector.py",
# # Enable multiple instances working the same queue directory
# #"paralel": true,
# # In case of paralel mode, you MUST set the required number of instances
# #"count": 3,
# "args": [
# # Enable debug information before daemonization
# #"--debug"
# # Force logging level ['debug', 'info', 'warning', 'error', 'critical']
# #"--log-level=debug"
# ]
#}
#
#
# [CHAIN B|ENTRY|FINAL]: Additional message inspection module
# [CHAIN B|ENTRY|FINAL]: Additional message inspection module
#
#
...
...
This diff is collapsed.
Click to expand it.
conf/mentat-inspector-b.py.conf
+
2
−
2
View file @
96604a0a
...
@@ -110,14 +110,14 @@
...
@@ -110,14 +110,14 @@
},
},
{
{
"name"
:
"Check: Source Type Unknown"
,
"name"
:
"Check: Source Type Unknown"
,
"rule"
:
"exists Source.Type and not Source.Type in ['Proxy', 'OriginMalware', 'OriginSandbox', 'OriginSpam', 'Phishing', 'Malware', 'MITM', 'Spam', 'Backscatter', 'Open', 'Poisoned', 'FastFlux', 'Botnet', 'CC', 'Tor', 'Incomplete']"
,
"rule"
:
"exists Source.Type and not Source.Type in ['Proxy', 'OriginMalware', 'OriginSandbox', 'OriginSpam',
'OriginBlacklist',
'Phishing', 'Malware', 'MITM', 'Spam', 'Backscatter', 'Open', 'Poisoned', 'FastFlux', 'Botnet', 'CC', 'Tor', 'Incomplete'
, 'Anonymised'
]"
,
"actions"
: [
"actions"
: [
{
"action"
:
"tag"
,
"args"
: {
"path"
:
"_CESNET.InspectionErrors[*]"
,
"value"
:
"Source_Type_unknown"
,
"unique"
:
true
}}
{
"action"
:
"tag"
,
"args"
: {
"path"
:
"_CESNET.InspectionErrors[*]"
,
"value"
:
"Source_Type_unknown"
,
"unique"
:
true
}}
]
]
},
},
{
{
"name"
:
"Check: Target Type Unknown"
,
"name"
:
"Check: Target Type Unknown"
,
"rule"
:
"exists Target.Type and not Target.Type in ['Proxy', 'OriginMalware', 'OriginSandbox', 'OriginSpam', 'Phishing', 'Malware', 'MITM', 'Spam', 'Backscatter', 'Open', 'Poisoned', 'FastFlux', 'Botnet', 'CC', 'Tor', 'Incomplete']"
,
"rule"
:
"exists Target.Type and not Target.Type in ['Proxy', 'OriginMalware', 'OriginSandbox', 'OriginSpam', 'Phishing', 'Malware', 'MITM', 'Spam', 'Backscatter', 'Open', 'Poisoned', 'FastFlux', 'Botnet', 'CC', 'Tor', 'Incomplete'
, 'Anonymised'
]"
,
"actions"
: [
"actions"
: [
{
"action"
:
"tag"
,
"args"
: {
"path"
:
"_CESNET.InspectionErrors[*]"
,
"value"
:
"Target_Type_unknown"
,
"unique"
:
true
}}
{
"action"
:
"tag"
,
"args"
: {
"path"
:
"_CESNET.InspectionErrors[*]"
,
"value"
:
"Target_Type_unknown"
,
"unique"
:
true
}}
]
]
...
...
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