|
| 1 | +[ |
| 2 | + { |
| 3 | + "hit_id": "RH-001", |
| 4 | + "rule_name": "login_fail_burst", |
| 5 | + "severity": "high", |
| 6 | + "alert_time": "2026-03-18T10:01:00Z", |
| 7 | + "cooldown_scope": "entity=account:alice", |
| 8 | + "scope_source": "entity", |
| 9 | + "cooldown_key": "login_fail_burst|entity=account:alice", |
| 10 | + "status": "retained", |
| 11 | + "reason": "kept as the first hit for `login_fail_burst / entity=account:alice`.", |
| 12 | + "group_position": 1, |
| 13 | + "group_size": 3, |
| 14 | + "cooldown_seconds": 180, |
| 15 | + "suppressed_by_hit_id": null, |
| 16 | + "seconds_since_last_retained": null, |
| 17 | + "message": "login_fail_count reached 8, threshold is 8" |
| 18 | + }, |
| 19 | + { |
| 20 | + "hit_id": "RH-004", |
| 21 | + "rule_name": "login_fail_burst", |
| 22 | + "severity": "high", |
| 23 | + "alert_time": "2026-03-18T10:01:20Z", |
| 24 | + "cooldown_scope": "entity=account:bob", |
| 25 | + "scope_source": "entity", |
| 26 | + "cooldown_key": "login_fail_burst|entity=account:bob", |
| 27 | + "status": "retained", |
| 28 | + "reason": "kept as the first hit for `login_fail_burst / entity=account:bob`.", |
| 29 | + "group_position": 1, |
| 30 | + "group_size": 2, |
| 31 | + "cooldown_seconds": 180, |
| 32 | + "suppressed_by_hit_id": null, |
| 33 | + "seconds_since_last_retained": null, |
| 34 | + "message": "login_fail_count reached 8, threshold is 8" |
| 35 | + }, |
| 36 | + { |
| 37 | + "hit_id": "RH-002", |
| 38 | + "rule_name": "login_fail_burst", |
| 39 | + "severity": "high", |
| 40 | + "alert_time": "2026-03-18T10:01:40Z", |
| 41 | + "cooldown_scope": "entity=account:alice", |
| 42 | + "scope_source": "entity", |
| 43 | + "cooldown_key": "login_fail_burst|entity=account:alice", |
| 44 | + "status": "suppressed", |
| 45 | + "reason": "suppressed because it matched the same cooldown key as retained hit `RH-001` only 40 seconds later, inside the 180 second cooldown.", |
| 46 | + "group_position": 2, |
| 47 | + "group_size": 3, |
| 48 | + "cooldown_seconds": 180, |
| 49 | + "suppressed_by_hit_id": "RH-001", |
| 50 | + "seconds_since_last_retained": 40, |
| 51 | + "message": "login_fail_count reached 9, threshold is 8" |
| 52 | + }, |
| 53 | + { |
| 54 | + "hit_id": "RH-005", |
| 55 | + "rule_name": "login_fail_burst", |
| 56 | + "severity": "high", |
| 57 | + "alert_time": "2026-03-18T10:02:00Z", |
| 58 | + "cooldown_scope": "entity=account:bob", |
| 59 | + "scope_source": "entity", |
| 60 | + "cooldown_key": "login_fail_burst|entity=account:bob", |
| 61 | + "status": "suppressed", |
| 62 | + "reason": "suppressed because it matched the same cooldown key as retained hit `RH-004` only 40 seconds later, inside the 180 second cooldown.", |
| 63 | + "group_position": 2, |
| 64 | + "group_size": 2, |
| 65 | + "cooldown_seconds": 180, |
| 66 | + "suppressed_by_hit_id": "RH-004", |
| 67 | + "seconds_since_last_retained": 40, |
| 68 | + "message": "login_fail_count reached 10, threshold is 8" |
| 69 | + }, |
| 70 | + { |
| 71 | + "hit_id": "RH-003", |
| 72 | + "rule_name": "login_fail_burst", |
| 73 | + "severity": "high", |
| 74 | + "alert_time": "2026-03-18T10:04:30Z", |
| 75 | + "cooldown_scope": "entity=account:alice", |
| 76 | + "scope_source": "entity", |
| 77 | + "cooldown_key": "login_fail_burst|entity=account:alice", |
| 78 | + "status": "retained", |
| 79 | + "reason": "kept because 210 seconds elapsed since retained hit `RH-001`, which meets the 180 second cooldown.", |
| 80 | + "group_position": 3, |
| 81 | + "group_size": 3, |
| 82 | + "cooldown_seconds": 180, |
| 83 | + "suppressed_by_hit_id": null, |
| 84 | + "seconds_since_last_retained": 210, |
| 85 | + "message": "login_fail_count reached 8, threshold is 8" |
| 86 | + }, |
| 87 | + { |
| 88 | + "hit_id": "RH-006", |
| 89 | + "rule_name": "high_error_rate", |
| 90 | + "severity": "medium", |
| 91 | + "alert_time": "2026-03-18T10:05:00Z", |
| 92 | + "cooldown_scope": "source=api-01", |
| 93 | + "scope_source": "source", |
| 94 | + "cooldown_key": "high_error_rate|source=api-01", |
| 95 | + "status": "retained", |
| 96 | + "reason": "kept as the first hit for `high_error_rate / source=api-01`.", |
| 97 | + "group_position": 1, |
| 98 | + "group_size": 3, |
| 99 | + "cooldown_seconds": 180, |
| 100 | + "suppressed_by_hit_id": null, |
| 101 | + "seconds_since_last_retained": null, |
| 102 | + "message": "error_rate 0.46 exceeded 0.30" |
| 103 | + }, |
| 104 | + { |
| 105 | + "hit_id": "RH-007", |
| 106 | + "rule_name": "high_error_rate", |
| 107 | + "severity": "medium", |
| 108 | + "alert_time": "2026-03-18T10:06:10Z", |
| 109 | + "cooldown_scope": "source=api-01", |
| 110 | + "scope_source": "source", |
| 111 | + "cooldown_key": "high_error_rate|source=api-01", |
| 112 | + "status": "suppressed", |
| 113 | + "reason": "suppressed because it matched the same cooldown key as retained hit `RH-006` only 70 seconds later, inside the 180 second cooldown.", |
| 114 | + "group_position": 2, |
| 115 | + "group_size": 3, |
| 116 | + "cooldown_seconds": 180, |
| 117 | + "suppressed_by_hit_id": "RH-006", |
| 118 | + "seconds_since_last_retained": 70, |
| 119 | + "message": "error_rate 0.41 exceeded 0.30" |
| 120 | + }, |
| 121 | + { |
| 122 | + "hit_id": "RH-009", |
| 123 | + "rule_name": "rare_event_repeat_malware_alert", |
| 124 | + "severity": "high", |
| 125 | + "alert_time": "2026-03-18T10:07:00Z", |
| 126 | + "cooldown_scope": null, |
| 127 | + "scope_source": "unscoped", |
| 128 | + "cooldown_key": "rare_event_repeat_malware_alert|unscoped", |
| 129 | + "status": "retained", |
| 130 | + "reason": "kept as the first hit for `rare_event_repeat_malware_alert / unscoped`.", |
| 131 | + "group_position": 1, |
| 132 | + "group_size": 2, |
| 133 | + "cooldown_seconds": 180, |
| 134 | + "suppressed_by_hit_id": null, |
| 135 | + "seconds_since_last_retained": null, |
| 136 | + "message": "malware_alert repeated 2 times in one window" |
| 137 | + }, |
| 138 | + { |
| 139 | + "hit_id": "RH-010", |
| 140 | + "rule_name": "rare_event_repeat_malware_alert", |
| 141 | + "severity": "high", |
| 142 | + "alert_time": "2026-03-18T10:08:00Z", |
| 143 | + "cooldown_scope": null, |
| 144 | + "scope_source": "unscoped", |
| 145 | + "cooldown_key": "rare_event_repeat_malware_alert|unscoped", |
| 146 | + "status": "suppressed", |
| 147 | + "reason": "suppressed because it matched the same cooldown key as retained hit `RH-009` only 60 seconds later, inside the 180 second cooldown.", |
| 148 | + "group_position": 2, |
| 149 | + "group_size": 2, |
| 150 | + "cooldown_seconds": 180, |
| 151 | + "suppressed_by_hit_id": "RH-009", |
| 152 | + "seconds_since_last_retained": 60, |
| 153 | + "message": "malware_alert repeated 3 times in one window" |
| 154 | + }, |
| 155 | + { |
| 156 | + "hit_id": "RH-008", |
| 157 | + "rule_name": "high_error_rate", |
| 158 | + "severity": "medium", |
| 159 | + "alert_time": "2026-03-18T10:08:30Z", |
| 160 | + "cooldown_scope": "source=api-01", |
| 161 | + "scope_source": "source", |
| 162 | + "cooldown_key": "high_error_rate|source=api-01", |
| 163 | + "status": "retained", |
| 164 | + "reason": "kept because 210 seconds elapsed since retained hit `RH-006`, which meets the 180 second cooldown.", |
| 165 | + "group_position": 3, |
| 166 | + "group_size": 3, |
| 167 | + "cooldown_seconds": 180, |
| 168 | + "suppressed_by_hit_id": null, |
| 169 | + "seconds_since_last_retained": 210, |
| 170 | + "message": "error_rate 0.44 exceeded 0.30" |
| 171 | + } |
| 172 | +] |
0 commit comments