cscli scenarios install a1ad/meshcentral-bf
Detect failed meshcentral authentications:
1# meshcentral BF scan2name: a1ad/meshcentral-bf3description: "Detect meshcentral bruteforce"4filter: "evt.Meta.log_type == 'meshcentral_failed_auth'"5#debug: true6type: leaky7groupby: evt.Meta.source_ip8leakspeed: "20s"9capacity: 510blackhole: 1m11labels:12 service: meshcentral13 behavior: "http:bruteforce"14 classification:15 - attack.T111016 spoofable: 017 confidence: 318 label: "MeshCentral Bruteforce"19 remediation: true20---21# meshcentral user-enum22type: leaky23name: a1ad/meshcentral-bf_user-enum24description: "Detect meshcentral user enum bruteforce"25filter: "evt.Meta.log_type == 'meshcentral_failed_auth'"26groupby: evt.Meta.source_ip27distinct: evt.Meta.user28leakspeed: 10s29capacity: 530blackhole: 1m31labels:32 service: meshcentral33 behavior: "http:bruteforce"34 classification:35 - attack.T158936 - attack.T111037 spoofable: 038 confidence: 339 label: "MeshCentral User Enumeration"40 remediation: true41