|
|
@@ -2514,6 +2514,13 @@ description = "Identified a Mattermost Access Token, which may compromise team c
|
|
|
regex = '''(?i)[\w.-]{0,50}?(?:mattermost)(?:[ \t\w.-]{0,20})[\s'"]{0,3}(?:=|>|:{1,3}=|\|\||:|=>|\?=|,)[\x60'"\s=]{0,5}([a-z0-9]{26})(?:[\x60'"\s;]|\\[nr]|$)'''
|
|
|
keywords = ["mattermost"]
|
|
|
|
|
|
+[[rules]]
|
|
|
+id = "maxmind-license-key"
|
|
|
+description = "Discovered a potential MaxMind license key."
|
|
|
+regex = '''\b([A-Za-z0-9]{6}_[A-Za-z0-9]{29}_mmk)(?:[\x60'"\s;]|\\[nr]|$)'''
|
|
|
+entropy = 4
|
|
|
+keywords = ["_mmk"]
|
|
|
+
|
|
|
[[rules]]
|
|
|
id = "messagebird-api-token"
|
|
|
description = "Found a MessageBird API token, risking unauthorized access to communication platforms and message data."
|