-
Notifications
You must be signed in to change notification settings - Fork 4
/
helper.txt
20 lines (17 loc) · 919 Bytes
/
helper.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
----- - - - -
/ ----| | | | | | (-)
| (--- | |-- -- - - --| | -| |- - --- --- - --
\--- \| '- \ / -` | '--| |/ / --| |/ --/ - \| '- \
----) | | | | (-| | | | <| |-| | (-| (-) | | | |
|-----/|-| |-|\--,-|-| |-|\-\\--|-|\---\---/|-| |-|
USAGE
python3 Sharkticon
DESCRIPTION
Sharkticon is an intrusion detection system.
Its specificity is that it uses an anomaly detection system and machine learning,
notably the transformers architecture.
Indeed, currently the most known IDS (intrusion detection system)
use database of attack signatures to detect attacks.
Obviously a problem arises, if these systems face new attacks.
This is not the case with our IDS, which is able to detect attacks
that it has never seen thanks to anomaly detection.