Skip to content

Commit

Permalink
improve descriptions of some common scenarios (#1152)
Browse files Browse the repository at this point in the history
* improve descriptions of common scenarios
  • Loading branch information
seemanne authored Nov 12, 2024
1 parent e0d7c4d commit 6c32896
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions taxonomy/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -3489,7 +3489,7 @@
},
"crowdsecurity/http-bf-wordpress_bf_xmlrpc": {
"name": "crowdsecurity/http-bf-wordpress_bf_xmlrpc",
"description": "detect wordpress bruteforce on xmlrpc",
"description": "Detect WordPress bruteforce on XML-RPC endpoint",
"label": "WP XMLRPC bruteforce",
"behaviors": [
"http:bruteforce"
Expand Down Expand Up @@ -3887,7 +3887,7 @@
},
"crowdsecurity/impossible-travel": {
"name": "crowdsecurity/impossible-travel",
"description": "impossible travel",
"description": "Detect Impossible Travel",
"label": "Impossible travel",
"behaviors": [],
"mitre_attacks": [
Expand All @@ -3900,7 +3900,7 @@
},
"crowdsecurity/iptables-scan-multi_ports": {
"name": "crowdsecurity/iptables-scan-multi_ports",
"description": "ban IPs that are scanning us",
"description": "Detect aggressive portscans",
"label": "TCP Port Scan",
"behaviors": [
"tcp:scan"
Expand Down Expand Up @@ -4851,7 +4851,7 @@
},
"firewallservices/pf-scan-multi_ports": {
"name": "firewallservices/pf-scan-multi_ports",
"description": "ban IPs that are scanning us",
"description": "Detect aggressive portscans (pf)",
"label": "PF Scan Multi Ports",
"behaviors": [
"tcp:scan"
Expand Down

0 comments on commit 6c32896

Please sign in to comment.