diff --git a/data/keywords.json b/data/keywords.json index bc9fe01..ef4866b 100644 --- a/data/keywords.json +++ b/data/keywords.json @@ -4,7 +4,7 @@ "name": "general", "keywords": [ { - "pattern": "\\$[0-9]+|[0-9]+\\$|¥[0-9]+|[0-9]+¥|\\bMoney\\b|My\\sFirst\\sBug\\sBounty|My\\sFirst\\sBounty|\\bVDP\\b", + "pattern": "\\$[0-9]+|[0-9]+\\$|¥[0-9]+|[0-9]+¥|£[0-9]+|[0-9]+£|€[0-9]+|[0-9]+€|\\bMoney\\b|My\\sFirst\\sBug\\sBounty|My\\sFirst\\sBounty|\\bVDP\\b", "threadID": "MONEY_THREAD_ID", "priority": 2 }, @@ -81,7 +81,7 @@ { "pattern": "\\bCVE\\b|\\bexploit-db\\b", "threadID": "CVE_THREAD_ID", - "priority": 7 + "priority": 3 } ] }, @@ -116,12 +116,12 @@ { "pattern": "\\bOSINT\\b|\\bOpen-Source\\s?Intelligence\\b|\\bOpen\\s?Source\\s?Intelligence\\b|\\bOsint4fun\\b|\\bImage\\sGeolocation\\b|\\bGeolocation\\b", "threadID": "OSINT_THREAD_ID", - "priority": 2 + "priority": 3 }, { "pattern": "\\bCryptography\\b|\\bEncryption\\b|\\bDecryption\\b|\\bHashes\\b|\\bEncoding\\b|\\bDecoding\\b|\\bCipher\\b|\\bSymmetric\\s?Encryption\\b|\\bAsymmetric\\s?Encryption\\b|\\bRSA\\b|\\bAES\\b|\\bElliptic\\s?Curve\\b|\\bKey\\s?Management\\b|\\bDigital\\s?Signature\\b|\\bCryptanalysis\\b|\\bCryptographic\\s?Protocol\\b|\\bHMAC\\b|\\bSHA\\s?1\\b|\\bSHA\\s?2\\b|\\bSHA\\s?3\\b|\\bSHA-256\\b|\\bSHA-512\\b|\\bMD5\\b|\\bPBKDF2\\b|\\bSalt\\b|\\bBcrypt\\b|\\bArgon2\\b|\\bBlowfish\\b|\\bTwofish\\b|\\bSerpent\\b|\\bDES\\b|\\bTriple\\s?DES\\b|\\bGPG\\b|\\bOpenSSL\\b|\\bHashcat\\b|\\bJohn\\s?the\\s?Ripper\\b|\\bCain\\s?and\\s?Abel\\b|\\bBase64\\b|\\bHex\\b|\\bROT13\\b", "threadID": "CRYPTOGRAPHIC_THREAD_ID", - "priority": 2 + "priority": 8 } ] }