File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,7 +48,10 @@ rule common_username_block_list: critical {
4848 $ not_wireshark = " wireshark.org "
4949 $ gpt_tokenizer1 = " GPTTokenizer "
5050 $ gpt_tokenizer2 = " GPT-4 "
51+ $ gpt_tokenizer3 = " const bpe = c0.concat(); "
52+ $ gpt_tokenizer4 = " const bpe = c0.concat(c1); "
53+ $ gpt_tokenizer5 = " export default bpe; "
5154
5255 condition :
53- 8 of them and none of ($ not * ) and ( # gpt_tokenizer1 < 3 and # gpt_tokenizer2 < 65 )
56+ 8 of them and none of ($ not * ) and none of ( $ gpt_tokenizer * )
5457 }
Original file line number Diff line number Diff line change @@ -35,9 +35,12 @@ rule crypto_stealer_names: critical {
3535 $ not_geth_site = " https://geth.ethereum.org "
3636 $ gpt_tokenizer1 = " GPTTokenizer "
3737 $ gpt_tokenizer2 = " GPT-4 "
38+ $ gpt_tokenizer3 = " const bpe = c0.concat(); "
39+ $ gpt_tokenizer4 = " const bpe = c0.concat(c1); "
40+ $ gpt_tokenizer5 = " export default bpe; "
3841
3942 condition :
40- filesize < 100MB and $ http and 2 of ($ w * ) and none of ($ not * ) and ( # gpt_tokenizer1 < 3 and # gpt_tokenizer2 < 65 )
43+ filesize < 100MB and $ http and 2 of ($ w * ) and none of ($ not * ) and none of ( $ gpt_tokenizer * )
4144 }
4245
4346rule crypto_extension_stealer : critical {
You can’t perform that action at this time.
0 commit comments