rules: - name: Aiven API Key id: kingfisher.aiven.1 pattern: | (?xi) aiven (?:.|[\n\r]){0,32}? (?:SECRET|PRIVATE|ACCESS|KEY|TOKEN) (?:.|[\n\r]){0,32}? \b ( [a-z0-9/+=]{372} ) min_entropy: 3.3 confidence: medium examples: - FLASK_APP_AIVEN_API_KEY = "MOLXG502hGM9DsUSyvKVf2cx8zXEdBesHZLSqXnMj4agm9jLx4gpC9R+z26CX4tKgrIpjvR9dgorE/DzVxxH79Pd+mspIHgxkf7fL4eLxuFvl4RrvX9CWS7nMnfB9uDiM80AtGykzHm8KKr76I7UY8Az/i3x2OG5gFhH0+2AT0Qr75T1JbNF0IiPSjI3MQ0A1+k1b2DW2dwdNnYKEewrNjhVHre8sYLzMUE5Y+FIs8OFdpAm4YNUb283iVJjEcxT8AtMhmOrziMkmWn0haxjhT2qdxgnafGJidF0Dl/NIN+4o1WokQSyhHH1glhNV5wZcG4Po/KP3aPSRnrFE0+GZ6322TrWo1btS5mv+FKkS6gKq0zEfA==" references: - https://aiven.io/docs/tools/api validation: type: Http content: request: headers: Authorization: aivenv1 {{ TOKEN }} method: GET response_matcher: - report_response: true - status: - 200 type: StatusMatch - words: - '"project_membership"' type: WordMatch url: https://api.aiven.io/v1/project