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