File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,10 @@ rule common_username_block_list: critical {
48
48
$ not_wireshark = " wireshark.org "
49
49
$ gpt_tokenizer1 = " GPTTokenizer "
50
50
$ 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; "
51
54
52
55
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 * )
54
57
}
Original file line number Diff line number Diff line change @@ -35,9 +35,12 @@ rule crypto_stealer_names: critical {
35
35
$ not_geth_site = " https://geth.ethereum.org "
36
36
$ gpt_tokenizer1 = " GPTTokenizer "
37
37
$ 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; "
38
41
39
42
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 * )
41
44
}
42
45
43
46
rule crypto_extension_stealer : critical {
You can’t perform that action at this time.
0 commit comments