Skip to content

Commit 4d561be

Browse files
committed
add phase transition
1 parent cd25d20 commit 4d561be

2 files changed

Lines changed: 32 additions & 25 deletions

File tree

crowdsec-docs/package-lock.json

Lines changed: 19 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crowdsec-docs/unversioned/tracker_api/exploitation_phases.mdx

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -102,18 +102,20 @@ graph TB
102102
103103
ID --> EE
104104
ID --> UP
105-
EE --> FP
106-
EE --> TE
107-
EE --> BN
108-
FP --> ME
109-
FP --> TE
110-
FP --> WO
111-
TE --> ME
112-
TE --> WO
113-
ME --> WO
114-
WO --> BN
105+
ID -->|fast escalation| FP
106+
ID -->|fast escalation| TE
107+
EE -->|rapid growth| FP
108+
EE -->|focused campaign| TE
109+
EE -->|settles into scanning| BN
110+
FP -->|fast weaponization| ME
111+
FP -->|narrows to targets| TE
112+
FP -->|peaks & declines| WO
113+
TE -->|mass weaponization| ME
114+
TE -->|campaign ends| WO
115+
ME -->|campaign ends| WO
116+
WO -->|residual scanning| BN
115117
WO --> UP
116-
BN --> TE
118+
BN -->|new exploit toolkit| TE
117119
118120
classDef gray fill:#C3BEF3,stroke:#5D54B0,color:#3b2f7e
119121
classDef early fill:#4C91C2,stroke:#2d6a94,color:#fff

0 commit comments

Comments
 (0)