cscli scenarios install cbrandlehner/mailscanner-highscore-spam1name: cbrandlehner/mailscanner-highscore-spam2description: Detects spam messages in MailScanner logs with score > 20.03type: leaky4filter: "evt.Meta.log_type == 'mailscanner_spam' && float(evt.Parsed.spam_score) > 20.0"5groupby: evt.Parsed.source_ip6leakspeed: 10s7capacity: 18blackhole: 5m9labels:10 type: spam11 remediation: true12 behavior: "smtp:spam"13 spoofable: 014 confidence: 115 label: "MailScanner classified an SMTP email as SPAM with a spam_score higher 20"16 service: smtp1718