@@ -3,34 +3,39 @@ rule suspected_data_stealer: high {
33 description = " suspected data stealer "
44
55 strings :
6- $ e_atomic = " Atomic " fullword
7- $ e_bitcoin = " Bitcoin " fullword
8- $ e_chromium = " Chromium "
9- $ e_chrome = " Chrome " fullword
10- $ e_firefox = " Firefox "
11- $ e_openvpn = " OpenVPN "
12- $ s_bookmarks = " Bookmarks "
13- $ s_history = " History "
14- $ s_binance = " Binance "
15- $ s_discord = " Discord "
16- $ s_electrum = " Electrum "
17- $ s_electrum2 = " /.elect "
18- $ s_exodus = " Exodus "
19- $ s_exodus_ext = " aholpfdial "
20- $ s_crypto = " cfgodnhcel "
21- $ s_obs = " obs-studio "
22- $ s_pidgin = " Pidgin "
23- $ s_snowflake = " Snowflake "
24- $ s_telegram = " Telegram "
25- $ s_zcash = " Zcash "
26- $ s_zip = " zip -r "
27- $ s_login = " Login Data "
28- $ not_electron = " ELECTRON_RUN_AS_NODE "
29- $ not_chromium = " RasterCHROMIUM "
30- $ not_descriptive = " Binance Pay is a contactless "
6+ $ e_atomic = " Atomic " fullword
7+ $ e_bitcoin = " Bitcoin " fullword
8+ $ e_chromium = " Chromium "
9+ $ e_chrome = " Chrome " fullword
10+ $ e_firefox = " Firefox "
11+ $ e_openvpn = " OpenVPN "
12+ $ s_bookmarks = " Bookmarks "
13+ $ s_history = " History "
14+ $ s_binance = " Binance "
15+ $ s_discord = " Discord "
16+ $ s_electrum = " Electrum "
17+ $ s_electrum2 = " /.elect "
18+ $ s_exodus = " Exodus "
19+ $ s_exodus_ext = " aholpfdial "
20+ $ s_crypto = " cfgodnhcel "
21+ $ s_obs = " obs-studio "
22+ $ s_pidgin = " Pidgin "
23+ $ s_snowflake = " Snowflake "
24+ $ s_telegram = " Telegram "
25+ $ s_zcash = " Zcash "
26+ $ s_zip = " zip -r "
27+ $ s_login = " Login Data "
28+ $ not_chromium = " RasterCHROMIUM "
29+ $ not_descriptive = " Binance Pay is a contactless "
30+ $ not_electron = " ELECTRON_RUN_AS_NODE "
31+ $ not_gpt_tokenizer1 = " GPTTokenizer "
32+ $ not_gpt_tokenizer2 = " GPT-4 "
33+ $ not_gpt_tokenizer3 = " const bpe = c0.concat(); "
34+ $ not_gpt_tokenizer4 = " const bpe = c0.concat(c1); "
35+ $ not_gpt_tokenizer5 = " export default bpe; "
3136
3237 condition :
33- (8 of them and none of ($ not * )) or 5 of ($ s * )
38+ (8 of them or 5 of ($ s * )) and none of ($ not * )
3439 }
3540
3641rule steal_creds : high {
0 commit comments