Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iprep
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
ai3
tools
iprep
Commits
62528756
Commit
62528756
authored
4 years ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
Fix example patterns for ipv6
parent
1ae8bc33
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#14927
passed
4 years ago
Stage: test
Stage: build
Stage: release
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
example.patterns
+5
-5
5 additions, 5 deletions
example.patterns
with
5 additions
and
5 deletions
example.patterns
+
5
−
5
View file @
62528756
...
...
@@ -4,23 +4,23 @@
### SSH authentication failures
# Silly brute-forcers that do not support our kex:
/^Unable to negotiate with ([.0-9]+) port \d+: no matching host key type found./ ssh
/^Unable to negotiate with ([.
:
0-9
a-f
]+) port \d+: no matching host key type found./ ssh
### Email-related rules
# Postscreen failures - protocol errors are (in high volume) characteristic of spammers
/^NOQUEUE: reject: RCPT from \[([.0-9]+)\]:\d+: 550 5.5.1 Protocol error;/ spammer
/^NOQUEUE: reject: RCPT from \[([.
:
0-9
a-f
]+)\]:\d+: 550 5.5.1 Protocol error;/ spammer
# Spammers trying to send email via disabled accounts
/^NOQUEUE: reject: RCPT from [^[]+\[(
.[0-9
]+)\]: 553 5.7.1 <[^>]+>: Sender address rejected: not owned by user/ spammer
/^NOQUEUE: reject: RCPT from [^[]+\[(
[.:0-9a-f
]+)\]: 553 5.7.1 <[^>]+>: Sender address rejected: not owned by user/ spammer
# Spammers triggering SPF failures
/^550 5.7.23 Message rejected due to: SPF fail - not authorized. Please see http:\/\/www.openspf.net\/Why?s=mfrom;id=[^;]*;ip=([.0-9]+);/ spammer
/^550 5.7.23 Message rejected due to: SPF fail - not authorized. Please see http:\/\/www.openspf.net\/Why?s=mfrom;id=[^;]*;ip=([.
:
0-9
a-f
]+);/ spammer
### Authentication
# General auth-server errors
/^auth-server\[\d+\]: auth: user=.* service=smtp status=error ip=([.0-9]+) error=/ auth
/^auth-server\[\d+\]: auth: user=.* service=smtp status=error ip=([.
:
0-9
a-f
]+) error=/ auth
### Wordpress-specific rules
...
...
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