0e67a02594
* [Rule Tuning] AWS IAM Brute Force of Assume Role Policy Description and primary tactic for this rule is misleading. The rule captures an IAM principal enumeration technique used by tools like PACU, it does not capture AssumeRole brute-force attempts. I've changed the primary tactic to Discover, changed the rule name and updated the rule description and Investigation Guide to more clearly reflect what behavior is being captured. The query itself remains the same and the threshold values. I changed the execution window to the standard 5 min + 1 min lookback and was still able to capture the behavior. * Apply suggestions from code review Co-authored-by: Ruben Groenewoud <78494512+Aegrah@users.noreply.github.com> * adding rule.threshold values adding ["cloud.account.id", "user.name", "source.ip"] as group by fields --------- Co-authored-by: Ruben Groenewoud <78494512+Aegrah@users.noreply.github.com>