Skip to content

Commit

Permalink
adding missing risk scores
Browse files Browse the repository at this point in the history
  • Loading branch information
patel-bhavin committed Oct 26, 2020
1 parent cf117d7 commit 94704b0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ tags:
asset_type: AWS Instance
risk_score: 15
risk_object_type: user
risk_object: src_user
risk_object: user
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,6 @@ tags:
- T1078
security_domain: endpoint
asset_type: AWS Instance
risk_score: 5
risk_object_type: user
risk_object: user
3 changes: 3 additions & 0 deletions detections/cloud/detect_aws_console_login_by_new_user.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ tags:
- DE.AE
security_domain: network
asset_type: AWS Instance
risk_score: 30
risk_object_type: user
risk_object: user

0 comments on commit 94704b0

Please sign in to comment.