1id: file-matcher-with-and 2 3info: 4 name: File Matcher With AND 5 author: pdteam 6 severity: info 7 tags: file 8 9file: 10 - extensions: 11 - all 12 13 matchers-condition: and 14 matchers: 15 - type: word 16 words: 17 - "CCC" 18 - type: word 19 words: 20 - "DDD" 21