cscli scenarios install LePresidente/harbor-bf
Detect failed harbor authentications:
1# harbor BF scan2name: LePresidente/harbor-bf3description: "Detect harbor bruteforce"4filter: "evt.Meta.log_type == 'harbor_failed_auth'"5#debug: true6type: leaky7groupby: evt.Meta.source_ip8leakspeed: "20s"9capacity: 510blackhole: 1m11labels:12 service: harbor13 behavior: "http:bruteforce"14 classification:15 - attack.T111016 spoofable: 017 confidence: 318 label: "Harbor Bruteforce"19 remediation: true20---21# harbor user-enum22type: leaky23name: LePresidente/harbor-bf_user-enum24description: "Detect harbor user enum bruteforce"25filter: "evt.Meta.log_type == 'harbor_failed_auth'"26groupby: evt.Meta.source_ip27distinct: evt.Meta.user28leakspeed: 10s29capacity: 530blackhole: 1m31labels:32 service: harbor33 behavior: "http:bruteforce"34 spoofable: 035 confidence: 336 classification:37 - attack.T158938 - attack.T111039 label: "Harbor User Enumeration"40 remediation: true41