-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feature/trend_micro_vision_email
- Loading branch information
Showing
12 changed files
with
352 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"input": { | ||
"message": "<133006> <6069> <ERRS> <FR0002SR021 10.33.17.8> User admin Failed Authentication (Processing USER_REQUEST on UserDB)" | ||
}, | ||
"expected": { | ||
"message": "<133006> <6069> <ERRS> <FR0002SR021 10.33.17.8> User admin Failed Authentication (Processing USER_REQUEST on UserDB)", | ||
"event": { | ||
"category": [ | ||
"authentication" | ||
], | ||
"reason": "User admin Failed Authentication (Processing USER_REQUEST on UserDB)", | ||
"type": [ | ||
"info" | ||
] | ||
}, | ||
"related": { | ||
"ip": [ | ||
"10.33.17.8" | ||
], | ||
"user": [ | ||
"admin" | ||
] | ||
}, | ||
"source": { | ||
"address": "10.33.17.8", | ||
"ip": "10.33.17.8" | ||
}, | ||
"user": { | ||
"name": "admin" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"input": { | ||
"message": "<133019> <6069> <ERRS> <FR0002SR021 10.33.17.8> User admin was not found in the database" | ||
}, | ||
"expected": { | ||
"message": "<133019> <6069> <ERRS> <FR0002SR021 10.33.17.8> User admin was not found in the database", | ||
"event": { | ||
"category": [ | ||
"network" | ||
], | ||
"reason": "User admin was not found in the database", | ||
"type": [ | ||
"info" | ||
] | ||
}, | ||
"related": { | ||
"ip": [ | ||
"10.33.17.8" | ||
], | ||
"user": [ | ||
"admin" | ||
] | ||
}, | ||
"source": { | ||
"address": "10.33.17.8", | ||
"ip": "10.33.17.8" | ||
}, | ||
"user": { | ||
"name": "admin" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"input": { | ||
"message": "<133121> <6069> <WARN> <FR0002SR021 1.2.3.4> make_response: Sending USERDB_REJ-msg to 127.0.0.1:8214 with msgtype:23 id:232 reqtype:1 dbtype:0" | ||
}, | ||
"expected": { | ||
"message": "<133121> <6069> <WARN> <FR0002SR021 1.2.3.4> make_response: Sending USERDB_REJ-msg to 127.0.0.1:8214 with msgtype:23 id:232 reqtype:1 dbtype:0", | ||
"event": { | ||
"category": [ | ||
"network" | ||
], | ||
"reason": "Sending USERDB_REJ-msg to 127.0.0.1:8214 with msgtype:23 id:232 reqtype:1 dbtype:0", | ||
"type": [ | ||
"info" | ||
] | ||
}, | ||
"destination": { | ||
"address": "127.0.0.1", | ||
"ip": "127.0.0.1", | ||
"port": 8214 | ||
}, | ||
"related": { | ||
"ip": [ | ||
"1.2.3.4", | ||
"127.0.0.1" | ||
] | ||
}, | ||
"source": { | ||
"address": "1.2.3.4", | ||
"ip": "1.2.3.4" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"input": { | ||
"message": "<522274> <5962> <ERRS> <FR0002SR021 3.4.5.6> Mgmt User Authentication failed. username=admin userip=1.2.3.4 servername=Internal serverip=3.4.5.6" | ||
}, | ||
"expected": { | ||
"message": "<522274> <5962> <ERRS> <FR0002SR021 3.4.5.6> Mgmt User Authentication failed. username=admin userip=1.2.3.4 servername=Internal serverip=3.4.5.6", | ||
"event": { | ||
"category": [ | ||
"authentication" | ||
], | ||
"reason": "Mgmt User Authentication failed. username=admin userip=1.2.3.4 servername=Internal serverip=3.4.5.6", | ||
"type": [ | ||
"info" | ||
] | ||
}, | ||
"destination": { | ||
"address": "Internal", | ||
"domain": "Internal", | ||
"ip": "3.4.5.6" | ||
}, | ||
"related": { | ||
"hosts": [ | ||
"Internal" | ||
], | ||
"ip": [ | ||
"1.2.3.4", | ||
"3.4.5.6" | ||
], | ||
"user": [ | ||
"admin" | ||
] | ||
}, | ||
"source": { | ||
"address": "1.2.3.4", | ||
"ip": "1.2.3.4" | ||
}, | ||
"user": { | ||
"name": "admin" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"input": { | ||
"message": "<133006> <6069> <FR0002SR021 1.2.3.4> User TEST_USER Failed Authentication (Processing USER_REQUEST on UserDB)" | ||
}, | ||
"expected": { | ||
"message": "<133006> <6069> <FR0002SR021 1.2.3.4> User TEST_USER Failed Authentication (Processing USER_REQUEST on UserDB)", | ||
"event": { | ||
"category": [ | ||
"authentication" | ||
], | ||
"reason": "User TEST_USER Failed Authentication (Processing USER_REQUEST on UserDB)", | ||
"type": [ | ||
"info" | ||
] | ||
}, | ||
"related": { | ||
"ip": [ | ||
"1.2.3.4" | ||
], | ||
"user": [ | ||
"TEST_USER" | ||
] | ||
}, | ||
"source": { | ||
"address": "1.2.3.4", | ||
"ip": "1.2.3.4" | ||
}, | ||
"user": { | ||
"name": "TEST_USER" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"input": { | ||
"message": "<133121> <6069> <FR0002SR021 1.2.3.4> make_response: Sending USERDB_REJ-msg to 2.3.4.5:8214 with msgtype:23 id:17 reqtype:1 dbtype:0" | ||
}, | ||
"expected": { | ||
"message": "<133121> <6069> <FR0002SR021 1.2.3.4> make_response: Sending USERDB_REJ-msg to 2.3.4.5:8214 with msgtype:23 id:17 reqtype:1 dbtype:0", | ||
"event": { | ||
"category": [ | ||
"network" | ||
], | ||
"reason": "Sending USERDB_REJ-msg to 2.3.4.5:8214 with msgtype:23 id:17 reqtype:1 dbtype:0", | ||
"type": [ | ||
"info" | ||
] | ||
}, | ||
"destination": { | ||
"address": "2.3.4.5", | ||
"ip": "2.3.4.5", | ||
"port": 8214 | ||
}, | ||
"related": { | ||
"ip": [ | ||
"1.2.3.4", | ||
"2.3.4.5" | ||
] | ||
}, | ||
"source": { | ||
"address": "1.2.3.4", | ||
"ip": "1.2.3.4" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"input": { | ||
"message": "<133006> <6069> <ERRS> <FR0002SR021 1.2.3.4> User TEST_USER Failed Authentication (Processing USER_REQUEST on UserDB)" | ||
}, | ||
"expected": { | ||
"message": "<133006> <6069> <ERRS> <FR0002SR021 1.2.3.4> User TEST_USER Failed Authentication (Processing USER_REQUEST on UserDB)", | ||
"event": { | ||
"category": [ | ||
"authentication" | ||
], | ||
"reason": "User TEST_USER Failed Authentication (Processing USER_REQUEST on UserDB)", | ||
"type": [ | ||
"info" | ||
] | ||
}, | ||
"related": { | ||
"ip": [ | ||
"1.2.3.4" | ||
], | ||
"user": [ | ||
"TEST_USER" | ||
] | ||
}, | ||
"source": { | ||
"address": "1.2.3.4", | ||
"ip": "1.2.3.4" | ||
}, | ||
"user": { | ||
"name": "TEST_USER" | ||
} | ||
} | ||
} |
Oops, something went wrong.