├── Ali ├── ali-custom.json ├── aliwangwang-auto.json └── dingtalk-auto.json ├── Douyu ├── douyu-auto.json └── douyu-custom.json ├── Netease ├── netease-auto.json └── netease-custom.json ├── README.md └── Tencent ├── README.md ├── tencent-auto.json └── tencent-custom.json /Ali/ali-custom.json: -------------------------------------------------------------------------------- 1 | { 2 | "ver":"5.0", 3 | "tag":"hipsuser", 4 | "data":[ 5 | { 6 | "id":13, 7 | "power":1, 8 | "name":"Say No To DingTalk", 9 | "procname":"*\\DingDing\\*", 10 | "treatment":1, 11 | "policies":[ 12 | { 13 | "montype":1, 14 | "action_type":15, 15 | "res_path":"*" 16 | } 17 | ] 18 | }, 19 | { 20 | "id":13, 21 | "power":1, 22 | "name":"Say No To AliWangWang", 23 | "procname":"*\\AliWangWang\\*", 24 | "treatment":1, 25 | "policies":[ 26 | { 27 | "montype":1, 28 | "action_type":15, 29 | "res_path":"*" 30 | } 31 | ] 32 | } 33 | ] 34 | } -------------------------------------------------------------------------------- /Ali/aliwangwang-auto.json: -------------------------------------------------------------------------------- 1 | { 2 | "ver":"5.0", 3 | "tag":"hipsuser_auto", 4 | "data":{ 5 | "*AliWangWang*":[ 6 | { 7 | "res_path":"*\\AliWangWang*\\*", 8 | "montype":1, 9 | "action_type":15, 10 | "treatment":0 11 | }, 12 | { 13 | "res_path":"*\\alipay\\*", 14 | "montype":1, 15 | "action_type":15, 16 | "treatment":0 17 | }, 18 | { 19 | "res_path":"*\\Alibaba\\*", 20 | "montype":1, 21 | "action_type":15, 22 | "treatment":0 23 | }, 24 | { 25 | "res_path":"*\\aef\\*", 26 | "montype":1, 27 | "action_type":15, 28 | "treatment":0 29 | }, 30 | { 31 | "res_path":"*Prefetch\\ALI*", 32 | "montype":1, 33 | "action_type":15, 34 | "treatment":0 35 | }, 36 | { 37 | "res_path":"*Prefetch\\FIXALIWW*", 38 | "montype":1, 39 | "action_type":15, 40 | "treatment":0 41 | }, 42 | { 43 | "res_path":"*Prefetch\\WWBIZSRV*", 44 | "montype":1, 45 | "action_type":15, 46 | "treatment":0 47 | }, 48 | { 49 | "res_path":"*\\Windows\\Tasks\\AliUpdater*", 50 | "montype":1, 51 | "action_type":2, 52 | "treatment":0 53 | }, 54 | { 55 | "res_path":"*\\Windows\\Fonts\\*", 56 | "montype":1, 57 | "action_type":2, 58 | "treatment":0 59 | }, 60 | { 61 | "res_path":"*.clb", 62 | "montype":1, 63 | "action_type":15, 64 | "treatment":0 65 | }, 66 | { 67 | "res_path":"*Flash.ocx", 68 | "montype":1, 69 | "action_type":2, 70 | "treatment":0 71 | }, 72 | { 73 | "res_path":"*\\Windows\\SysWOW64\\*", 74 | "montype":1, 75 | "action_type":2, 76 | "treatment":0 77 | }, 78 | { 79 | "res_path":"*\\Program Files\\WindowsApps\\*.mui", 80 | "montype":1, 81 | "action_type":2, 82 | "treatment":0 83 | }, 84 | { 85 | "res_path":"*\\desktop.ini", 86 | "montype":1, 87 | "action_type":15, 88 | "treatment":3 89 | }, 90 | { 91 | "res_path":"*\\Windows\\*.nls", 92 | "montype":1, 93 | "action_type":2, 94 | "treatment":0 95 | }, 96 | { 97 | "res_path":"*\\Local\\Temp\\*", 98 | "montype":1, 99 | "action_type":15, 100 | "treatment":0 101 | }, 102 | { 103 | "res_path":"*\\Windows\\apppatch\\*.sdb", 104 | "montype":1, 105 | "action_type":3, 106 | "treatment":0 107 | }, 108 | { 109 | "res_path":"*\\WindowsShell.Manifest", 110 | "montype":1, 111 | "action_type":15, 112 | "treatment":3 113 | }, 114 | { 115 | "res_path":"*temphis.db", 116 | "montype":1, 117 | "action_type":15, 118 | "treatment":3 119 | }, 120 | { 121 | "res_path":"*\\Windows\\win.ini", 122 | "montype":1, 123 | "action_type":2, 124 | "treatment":0 125 | }, 126 | { 127 | "res_path":"*\\Windows\\System32\\*", 128 | "montype":1, 129 | "action_type":2, 130 | "treatment":0 131 | }, 132 | { 133 | "res_path":"*\\CryptnetUrlCache\\*", 134 | "montype":1, 135 | "action_type":15, 136 | "treatment":3 137 | }, 138 | { 139 | "res_path":"*\\hosts", 140 | "montype":1, 141 | "action_type":15, 142 | "treatment":3 143 | }, 144 | { 145 | "res_path":"*\\Windows\\INF\\*", 146 | "montype":1, 147 | "action_type":15, 148 | "treatment":3 149 | }, 150 | { 151 | "res_path":"*\\WinSAT\\*", 152 | "montype":1, 153 | "action_type":15, 154 | "treatment":3 155 | }, 156 | { 157 | "res_path":"*\\Desktop\\*.lnk", 158 | "montype":1, 159 | "action_type":15, 160 | "treatment":3 161 | }, 162 | { 163 | "res_path":"*\\AppData\\*\\Crypto\\*", 164 | "montype":1, 165 | "action_type":15, 166 | "treatment":3 167 | }, 168 | { 169 | "res_path":"*\\AppData\\*\\Caches\\*", 170 | "montype":1, 171 | "action_type":15, 172 | "treatment":3 173 | }, 174 | { 175 | "res_path":"*\\Windows\\*\\FontCache\\*", 176 | "montype":1, 177 | "action_type":2, 178 | "treatment":0 179 | }, 180 | { 181 | "res_path":"*\\WinSXS\\*", 182 | "montype":1, 183 | "action_type":15, 184 | "treatment":3 185 | }, 186 | { 187 | "res_path":"*\\SystemCertificates\\*", 188 | "montype":1, 189 | "action_type":15, 190 | "treatment":3 191 | }, 192 | { 193 | "res_path":"*\\ffmpeg.log", 194 | "montype":1, 195 | "action_type":15, 196 | "treatment":3 197 | }, 198 | { 199 | "res_path":"*\\IconCache.db", 200 | "montype":1, 201 | "action_type":2, 202 | "treatment":0 203 | }, 204 | { 205 | "res_path":"*\\Web Data", 206 | "montype":1, 207 | "action_type":15, 208 | "treatment":3 209 | }, 210 | { 211 | "res_path":"*\\Chrome\\User Data\\Default*", 212 | "montype":1, 213 | "action_type":15, 214 | "treatment":3 215 | }, 216 | { 217 | "res_path":"*\\Chrome\\*", 218 | "montype":1, 219 | "action_type":15, 220 | "treatment":3 221 | }, 222 | { 223 | "res_path":"*\\Sangfor\\SSL\\*", 224 | "montype":1, 225 | "action_type":15, 226 | "treatment":3 227 | }, 228 | { 229 | "res_path":"*\\SafeDog\\*", 230 | "montype":1, 231 | "action_type":15, 232 | "treatment":3 233 | }, 234 | { 235 | "res_path":"*\\360Safe\\*", 236 | "montype":1, 237 | "action_type":15, 238 | "treatment":3 239 | }, 240 | { 241 | "res_path":"*\\WINDOWS\\TEMP\\*", 242 | "montype":1, 243 | "action_type":15, 244 | "treatment":0 245 | }, 246 | { 247 | "res_path":"*hadowsock*", 248 | "montype":1, 249 | "action_type":15, 250 | "treatment":3 251 | }, 252 | { 253 | "res_path":"*rivox*", 254 | "montype":1, 255 | "action_type":15, 256 | "treatment":3 257 | }, 258 | { 259 | "res_path":"*transfer_log.json", 260 | "montype":1, 261 | "action_type":15, 262 | "treatment":3 263 | }, 264 | { 265 | "res_path":"*pac.txt", 266 | "montype":1, 267 | "action_type":15, 268 | "treatment":3 269 | }, 270 | { 271 | "res_path":"*gui*onfig.json", 272 | "montype":1, 273 | "action_type":15, 274 | "treatment":3 275 | }, 276 | { 277 | "res_path":"*2ray*", 278 | "montype":1, 279 | "action_type":15, 280 | "treatment":3 281 | }, 282 | { 283 | "res_path":"*Mikrotik*", 284 | "montype":1, 285 | "action_type":15, 286 | "treatment":3 287 | }, 288 | { 289 | "res_path":"*.pem", 290 | "montype":1, 291 | "action_type":15, 292 | "treatment":3 293 | }, 294 | { 295 | "res_path":"*.ppk", 296 | "montype":1, 297 | "action_type":15, 298 | "treatment":3 299 | }, 300 | { 301 | "res_path":"*\\Windows\\SystemResources\\*.mun", 302 | "montype":1, 303 | "action_type":2, 304 | "treatment":0 305 | }, 306 | { 307 | "res_path":"*GlobalDataRoot*", 308 | "montype":1, 309 | "action_type":15, 310 | "treatment":3 311 | }, 312 | { 313 | "res_path":"*\\Java\\jre*", 314 | "montype":1, 315 | "action_type":15, 316 | "treatment":3 317 | }, 318 | { 319 | "res_path":"*\\Mozilla Firefox\\*", 320 | "montype":1, 321 | "action_type":15, 322 | "treatment":3 323 | }, 324 | { 325 | "res_path":"*\\BaiduNetdisk\\*", 326 | "montype":1, 327 | "action_type":15, 328 | "treatment":3 329 | }, 330 | { 331 | "res_path":"*\\TaobaoProtect\\*", 332 | "montype":1, 333 | "action_type":15, 334 | "treatment":0 335 | }, 336 | { 337 | "res_path":"*\\Temporary Internet Files\\*", 338 | "montype":1, 339 | "action_type":15, 340 | "treatment":3 341 | }, 342 | { 343 | "res_path":"*\\PepperFlash\\*", 344 | "montype":1, 345 | "action_type":15, 346 | "treatment":3 347 | }, 348 | { 349 | "res_path":"*\\Tencent Files\\*", 350 | "montype":1, 351 | "action_type":15, 352 | "treatment":3 353 | }, 354 | { 355 | "res_path":"*\\Tencent\\*", 356 | "montype":1, 357 | "action_type":15, 358 | "treatment":3 359 | }, 360 | { 361 | "res_path":"*\\Microsoft\\Windows\\Cookies\\*", 362 | "montype":1, 363 | "action_type":15, 364 | "treatment":3 365 | }, 366 | { 367 | "res_path":"*\\Sogou*\\*", 368 | "montype":1, 369 | "action_type":15, 370 | "treatment":3 371 | }, 372 | { 373 | "res_path":"*\\Razer\\*", 374 | "montype":1, 375 | "action_type":15, 376 | "treatment":3 377 | }, 378 | { 379 | "res_path":"*\\National Instruments\\*", 380 | "montype":1, 381 | "action_type":15, 382 | "treatment":3 383 | }, 384 | { 385 | "res_path":"*Microsoft*", 386 | "montype":1, 387 | "action_type":15, 388 | "treatment":3 389 | }, 390 | { 391 | "res_path":"*\\Internet Download Manager\\*", 392 | "montype":1, 393 | "action_type":15, 394 | "treatment":3 395 | }, 396 | { 397 | "res_path":"*\\NVIDIA Corporation\\*", 398 | "montype":1, 399 | "action_type":15, 400 | "treatment":3 401 | }, 402 | { 403 | "res_path":"*\\Temp\\*", 404 | "montype":1, 405 | "action_type":15, 406 | "treatment":0 407 | }, 408 | { 409 | "res_path":"*\\Thunder Network\\*", 410 | "montype":1, 411 | "action_type":15, 412 | "treatment":3 413 | }, 414 | { 415 | "res_path":"*\\Microsoft Office\\*", 416 | "montype":1, 417 | "action_type":15, 418 | "treatment":3 419 | }, 420 | { 421 | "res_path":"*\\VideoLAN\\*", 422 | "montype":1, 423 | "action_type":15, 424 | "treatment":3 425 | }, 426 | { 427 | "res_path":"*\\SecoClient\\*", 428 | "montype":1, 429 | "action_type":15, 430 | "treatment":3 431 | }, 432 | { 433 | "res_path":"*\\Macromedia\\Flash Player\\*", 434 | "montype":1, 435 | "action_type":15, 436 | "treatment":0 437 | }, 438 | { 439 | "res_path":"*\\Adobe\\Flash Player\\*", 440 | "montype":1, 441 | "action_type":15, 442 | "treatment":0 443 | }, 444 | { 445 | "res_path":"*\\Microsoft\\Edge\\*", 446 | "montype":1, 447 | "action_type":15, 448 | "treatment":3 449 | }, 450 | { 451 | "res_path":"*\\AMD\\*", 452 | "montype":1, 453 | "action_type":15, 454 | "treatment":3 455 | }, 456 | { 457 | "res_path":"*\\Program Files\\*\\*.ttf", 458 | "montype":1, 459 | "action_type":15, 460 | "treatment":3 461 | }, 462 | { 463 | "res_path":"*\\Program Files\\*\\*.otf", 464 | "montype":1, 465 | "action_type":15, 466 | "treatment":3 467 | }, 468 | { 469 | "res_path":"*\\xw_log\\*", 470 | "montype":1, 471 | "action_type":15, 472 | "treatment":3 473 | }, 474 | { 475 | "res_path":"*\\Program Files (x86)\\*\\*.ttf", 476 | "montype":1, 477 | "action_type":15, 478 | "treatment":3 479 | }, 480 | { 481 | "res_path":"*\\Program Files (x86)\\*\\*.otf", 482 | "montype":1, 483 | "action_type":15, 484 | "treatment":3 485 | }, 486 | { 487 | "res_path":"*\\ProgramData\\*\\*.ttf", 488 | "montype":1, 489 | "action_type":15, 490 | "treatment":3 491 | }, 492 | { 493 | "res_path":"*\\ProgramData\\*\\*.otf", 494 | "montype":1, 495 | "action_type":15, 496 | "treatment":3 497 | } 498 | ] 499 | } 500 | } 501 | -------------------------------------------------------------------------------- /Ali/dingtalk-auto.json: -------------------------------------------------------------------------------- 1 | { 2 | "ver":"5.0", 3 | "tag":"hipsuser_auto", 4 | "data":{ 5 | "*DingDing*":[ 6 | { 7 | "res_path":"*\\DingDing*\\*", 8 | "montype":1, 9 | "action_type":15, 10 | "treatment":0 11 | }, 12 | { 13 | "res_path":"*\\alipay\\*", 14 | "montype":1, 15 | "action_type":15, 16 | "treatment":0 17 | }, 18 | { 19 | "res_path":"*\\Alibaba\\*", 20 | "montype":1, 21 | "action_type":15, 22 | "treatment":0 23 | }, 24 | { 25 | "res_path":"*\\DingTalk*\\*", 26 | "montype":1, 27 | "action_type":15, 28 | "treatment":0 29 | }, 30 | { 31 | "res_path":"*\\aef\\*", 32 | "montype":1, 33 | "action_type":15, 34 | "treatment":0 35 | }, 36 | { 37 | "res_path":"*\\utForpc\\*", 38 | "montype":1, 39 | "action_type":15, 40 | "treatment":0 41 | }, 42 | { 43 | "res_path":"*Prefetch\\ALI*", 44 | "montype":1, 45 | "action_type":15, 46 | "treatment":0 47 | }, 48 | { 49 | "res_path":"*Prefetch\\DINGTALK*", 50 | "montype":1, 51 | "action_type":15, 52 | "treatment":0 53 | }, 54 | { 55 | "res_path":"*\\Windows\\Fonts\\*", 56 | "montype":1, 57 | "action_type":2, 58 | "treatment":0 59 | }, 60 | { 61 | "res_path":"*.clb", 62 | "montype":1, 63 | "action_type":15, 64 | "treatment":0 65 | }, 66 | { 67 | "res_path":"*Flash.ocx", 68 | "montype":1, 69 | "action_type":2, 70 | "treatment":0 71 | }, 72 | { 73 | "res_path":"*\\Windows\\SysWOW64\\*", 74 | "montype":1, 75 | "action_type":2, 76 | "treatment":0 77 | }, 78 | { 79 | "res_path":"*\\Program Files\\WindowsApps\\*.mui", 80 | "montype":1, 81 | "action_type":2, 82 | "treatment":0 83 | }, 84 | { 85 | "res_path":"*\\desktop.ini", 86 | "montype":1, 87 | "action_type":15, 88 | "treatment":3 89 | }, 90 | { 91 | "res_path":"*\\Windows\\*.nls", 92 | "montype":1, 93 | "action_type":2, 94 | "treatment":0 95 | }, 96 | { 97 | "res_path":"*\\Local\\Temp\\*", 98 | "montype":1, 99 | "action_type":15, 100 | "treatment":0 101 | }, 102 | { 103 | "res_path":"*\\Windows\\apppatch\\*.sdb", 104 | "montype":1, 105 | "action_type":3, 106 | "treatment":0 107 | }, 108 | { 109 | "res_path":"*\\WindowsShell.Manifest", 110 | "montype":1, 111 | "action_type":15, 112 | "treatment":3 113 | }, 114 | { 115 | "res_path":"*temphis.db", 116 | "montype":1, 117 | "action_type":15, 118 | "treatment":3 119 | }, 120 | { 121 | "res_path":"*\\Windows\\win.ini", 122 | "montype":1, 123 | "action_type":2, 124 | "treatment":0 125 | }, 126 | { 127 | "res_path":"*\\Windows\\explorer.exe", 128 | "montype":1, 129 | "action_type":2, 130 | "treatment":0 131 | }, 132 | { 133 | "res_path":"*\\Windows\\System32\\*", 134 | "montype":1, 135 | "action_type":2, 136 | "treatment":0 137 | }, 138 | { 139 | "res_path":"*\\Windows\\Resources\\*", 140 | "montype":1, 141 | "action_type":2, 142 | "treatment":0 143 | }, 144 | { 145 | "res_path":"*\\CryptnetUrlCache\\*", 146 | "montype":1, 147 | "action_type":15, 148 | "treatment":3 149 | }, 150 | { 151 | "res_path":"*\\hosts", 152 | "montype":1, 153 | "action_type":15, 154 | "treatment":3 155 | }, 156 | { 157 | "res_path":"*\\Windows\\INF\\*", 158 | "montype":1, 159 | "action_type":15, 160 | "treatment":3 161 | }, 162 | { 163 | "res_path":"*\\WinSAT\\*", 164 | "montype":1, 165 | "action_type":15, 166 | "treatment":3 167 | }, 168 | { 169 | "res_path":"*\\Desktop\\*.lnk", 170 | "montype":1, 171 | "action_type":15, 172 | "treatment":3 173 | }, 174 | { 175 | "res_path":"*\\AppData\\*\\Crypto\\*", 176 | "montype":1, 177 | "action_type":15, 178 | "treatment":3 179 | }, 180 | { 181 | "res_path":"*\\AppData\\*\\Caches\\*", 182 | "montype":1, 183 | "action_type":15, 184 | "treatment":3 185 | }, 186 | { 187 | "res_path":"*\\Windows\\*\\FontCache\\*", 188 | "montype":1, 189 | "action_type":2, 190 | "treatment":0 191 | }, 192 | { 193 | "res_path":"*\\WinSXS\\*", 194 | "montype":1, 195 | "action_type":15, 196 | "treatment":3 197 | }, 198 | { 199 | "res_path":"*\\SystemCertificates\\*", 200 | "montype":1, 201 | "action_type":15, 202 | "treatment":3 203 | }, 204 | { 205 | "res_path":"*\\ffmpeg.log", 206 | "montype":1, 207 | "action_type":15, 208 | "treatment":3 209 | }, 210 | { 211 | "res_path":"*\\IconCache.db", 212 | "montype":1, 213 | "action_type":2, 214 | "treatment":0 215 | }, 216 | { 217 | "res_path":"*\\Web Data", 218 | "montype":1, 219 | "action_type":15, 220 | "treatment":3 221 | }, 222 | { 223 | "res_path":"*\\Chrome\\User Data\\Default*", 224 | "montype":1, 225 | "action_type":15, 226 | "treatment":3 227 | }, 228 | { 229 | "res_path":"*\\Chrome\\*", 230 | "montype":1, 231 | "action_type":15, 232 | "treatment":3 233 | }, 234 | { 235 | "res_path":"*\\Sangfor\\SSL\\*", 236 | "montype":1, 237 | "action_type":15, 238 | "treatment":3 239 | }, 240 | { 241 | "res_path":"*\\SafeDog\\*", 242 | "montype":1, 243 | "action_type":15, 244 | "treatment":3 245 | }, 246 | { 247 | "res_path":"*\\360Safe\\*", 248 | "montype":1, 249 | "action_type":15, 250 | "treatment":3 251 | }, 252 | { 253 | "res_path":"*\\WINDOWS\\TEMP\\*", 254 | "montype":1, 255 | "action_type":15, 256 | "treatment":0 257 | }, 258 | { 259 | "res_path":"*hadowsock*", 260 | "montype":1, 261 | "action_type":15, 262 | "treatment":3 263 | }, 264 | { 265 | "res_path":"*rivox*", 266 | "montype":1, 267 | "action_type":15, 268 | "treatment":3 269 | }, 270 | { 271 | "res_path":"*transfer_log.json", 272 | "montype":1, 273 | "action_type":15, 274 | "treatment":3 275 | }, 276 | { 277 | "res_path":"*pac.txt", 278 | "montype":1, 279 | "action_type":15, 280 | "treatment":3 281 | }, 282 | { 283 | "res_path":"*gui*onfig.json", 284 | "montype":1, 285 | "action_type":15, 286 | "treatment":3 287 | }, 288 | { 289 | "res_path":"*2ray*", 290 | "montype":1, 291 | "action_type":15, 292 | "treatment":3 293 | }, 294 | { 295 | "res_path":"*Mikrotik*", 296 | "montype":1, 297 | "action_type":15, 298 | "treatment":3 299 | }, 300 | { 301 | "res_path":"*.pem", 302 | "montype":1, 303 | "action_type":15, 304 | "treatment":3 305 | }, 306 | { 307 | "res_path":"*.ppk", 308 | "montype":1, 309 | "action_type":15, 310 | "treatment":3 311 | }, 312 | { 313 | "res_path":"*\\Windows\\SystemResources\\*.mun", 314 | "montype":1, 315 | "action_type":2, 316 | "treatment":0 317 | }, 318 | { 319 | "res_path":"*GlobalDataRoot*", 320 | "montype":1, 321 | "action_type":15, 322 | "treatment":3 323 | }, 324 | { 325 | "res_path":"*\\Java\\jre*", 326 | "montype":1, 327 | "action_type":15, 328 | "treatment":3 329 | }, 330 | { 331 | "res_path":"*\\Mozilla Firefox\\*", 332 | "montype":1, 333 | "action_type":15, 334 | "treatment":3 335 | }, 336 | { 337 | "res_path":"*\\BaiduNetdisk\\*", 338 | "montype":1, 339 | "action_type":15, 340 | "treatment":3 341 | }, 342 | { 343 | "res_path":"*\\TaobaoProtect\\*", 344 | "montype":1, 345 | "action_type":15, 346 | "treatment":0 347 | }, 348 | { 349 | "res_path":"*\\Temporary Internet Files\\*", 350 | "montype":1, 351 | "action_type":15, 352 | "treatment":3 353 | }, 354 | { 355 | "res_path":"*\\PepperFlash\\*", 356 | "montype":1, 357 | "action_type":15, 358 | "treatment":3 359 | }, 360 | { 361 | "res_path":"*\\Tencent Files\\*", 362 | "montype":1, 363 | "action_type":15, 364 | "treatment":3 365 | }, 366 | { 367 | "res_path":"*\\obs-studio\\*", 368 | "montype":1, 369 | "action_type":15, 370 | "treatment":3 371 | }, 372 | { 373 | "res_path":"*\\Microsoft\\Windows\\Cookies\\*", 374 | "montype":1, 375 | "action_type":15, 376 | "treatment":3 377 | }, 378 | { 379 | "res_path":"*\\Sogou*\\*", 380 | "montype":1, 381 | "action_type":15, 382 | "treatment":3 383 | }, 384 | { 385 | "res_path":"*\\Razer\\*", 386 | "montype":1, 387 | "action_type":15, 388 | "treatment":3 389 | }, 390 | { 391 | "res_path":"*\\National Instruments\\*", 392 | "montype":1, 393 | "action_type":15, 394 | "treatment":3 395 | }, 396 | { 397 | "res_path":"*Microsoft*", 398 | "montype":1, 399 | "action_type":15, 400 | "treatment":3 401 | }, 402 | { 403 | "res_path":"*\\Internet Download Manager\\*", 404 | "montype":1, 405 | "action_type":15, 406 | "treatment":3 407 | }, 408 | { 409 | "res_path":"*\\NVIDIA Corporation\\*", 410 | "montype":1, 411 | "action_type":15, 412 | "treatment":3 413 | }, 414 | { 415 | "res_path":"*\\Temp\\*", 416 | "montype":1, 417 | "action_type":15, 418 | "treatment":0 419 | }, 420 | { 421 | "res_path":"*\\Thunder Network\\*", 422 | "montype":1, 423 | "action_type":15, 424 | "treatment":3 425 | }, 426 | { 427 | "res_path":"*\\Microsoft Office\\*", 428 | "montype":1, 429 | "action_type":15, 430 | "treatment":3 431 | }, 432 | { 433 | "res_path":"*\\VideoLAN\\*", 434 | "montype":1, 435 | "action_type":15, 436 | "treatment":3 437 | }, 438 | { 439 | "res_path":"*\\SecoClient\\*", 440 | "montype":1, 441 | "action_type":15, 442 | "treatment":3 443 | }, 444 | { 445 | "res_path":"*\\Macromedia\\Flash Player\\*", 446 | "montype":1, 447 | "action_type":15, 448 | "treatment":0 449 | }, 450 | { 451 | "res_path":"*\\Adobe\\Flash Player\\*", 452 | "montype":1, 453 | "action_type":15, 454 | "treatment":0 455 | }, 456 | { 457 | "res_path":"*\\Microsoft\\Edge\\*", 458 | "montype":1, 459 | "action_type":15, 460 | "treatment":3 461 | }, 462 | { 463 | "res_path":"*\\AMD\\*", 464 | "montype":1, 465 | "action_type":15, 466 | "treatment":3 467 | }, 468 | { 469 | "res_path":"*\\Program Files\\*\\*.ttf", 470 | "montype":1, 471 | "action_type":15, 472 | "treatment":3 473 | }, 474 | { 475 | "res_path":"*\\Program Files\\*\\*.otf", 476 | "montype":1, 477 | "action_type":15, 478 | "treatment":3 479 | }, 480 | { 481 | "res_path":"*\\xw_log\\*", 482 | "montype":1, 483 | "action_type":15, 484 | "treatment":3 485 | }, 486 | { 487 | "res_path":"*\\Program Files (x86)\\*\\*.ttf", 488 | "montype":1, 489 | "action_type":15, 490 | "treatment":3 491 | }, 492 | { 493 | "res_path":"*\\Program Files (x86)\\*\\*.otf", 494 | "montype":1, 495 | "action_type":15, 496 | "treatment":3 497 | }, 498 | { 499 | "res_path":"*\\ProgramData\\*\\*.ttf", 500 | "montype":1, 501 | "action_type":15, 502 | "treatment":3 503 | }, 504 | { 505 | "res_path":"*\\ProgramData\\*\\*.otf", 506 | "montype":1, 507 | "action_type":15, 508 | "treatment":3 509 | } 510 | ] 511 | } 512 | } 513 | -------------------------------------------------------------------------------- /Douyu/douyu-auto.json: -------------------------------------------------------------------------------- 1 | { 2 | "ver":"5.0", 3 | "tag":"hipsuser_auto", 4 | "data":{ 5 | "*DouyuPCClient*":[ 6 | { 7 | "res_path":"*\\DouyuPCClient\\*", 8 | "montype":1, 9 | "action_type":15, 10 | "treatment":0 11 | }, 12 | { 13 | "res_path":"*\\DySDK*\\*", 14 | "montype":1, 15 | "action_type":15, 16 | "treatment":0 17 | }, 18 | { 19 | "res_path":"*\\.xp2p\\*", 20 | "montype":1, 21 | "action_type":15, 22 | "treatment":3 23 | }, 24 | { 25 | "res_path":"*\\qtshadercache\\*", 26 | "montype":1, 27 | "action_type":15, 28 | "treatment":0 29 | }, 30 | { 31 | "res_path":"*\\GLCache\\*", 32 | "montype":1, 33 | "action_type":15, 34 | "treatment":0 35 | }, 36 | { 37 | "res_path":"*\\DouyuLive\\*", 38 | "montype":1, 39 | "action_type":15, 40 | "treatment":0 41 | }, 42 | { 43 | "res_path":"*Prefetch\\DYSDK*", 44 | "montype":1, 45 | "action_type":15, 46 | "treatment":0 47 | }, 48 | { 49 | "res_path":"*Prefetch\\QTWEB*", 50 | "montype":1, 51 | "action_type":15, 52 | "treatment":0 53 | }, 54 | { 55 | "res_path":"*Prefetch\\RPCMEDIADECODEREX*", 56 | "montype":1, 57 | "action_type":15, 58 | "treatment":0 59 | }, 60 | { 61 | "res_path":"*Prefetch\\DOUYU*", 62 | "montype":1, 63 | "action_type":15, 64 | "treatment":0 65 | }, 66 | { 67 | "res_path":"*\\Windows\\Fonts\\*", 68 | "montype":1, 69 | "action_type":2, 70 | "treatment":0 71 | }, 72 | { 73 | "res_path":"*.clb", 74 | "montype":1, 75 | "action_type":15, 76 | "treatment":0 77 | }, 78 | { 79 | "res_path":"*Flash.ocx", 80 | "montype":1, 81 | "action_type":2, 82 | "treatment":0 83 | }, 84 | { 85 | "res_path":"*\\Windows\\SysWOW64\\*", 86 | "montype":1, 87 | "action_type":2, 88 | "treatment":0 89 | }, 90 | { 91 | "res_path":"*\\Program Files\\WindowsApps\\*.mui", 92 | "montype":1, 93 | "action_type":2, 94 | "treatment":0 95 | }, 96 | { 97 | "res_path":"*\\desktop.ini", 98 | "montype":1, 99 | "action_type":15, 100 | "treatment":3 101 | }, 102 | { 103 | "res_path":"*\\Windows\\*.nls", 104 | "montype":1, 105 | "action_type":2, 106 | "treatment":0 107 | }, 108 | { 109 | "res_path":"*\\Local\\Temp\\*", 110 | "montype":1, 111 | "action_type":15, 112 | "treatment":0 113 | }, 114 | { 115 | "res_path":"*\\Windows\\apppatch\\*.sdb", 116 | "montype":1, 117 | "action_type":3, 118 | "treatment":0 119 | }, 120 | { 121 | "res_path":"*\\WindowsShell.Manifest", 122 | "montype":1, 123 | "action_type":15, 124 | "treatment":3 125 | }, 126 | { 127 | "res_path":"*temphis.db", 128 | "montype":1, 129 | "action_type":15, 130 | "treatment":3 131 | }, 132 | { 133 | "res_path":"*\\Windows\\win.ini", 134 | "montype":1, 135 | "action_type":2, 136 | "treatment":0 137 | }, 138 | { 139 | "res_path":"*\\Windows\\System32\\*", 140 | "montype":1, 141 | "action_type":2, 142 | "treatment":0 143 | }, 144 | { 145 | "res_path":"*\\CryptnetUrlCache\\*", 146 | "montype":1, 147 | "action_type":15, 148 | "treatment":3 149 | }, 150 | { 151 | "res_path":"*\\hosts", 152 | "montype":1, 153 | "action_type":15, 154 | "treatment":3 155 | }, 156 | { 157 | "res_path":"*\\Windows\\INF\\*", 158 | "montype":1, 159 | "action_type":15, 160 | "treatment":3 161 | }, 162 | { 163 | "res_path":"*\\Desktop\\*.lnk", 164 | "montype":1, 165 | "action_type":15, 166 | "treatment":3 167 | }, 168 | { 169 | "res_path":"*\\AppData\\*\\Crypto\\*", 170 | "montype":1, 171 | "action_type":15, 172 | "treatment":3 173 | }, 174 | { 175 | "res_path":"*\\AppData\\*\\Caches\\*", 176 | "montype":1, 177 | "action_type":15, 178 | "treatment":3 179 | }, 180 | { 181 | "res_path":"*\\Windows\\*\\FontCache\\*", 182 | "montype":1, 183 | "action_type":2, 184 | "treatment":0 185 | }, 186 | { 187 | "res_path":"*\\WinSXS\\*", 188 | "montype":1, 189 | "action_type":15, 190 | "treatment":3 191 | }, 192 | { 193 | "res_path":"*\\SystemCertificates\\*", 194 | "montype":1, 195 | "action_type":15, 196 | "treatment":3 197 | }, 198 | { 199 | "res_path":"*\\ffmpeg.log", 200 | "montype":1, 201 | "action_type":15, 202 | "treatment":3 203 | }, 204 | { 205 | "res_path":"*\\IconCache.db", 206 | "montype":1, 207 | "action_type":2, 208 | "treatment":0 209 | }, 210 | { 211 | "res_path":"*\\Web Data", 212 | "montype":1, 213 | "action_type":15, 214 | "treatment":3 215 | }, 216 | { 217 | "res_path":"*\\Chrome\\User Data\\Default*", 218 | "montype":1, 219 | "action_type":15, 220 | "treatment":3 221 | }, 222 | { 223 | "res_path":"*\\Chrome\\*", 224 | "montype":1, 225 | "action_type":15, 226 | "treatment":3 227 | }, 228 | { 229 | "res_path":"*\\Sangfor\\SSL\\*", 230 | "montype":1, 231 | "action_type":15, 232 | "treatment":3 233 | }, 234 | { 235 | "res_path":"*\\SafeDog\\*", 236 | "montype":1, 237 | "action_type":15, 238 | "treatment":3 239 | }, 240 | { 241 | "res_path":"*\\360Safe\\*", 242 | "montype":1, 243 | "action_type":15, 244 | "treatment":3 245 | }, 246 | { 247 | "res_path":"*\\WINDOWS\\TEMP\\*", 248 | "montype":1, 249 | "action_type":15, 250 | "treatment":0 251 | }, 252 | { 253 | "res_path":"*hadowsock*", 254 | "montype":1, 255 | "action_type":15, 256 | "treatment":3 257 | }, 258 | { 259 | "res_path":"*rivox*", 260 | "montype":1, 261 | "action_type":15, 262 | "treatment":3 263 | }, 264 | { 265 | "res_path":"*transfer_log.json", 266 | "montype":1, 267 | "action_type":15, 268 | "treatment":3 269 | }, 270 | { 271 | "res_path":"*pac.txt", 272 | "montype":1, 273 | "action_type":15, 274 | "treatment":3 275 | }, 276 | { 277 | "res_path":"*gui*onfig.json", 278 | "montype":1, 279 | "action_type":15, 280 | "treatment":3 281 | }, 282 | { 283 | "res_path":"*2ray*", 284 | "montype":1, 285 | "action_type":15, 286 | "treatment":3 287 | }, 288 | { 289 | "res_path":"*Mikrotik*", 290 | "montype":1, 291 | "action_type":15, 292 | "treatment":3 293 | }, 294 | { 295 | "res_path":"*.pem", 296 | "montype":1, 297 | "action_type":15, 298 | "treatment":3 299 | }, 300 | { 301 | "res_path":"*.ppk", 302 | "montype":1, 303 | "action_type":15, 304 | "treatment":3 305 | }, 306 | { 307 | "res_path":"*\\Windows\\SystemResources\\*.mun", 308 | "montype":1, 309 | "action_type":2, 310 | "treatment":0 311 | }, 312 | { 313 | "res_path":"*GlobalDataRoot*", 314 | "montype":1, 315 | "action_type":15, 316 | "treatment":3 317 | }, 318 | { 319 | "res_path":"*\\Java\\jre*", 320 | "montype":1, 321 | "action_type":15, 322 | "treatment":3 323 | }, 324 | { 325 | "res_path":"*\\Mozilla Firefox\\*", 326 | "montype":1, 327 | "action_type":15, 328 | "treatment":3 329 | }, 330 | { 331 | "res_path":"*\\BaiduNetdisk\\*", 332 | "montype":1, 333 | "action_type":15, 334 | "treatment":3 335 | }, 336 | { 337 | "res_path":"*\\TaobaoProtect\\*", 338 | "montype":1, 339 | "action_type":15, 340 | "treatment":3 341 | }, 342 | { 343 | "res_path":"*\\Temporary Internet Files\\*", 344 | "montype":1, 345 | "action_type":15, 346 | "treatment":3 347 | }, 348 | { 349 | "res_path":"*\\PepperFlash\\*", 350 | "montype":1, 351 | "action_type":15, 352 | "treatment":3 353 | }, 354 | { 355 | "res_path":"*\\Microsoft\\Windows\\Cookies\\*", 356 | "montype":1, 357 | "action_type":15, 358 | "treatment":3 359 | }, 360 | { 361 | "res_path":"*\\Sogou*\\*", 362 | "montype":1, 363 | "action_type":15, 364 | "treatment":3 365 | }, 366 | { 367 | "res_path":"*\\Razer\\*", 368 | "montype":1, 369 | "action_type":15, 370 | "treatment":3 371 | }, 372 | { 373 | "res_path":"*\\National Instruments\\*", 374 | "montype":1, 375 | "action_type":15, 376 | "treatment":3 377 | }, 378 | { 379 | "res_path":"*Microsoft*", 380 | "montype":1, 381 | "action_type":15, 382 | "treatment":3 383 | }, 384 | { 385 | "res_path":"*\\Internet Download Manager\\*", 386 | "montype":1, 387 | "action_type":15, 388 | "treatment":3 389 | }, 390 | { 391 | "res_path":"*\\NVIDIA Corporation\\*", 392 | "montype":1, 393 | "action_type":15, 394 | "treatment":3 395 | }, 396 | { 397 | "res_path":"*\\Temp\\*", 398 | "montype":1, 399 | "action_type":15, 400 | "treatment":0 401 | }, 402 | { 403 | "res_path":"*\\Thunder Network\\*", 404 | "montype":1, 405 | "action_type":15, 406 | "treatment":3 407 | }, 408 | { 409 | "res_path":"*\\Microsoft Office\\*", 410 | "montype":1, 411 | "action_type":15, 412 | "treatment":3 413 | }, 414 | { 415 | "res_path":"*\\VideoLAN\\*", 416 | "montype":1, 417 | "action_type":15, 418 | "treatment":3 419 | }, 420 | { 421 | "res_path":"*\\SecoClient\\*", 422 | "montype":1, 423 | "action_type":15, 424 | "treatment":3 425 | }, 426 | { 427 | "res_path":"*\\Macromedia\\Flash Player\\*", 428 | "montype":1, 429 | "action_type":15, 430 | "treatment":0 431 | }, 432 | { 433 | "res_path":"*\\Adobe\\Flash Player\\*", 434 | "montype":1, 435 | "action_type":15, 436 | "treatment":0 437 | }, 438 | { 439 | "res_path":"*\\Microsoft\\Edge\\*", 440 | "montype":1, 441 | "action_type":15, 442 | "treatment":3 443 | }, 444 | { 445 | "res_path":"*\\AMD\\*", 446 | "montype":1, 447 | "action_type":15, 448 | "treatment":3 449 | }, 450 | { 451 | "res_path":"*\\Program Files\\*\\*.ttf", 452 | "montype":1, 453 | "action_type":15, 454 | "treatment":3 455 | }, 456 | { 457 | "res_path":"*\\Program Files\\*\\*.otf", 458 | "montype":1, 459 | "action_type":15, 460 | "treatment":3 461 | }, 462 | { 463 | "res_path":"*\\xw_log\\*", 464 | "montype":1, 465 | "action_type":15, 466 | "treatment":3 467 | }, 468 | { 469 | "res_path":"*\\Program Files (x86)\\*\\*.ttf", 470 | "montype":1, 471 | "action_type":15, 472 | "treatment":3 473 | }, 474 | { 475 | "res_path":"*\\Program Files (x86)\\*\\*.otf", 476 | "montype":1, 477 | "action_type":15, 478 | "treatment":3 479 | }, 480 | { 481 | "res_path":"*\\ProgramData\\*\\*.ttf", 482 | "montype":1, 483 | "action_type":15, 484 | "treatment":3 485 | }, 486 | { 487 | "res_path":"*\\ProgramData\\*\\*.otf", 488 | "montype":1, 489 | "action_type":15, 490 | "treatment":3 491 | } 492 | ] 493 | } 494 | } 495 | -------------------------------------------------------------------------------- /Douyu/douyu-custom.json: -------------------------------------------------------------------------------- 1 | { 2 | "ver":"5.0", 3 | "tag":"hipsuser", 4 | "data":[ 5 | { 6 | "id":13, 7 | "power":1, 8 | "name":"Say No To Douyu", 9 | "procname":"*\\DouyuPCClient\\*", 10 | "treatment":1, 11 | "policies":[ 12 | { 13 | "montype":1, 14 | "action_type":15, 15 | "res_path":"*" 16 | } 17 | ] 18 | } 19 | ] 20 | } -------------------------------------------------------------------------------- /Netease/netease-auto.json: -------------------------------------------------------------------------------- 1 | { 2 | "ver":"5.0", 3 | "tag":"hipsuser_auto", 4 | "data":{ 5 | "*Netease*":[ 6 | { 7 | "res_path":"*\\Netease*\\*", 8 | "montype":1, 9 | "action_type":15, 10 | "treatment":0 11 | }, 12 | { 13 | "res_path":"*\\Music\\*", 14 | "montype":1, 15 | "action_type":15, 16 | "treatment":0 17 | }, 18 | { 19 | "res_path":"*\\CloudMusic\\*", 20 | "montype":1, 21 | "action_type":15, 22 | "treatment":0 23 | }, 24 | { 25 | "res_path":"*\\A-Volute\\*", 26 | "montype":1, 27 | "action_type":15, 28 | "treatment":0 29 | }, 30 | { 31 | "res_path":"*Prefetch\\CLOUDMUSIC*", 32 | "montype":1, 33 | "action_type":15, 34 | "treatment":0 35 | }, 36 | { 37 | "res_path":"*\\Windows\\Fonts\\*", 38 | "montype":1, 39 | "action_type":2, 40 | "treatment":0 41 | }, 42 | { 43 | "res_path":"*.clb", 44 | "montype":1, 45 | "action_type":15, 46 | "treatment":0 47 | }, 48 | { 49 | "res_path":"*Flash.ocx", 50 | "montype":1, 51 | "action_type":2, 52 | "treatment":0 53 | }, 54 | { 55 | "res_path":"*\\Windows\\SysWOW64\\*", 56 | "montype":1, 57 | "action_type":2, 58 | "treatment":0 59 | }, 60 | { 61 | "res_path":"*\\Program Files\\WindowsApps\\*.mui", 62 | "montype":1, 63 | "action_type":2, 64 | "treatment":0 65 | }, 66 | { 67 | "res_path":"*\\desktop.ini", 68 | "montype":1, 69 | "action_type":15, 70 | "treatment":3 71 | }, 72 | { 73 | "res_path":"*\\Windows\\*.nls", 74 | "montype":1, 75 | "action_type":2, 76 | "treatment":0 77 | }, 78 | { 79 | "res_path":"*\\Local\\Temp\\*", 80 | "montype":1, 81 | "action_type":15, 82 | "treatment":0 83 | }, 84 | { 85 | "res_path":"*\\Windows\\apppatch\\*.sdb", 86 | "montype":1, 87 | "action_type":3, 88 | "treatment":0 89 | }, 90 | { 91 | "res_path":"*\\WindowsShell.Manifest", 92 | "montype":1, 93 | "action_type":15, 94 | "treatment":3 95 | }, 96 | { 97 | "res_path":"*temphis.db", 98 | "montype":1, 99 | "action_type":15, 100 | "treatment":3 101 | }, 102 | { 103 | "res_path":"*\\Windows\\win.ini", 104 | "montype":1, 105 | "action_type":2, 106 | "treatment":0 107 | }, 108 | { 109 | "res_path":"*\\Windows\\System32\\*", 110 | "montype":1, 111 | "action_type":2, 112 | "treatment":0 113 | }, 114 | { 115 | "res_path":"*\\CryptnetUrlCache\\*", 116 | "montype":1, 117 | "action_type":15, 118 | "treatment":3 119 | }, 120 | { 121 | "res_path":"*\\hosts", 122 | "montype":1, 123 | "action_type":15, 124 | "treatment":3 125 | }, 126 | { 127 | "res_path":"*\\Windows\\INF\\*", 128 | "montype":1, 129 | "action_type":15, 130 | "treatment":3 131 | }, 132 | { 133 | "res_path":"*\\WinSAT\\*", 134 | "montype":1, 135 | "action_type":15, 136 | "treatment":3 137 | }, 138 | { 139 | "res_path":"*\\Desktop\\*.lnk", 140 | "montype":1, 141 | "action_type":15, 142 | "treatment":3 143 | }, 144 | { 145 | "res_path":"*\\AppData\\*\\Crypto\\*", 146 | "montype":1, 147 | "action_type":15, 148 | "treatment":3 149 | }, 150 | { 151 | "res_path":"*\\AppData\\*\\Caches\\*", 152 | "montype":1, 153 | "action_type":15, 154 | "treatment":3 155 | }, 156 | { 157 | "res_path":"*\\Windows\\*\\FontCache\\*", 158 | "montype":1, 159 | "action_type":2, 160 | "treatment":0 161 | }, 162 | { 163 | "res_path":"*\\WinSXS\\*", 164 | "montype":1, 165 | "action_type":15, 166 | "treatment":3 167 | }, 168 | { 169 | "res_path":"*\\SystemCertificates\\*", 170 | "montype":1, 171 | "action_type":15, 172 | "treatment":3 173 | }, 174 | { 175 | "res_path":"*\\ffmpeg.log", 176 | "montype":1, 177 | "action_type":15, 178 | "treatment":3 179 | }, 180 | { 181 | "res_path":"*\\IconCache.db", 182 | "montype":1, 183 | "action_type":2, 184 | "treatment":0 185 | }, 186 | { 187 | "res_path":"*\\Web Data", 188 | "montype":1, 189 | "action_type":15, 190 | "treatment":3 191 | }, 192 | { 193 | "res_path":"*\\Chrome\\User Data\\Default*", 194 | "montype":1, 195 | "action_type":15, 196 | "treatment":3 197 | }, 198 | { 199 | "res_path":"*\\Chrome\\*", 200 | "montype":1, 201 | "action_type":15, 202 | "treatment":3 203 | }, 204 | { 205 | "res_path":"*\\Sangfor\\SSL\\*", 206 | "montype":1, 207 | "action_type":15, 208 | "treatment":3 209 | }, 210 | { 211 | "res_path":"*\\SafeDog\\*", 212 | "montype":1, 213 | "action_type":15, 214 | "treatment":3 215 | }, 216 | { 217 | "res_path":"*\\360Safe\\*", 218 | "montype":1, 219 | "action_type":15, 220 | "treatment":3 221 | }, 222 | { 223 | "res_path":"*\\WINDOWS\\TEMP\\*", 224 | "montype":1, 225 | "action_type":15, 226 | "treatment":0 227 | }, 228 | { 229 | "res_path":"*hadowsock*", 230 | "montype":1, 231 | "action_type":15, 232 | "treatment":3 233 | }, 234 | { 235 | "res_path":"*rivox*", 236 | "montype":1, 237 | "action_type":15, 238 | "treatment":3 239 | }, 240 | { 241 | "res_path":"*transfer_log.json", 242 | "montype":1, 243 | "action_type":15, 244 | "treatment":3 245 | }, 246 | { 247 | "res_path":"*pac.txt", 248 | "montype":1, 249 | "action_type":15, 250 | "treatment":3 251 | }, 252 | { 253 | "res_path":"*gui*onfig.json", 254 | "montype":1, 255 | "action_type":15, 256 | "treatment":3 257 | }, 258 | { 259 | "res_path":"*2ray*", 260 | "montype":1, 261 | "action_type":15, 262 | "treatment":3 263 | }, 264 | { 265 | "res_path":"*Mikrotik*", 266 | "montype":1, 267 | "action_type":15, 268 | "treatment":3 269 | }, 270 | { 271 | "res_path":"*.pem", 272 | "montype":1, 273 | "action_type":15, 274 | "treatment":3 275 | }, 276 | { 277 | "res_path":"*.ppk", 278 | "montype":1, 279 | "action_type":15, 280 | "treatment":3 281 | }, 282 | { 283 | "res_path":"*\\Windows\\SystemResources\\*.mun", 284 | "montype":1, 285 | "action_type":2, 286 | "treatment":0 287 | }, 288 | { 289 | "res_path":"*GlobalDataRoot*", 290 | "montype":1, 291 | "action_type":15, 292 | "treatment":3 293 | }, 294 | { 295 | "res_path":"*\\Java\\jre*", 296 | "montype":1, 297 | "action_type":15, 298 | "treatment":3 299 | }, 300 | { 301 | "res_path":"*\\Mozilla Firefox\\*", 302 | "montype":1, 303 | "action_type":15, 304 | "treatment":3 305 | }, 306 | { 307 | "res_path":"*\\BaiduNetdisk\\*", 308 | "montype":1, 309 | "action_type":15, 310 | "treatment":3 311 | }, 312 | { 313 | "res_path":"*\\TaobaoProtect\\*", 314 | "montype":1, 315 | "action_type":15, 316 | "treatment":3 317 | }, 318 | { 319 | "res_path":"*\\Temporary Internet Files\\*", 320 | "montype":1, 321 | "action_type":15, 322 | "treatment":3 323 | }, 324 | { 325 | "res_path":"*\\PepperFlash\\*", 326 | "montype":1, 327 | "action_type":15, 328 | "treatment":3 329 | }, 330 | { 331 | "res_path":"*\\Tencent Files\\*", 332 | "montype":1, 333 | "action_type":15, 334 | "treatment":3 335 | }, 336 | { 337 | "res_path":"*\\Microsoft\\Windows\\Cookies\\*", 338 | "montype":1, 339 | "action_type":15, 340 | "treatment":3 341 | }, 342 | { 343 | "res_path":"*\\Sogou*\\*", 344 | "montype":1, 345 | "action_type":15, 346 | "treatment":3 347 | }, 348 | { 349 | "res_path":"*\\Razer\\*", 350 | "montype":1, 351 | "action_type":15, 352 | "treatment":3 353 | }, 354 | { 355 | "res_path":"*\\National Instruments\\*", 356 | "montype":1, 357 | "action_type":15, 358 | "treatment":3 359 | }, 360 | { 361 | "res_path":"*Microsoft*", 362 | "montype":1, 363 | "action_type":15, 364 | "treatment":3 365 | }, 366 | { 367 | "res_path":"*\\Internet Download Manager\\*", 368 | "montype":1, 369 | "action_type":15, 370 | "treatment":3 371 | }, 372 | { 373 | "res_path":"*\\NVIDIA Corporation\\*", 374 | "montype":1, 375 | "action_type":15, 376 | "treatment":3 377 | }, 378 | { 379 | "res_path":"*\\Temp\\*", 380 | "montype":1, 381 | "action_type":15, 382 | "treatment":0 383 | }, 384 | { 385 | "res_path":"*\\Thunder Network\\*", 386 | "montype":1, 387 | "action_type":15, 388 | "treatment":3 389 | }, 390 | { 391 | "res_path":"*\\Microsoft Office\\*", 392 | "montype":1, 393 | "action_type":15, 394 | "treatment":3 395 | }, 396 | { 397 | "res_path":"*\\VideoLAN\\*", 398 | "montype":1, 399 | "action_type":15, 400 | "treatment":3 401 | }, 402 | { 403 | "res_path":"*\\SecoClient\\*", 404 | "montype":1, 405 | "action_type":15, 406 | "treatment":3 407 | }, 408 | { 409 | "res_path":"*\\Macromedia\\Flash Player\\*", 410 | "montype":1, 411 | "action_type":15, 412 | "treatment":0 413 | }, 414 | { 415 | "res_path":"*\\Adobe\\Flash Player\\*", 416 | "montype":1, 417 | "action_type":15, 418 | "treatment":0 419 | }, 420 | { 421 | "res_path":"*\\Microsoft\\Edge\\*", 422 | "montype":1, 423 | "action_type":15, 424 | "treatment":3 425 | }, 426 | { 427 | "res_path":"*\\AMD\\*", 428 | "montype":1, 429 | "action_type":15, 430 | "treatment":3 431 | }, 432 | { 433 | "res_path":"*\\Program Files\\*\\*.ttf", 434 | "montype":1, 435 | "action_type":15, 436 | "treatment":3 437 | }, 438 | { 439 | "res_path":"*\\Program Files\\*\\*.otf", 440 | "montype":1, 441 | "action_type":15, 442 | "treatment":3 443 | }, 444 | { 445 | "res_path":"*\\xw_log\\*", 446 | "montype":1, 447 | "action_type":15, 448 | "treatment":3 449 | }, 450 | { 451 | "res_path":"*\\Program Files (x86)\\*\\*.ttf", 452 | "montype":1, 453 | "action_type":15, 454 | "treatment":3 455 | }, 456 | { 457 | "res_path":"*\\Program Files (x86)\\*\\*.otf", 458 | "montype":1, 459 | "action_type":15, 460 | "treatment":3 461 | }, 462 | { 463 | "res_path":"*\\ProgramData\\*\\*.ttf", 464 | "montype":1, 465 | "action_type":15, 466 | "treatment":3 467 | }, 468 | { 469 | "res_path":"*\\ProgramData\\*\\*.otf", 470 | "montype":1, 471 | "action_type":15, 472 | "treatment":3 473 | } 474 | ] 475 | } 476 | } 477 | -------------------------------------------------------------------------------- /Netease/netease-custom.json: -------------------------------------------------------------------------------- 1 | { 2 | "ver":"5.0", 3 | "tag":"hipsuser", 4 | "data":[ 5 | { 6 | "id":13, 7 | "power":1, 8 | "name":"Say No To Netease", 9 | "procname":"*\\Netease\\*", 10 | "treatment":1, 11 | "policies":[ 12 | { 13 | "montype":1, 14 | "action_type":15, 15 | "res_path":"*" 16 | } 17 | ] 18 | } 19 | ] 20 | } -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Huorong-Rules 2 | 3 | 一开始整了个 Tencent 规则( 4 | 5 | [KagurazakaNyaa](https://github.com/KagurazakaNyaa) 提交了了斗鱼客户端、网易云音乐、钉钉和阿里旺旺的规则 6 | 7 | [PR](https://github.com/tutugreen/Huorong-Rules/pulls?q=)欢迎 ~ 8 | -------------------------------------------------------------------------------- /Tencent/README.md: -------------------------------------------------------------------------------- 1 | # Huorong-Rules 2 | 3 | 嗯,看到QQ的瓜有点多,读取桌面,遍历浏览器记录啥的,以黑名单方式限制不够全面,天知道以后会读取啥。 4 | 5 | 所以整了一个白名单方式限制的,限制所有 Tencent 目录的程序(假设你是安装在默认目录),只能读取它该访问的,其他一概询问(或者已知不需要的文件自动拒绝)。 6 | 7 | 目前允许访问的包括: 8 | Tencent 自己的目录,包括Tencent Files,聊天记录,多媒体,下载文件等。 9 | 微信的目录,聊天记录,多媒体,下载文件等。 10 | 部分系统目录,包括部分系统DLL(可能之后还会再精准一点)、字体、图标缓存、Prefetch,等正常运行所需的目录/文件(包括Flash,不需要可以自己关)。 11 | 12 | 显式拒绝的包括: 13 | Chrome 相关文件。 14 | hosts。 15 | 桌面(主要读取了lnk,禁止了,看之后还读到啥再加) 16 | 一些会正常启动会被尝试读取,频繁弹提示的文件(可有可无,不影响启动,使用的文件) 17 | 18 | 以上没有允许的,一概提示处理(AppData可以参考另外一个规则,因为有误伤可能,只做了 Chrome 的显式拒绝,全盘拦截所以其他如遇到的会直接报提示处理) 19 | 20 | 这边已经测试了 QQ、微信、TIM 桌面标准版本,能够正常启动、使用、存取聊天记录、在测试期内(大概半小时)不弹出防护询问(我这边弹出的,都已经加到自动处理规则了)的,当然不排除会有什么定时任务可能得之后弹出,不过已经不影响使用了。 21 | 22 | 一拍脑袋,纯手工编辑,非常非常非常初始的版本,可能有遗漏,欢迎大家提Issue/PR补充~ 23 | 24 | #### 使用方法: 25 | 26 | 火绒->防护中心->左下角高级防护->自定义防护(注意启用,然后点文字进去) 27 | 28 | 分别导入 "自动处理规则"(tencent-auto.json)、"自定义规则"(tencent-custom.json),启用即可。(注意两个文件要分别在不同选项卡中导入,窗口顶部切换!!!) 29 | 30 | 31 | 32 | #### 敲黑板,不要在弹出的提示内选择“记住本次操作”,否则会对所有文件生效。如有需要修改可以至 自动处理 规则内添加,好使了可以直接PR方便大家~ 33 | -------------------------------------------------------------------------------- /Tencent/tencent-auto.json: -------------------------------------------------------------------------------- 1 | { 2 | "ver":"5.0", 3 | "tag":"hipsuser_auto", 4 | "data":{ 5 | "*Tencent*":[ 6 | { 7 | "res_path":"*\\Tencent\\*", 8 | "montype":1, 9 | "action_type":15, 10 | "treatment":0 11 | }, 12 | { 13 | "res_path":"*Tencent*", 14 | "montype":1, 15 | "action_type":15, 16 | "treatment":0 17 | }, 18 | { 19 | "res_path":"*qqweb*", 20 | "montype":1, 21 | "action_type":15, 22 | "treatment":0 23 | }, 24 | { 25 | "res_path":"*chatpic*", 26 | "montype":1, 27 | "action_type":15, 28 | "treatment":0 29 | }, 30 | { 31 | "res_path":"*etilqs*", 32 | "montype":1, 33 | "action_type":15, 34 | "treatment":0 35 | }, 36 | { 37 | "res_path":"*Prefetch\\QQ*", 38 | "montype":1, 39 | "action_type":15, 40 | "treatment":0 41 | }, 42 | { 43 | "res_path":"*WeChat*", 44 | "montype":1, 45 | "action_type":15, 46 | "treatment":0 47 | }, 48 | { 49 | "res_path":"*\\Windows\\Fonts\\*", 50 | "montype":1, 51 | "action_type":2, 52 | "treatment":0 53 | }, 54 | { 55 | "res_path":"*.clb", 56 | "montype":1, 57 | "action_type":15, 58 | "treatment":0 59 | }, 60 | { 61 | "res_path":"*Flash.ocx", 62 | "montype":1, 63 | "action_type":2, 64 | "treatment":0 65 | }, 66 | { 67 | "res_path":"*\\Windows\\SysWOW64\\*", 68 | "montype":1, 69 | "action_type":2, 70 | "treatment":0 71 | }, 72 | { 73 | "res_path":"*\\Program Files\\WindowsApps\\*.mui", 74 | "montype":1, 75 | "action_type":2, 76 | "treatment":0 77 | }, 78 | { 79 | "res_path":"*\\desktop.ini", 80 | "montype":1, 81 | "action_type":15, 82 | "treatment":3 83 | }, 84 | { 85 | "res_path":"*\\Windows\\*.nls", 86 | "montype":1, 87 | "action_type":2, 88 | "treatment":0 89 | }, 90 | { 91 | "res_path":"*\\Local\\Temp\\*", 92 | "montype":1, 93 | "action_type":15, 94 | "treatment":0 95 | }, 96 | { 97 | "res_path":"*\\Windows\\apppatch\\*.sdb", 98 | "montype":1, 99 | "action_type":3, 100 | "treatment":0 101 | }, 102 | { 103 | "res_path":"*\\WindowsShell.Manifest", 104 | "montype":1, 105 | "action_type":15, 106 | "treatment":3 107 | }, 108 | { 109 | "res_path":"*temphis.db", 110 | "montype":1, 111 | "action_type":15, 112 | "treatment":3 113 | }, 114 | { 115 | "res_path":"*\\Windows\\win.ini", 116 | "montype":1, 117 | "action_type":2, 118 | "treatment":0 119 | }, 120 | { 121 | "res_path":"*\\Windows\\System32\\*", 122 | "montype":1, 123 | "action_type":2, 124 | "treatment":0 125 | }, 126 | { 127 | "res_path":"*\\CryptnetUrlCache\\*", 128 | "montype":1, 129 | "action_type":15, 130 | "treatment":3 131 | }, 132 | { 133 | "res_path":"*\\hosts", 134 | "montype":1, 135 | "action_type":15, 136 | "treatment":3 137 | }, 138 | { 139 | "res_path":"*qqclient*", 140 | "montype":1, 141 | "action_type":15, 142 | "treatment":0 143 | }, 144 | { 145 | "res_path":"*\\Windows\\INF\\*", 146 | "montype":1, 147 | "action_type":15, 148 | "treatment":3 149 | }, 150 | { 151 | "res_path":"*\\Desktop\\*.lnk", 152 | "montype":1, 153 | "action_type":15, 154 | "treatment":3 155 | }, 156 | { 157 | "res_path":"*\\AppData\\*\\Crypto\\*", 158 | "montype":1, 159 | "action_type":15, 160 | "treatment":3 161 | }, 162 | { 163 | "res_path":"*\\AppData\\*\\Caches\\*", 164 | "montype":1, 165 | "action_type":15, 166 | "treatment":3 167 | }, 168 | { 169 | "res_path":"*TXPLATFORM*", 170 | "montype":1, 171 | "action_type":15, 172 | "treatment":0 173 | }, 174 | { 175 | "res_path":"*\\Windows\\*\\FontCache\\*", 176 | "montype":1, 177 | "action_type":2, 178 | "treatment":0 179 | }, 180 | { 181 | "res_path":"*\\WinSXS\\*", 182 | "montype":1, 183 | "action_type":15, 184 | "treatment":3 185 | }, 186 | { 187 | "res_path":"*\\SystemCertificates\\*", 188 | "montype":1, 189 | "action_type":15, 190 | "treatment":3 191 | }, 192 | { 193 | "res_path":"*\\ffmpeg.log", 194 | "montype":1, 195 | "action_type":15, 196 | "treatment":3 197 | }, 198 | { 199 | "res_path":"*\\IconCache.db", 200 | "montype":1, 201 | "action_type":2, 202 | "treatment":0 203 | }, 204 | { 205 | "res_path":"*\\Web Data", 206 | "montype":1, 207 | "action_type":15, 208 | "treatment":3 209 | }, 210 | { 211 | "res_path":"*\\Chrome\\User Data\\Default*", 212 | "montype":1, 213 | "action_type":15, 214 | "treatment":3 215 | }, 216 | { 217 | "res_path":"*\\xwalk\\*", 218 | "montype":1, 219 | "action_type":15, 220 | "treatment":0 221 | }, 222 | { 223 | "res_path":"*\\Chrome\\*", 224 | "montype":1, 225 | "action_type":15, 226 | "treatment":3 227 | }, 228 | { 229 | "res_path":"*Prefetch\\TX*", 230 | "montype":1, 231 | "action_type":2, 232 | "treatment":0 233 | }, 234 | { 235 | "res_path":"*\\Sangfor\\SSL\\*", 236 | "montype":1, 237 | "action_type":15, 238 | "treatment":3 239 | }, 240 | { 241 | "res_path":"*\\SafeDog\\*", 242 | "montype":1, 243 | "action_type":15, 244 | "treatment":3 245 | }, 246 | { 247 | "res_path":"*\\360Safe\\*", 248 | "montype":1, 249 | "action_type":15, 250 | "treatment":3 251 | }, 252 | { 253 | "res_path":"*\\QQMailPlugin\\*", 254 | "montype":1, 255 | "action_type":15, 256 | "treatment":0 257 | }, 258 | { 259 | "res_path":"*\\WINDOWS\\TEMP\\*", 260 | "montype":1, 261 | "action_type":15, 262 | "treatment":0 263 | }, 264 | { 265 | "res_path":"*hadowsock*", 266 | "montype":1, 267 | "action_type":15, 268 | "treatment":3 269 | }, 270 | { 271 | "res_path":"*rivox*", 272 | "montype":1, 273 | "action_type":15, 274 | "treatment":3 275 | }, 276 | { 277 | "res_path":"*transfer_log.json", 278 | "montype":1, 279 | "action_type":15, 280 | "treatment":3 281 | }, 282 | { 283 | "res_path":"*pac.txt", 284 | "montype":1, 285 | "action_type":15, 286 | "treatment":3 287 | }, 288 | { 289 | "res_path":"*gui*onfig.json", 290 | "montype":1, 291 | "action_type":15, 292 | "treatment":3 293 | }, 294 | { 295 | "res_path":"*2ray*", 296 | "montype":1, 297 | "action_type":15, 298 | "treatment":3 299 | }, 300 | { 301 | "res_path":"*Mikrotik*", 302 | "montype":1, 303 | "action_type":15, 304 | "treatment":3 305 | }, 306 | { 307 | "res_path":"*.pem", 308 | "montype":1, 309 | "action_type":15, 310 | "treatment":3 311 | }, 312 | { 313 | "res_path":"*.ppk", 314 | "montype":1, 315 | "action_type":15, 316 | "treatment":3 317 | }, 318 | { 319 | "res_path":"*\\Windows\\SystemResources\\*.mun", 320 | "montype":1, 321 | "action_type":2, 322 | "treatment":0 323 | }, 324 | { 325 | "res_path":"*GlobalDataRoot*", 326 | "montype":1, 327 | "action_type":15, 328 | "treatment":3 329 | }, 330 | { 331 | "res_path":"*\\Java\\jre*", 332 | "montype":1, 333 | "action_type":15, 334 | "treatment":3 335 | }, 336 | { 337 | "res_path":"*\\Mozilla Firefox\\*", 338 | "montype":1, 339 | "action_type":15, 340 | "treatment":3 341 | }, 342 | { 343 | "res_path":"*\\BaiduNetdisk\\*", 344 | "montype":1, 345 | "action_type":15, 346 | "treatment":3 347 | }, 348 | { 349 | "res_path":"*\\TaobaoProtect\\*", 350 | "montype":1, 351 | "action_type":15, 352 | "treatment":3 353 | }, 354 | { 355 | "res_path":"*\\Temporary Internet Files\\*", 356 | "montype":1, 357 | "action_type":15, 358 | "treatment":3 359 | }, 360 | { 361 | "res_path":"*\\PepperFlash\\*", 362 | "montype":1, 363 | "action_type":15, 364 | "treatment":3 365 | }, 366 | { 367 | "res_path":"*\\Microsoft\\Windows\\Cookies\\*", 368 | "montype":1, 369 | "action_type":15, 370 | "treatment":3 371 | }, 372 | { 373 | "res_path":"*\\Prefetch\\TIM*", 374 | "montype":1, 375 | "action_type":2, 376 | "treatment":0 377 | }, 378 | { 379 | "res_path":"*\\Sogou*\\*", 380 | "montype":1, 381 | "action_type":15, 382 | "treatment":3 383 | }, 384 | { 385 | "res_path":"*\\Razer\\*", 386 | "montype":1, 387 | "action_type":15, 388 | "treatment":3 389 | }, 390 | { 391 | "res_path":"*\\National Instruments\\*", 392 | "montype":1, 393 | "action_type":15, 394 | "treatment":3 395 | }, 396 | { 397 | "res_path":"*Microsoft*", 398 | "montype":1, 399 | "action_type":15, 400 | "treatment":3 401 | }, 402 | { 403 | "res_path":"*\\Internet Download Manager\\*", 404 | "montype":1, 405 | "action_type":15, 406 | "treatment":3 407 | }, 408 | { 409 | "res_path":"*\\NVIDIA Corporation\\*", 410 | "montype":1, 411 | "action_type":15, 412 | "treatment":3 413 | }, 414 | { 415 | "res_path":"*\\Temp\\*", 416 | "montype":1, 417 | "action_type":15, 418 | "treatment":0 419 | }, 420 | { 421 | "res_path":"*\\Thunder Network\\*", 422 | "montype":1, 423 | "action_type":15, 424 | "treatment":3 425 | }, 426 | { 427 | "res_path":"*\\Microsoft Office\\*", 428 | "montype":1, 429 | "action_type":15, 430 | "treatment":3 431 | }, 432 | { 433 | "res_path":"*\\VideoLAN\\*", 434 | "montype":1, 435 | "action_type":15, 436 | "treatment":3 437 | }, 438 | { 439 | "res_path":"*\\SecoClient\\*", 440 | "montype":1, 441 | "action_type":15, 442 | "treatment":3 443 | }, 444 | { 445 | "res_path":"*\\Macromedia\\Flash Player\\*", 446 | "montype":1, 447 | "action_type":15, 448 | "treatment":0 449 | }, 450 | { 451 | "res_path":"*\\Adobe\\Flash Player\\*", 452 | "montype":1, 453 | "action_type":15, 454 | "treatment":0 455 | }, 456 | { 457 | "res_path":"*\\Microsoft\\Edge\\*", 458 | "montype":1, 459 | "action_type":15, 460 | "treatment":3 461 | }, 462 | { 463 | "res_path":"*\\QMProxyAccLogObserver.log", 464 | "montype":1, 465 | "action_type":15, 466 | "treatment":0 467 | }, 468 | { 469 | "res_path":"*\\QMLogEx\\*", 470 | "montype":1, 471 | "action_type":15, 472 | "treatment":0 473 | }, 474 | { 475 | "res_path":"*Prefetch\\QBCLIENT*", 476 | "montype":1, 477 | "action_type":15, 478 | "treatment":0 479 | }, 480 | { 481 | "res_path":"*Prefetch\\QMPROXY*", 482 | "montype":1, 483 | "action_type":15, 484 | "treatment":0 485 | }, 486 | { 487 | "res_path":"*\\AMD\\*", 488 | "montype":1, 489 | "action_type":15, 490 | "treatment":3 491 | }, 492 | { 493 | "res_path":"*\\Program Files\\*\\*.ttf", 494 | "montype":1, 495 | "action_type":15, 496 | "treatment":3 497 | }, 498 | { 499 | "res_path":"*\\Program Files\\*\\*.otf", 500 | "montype":1, 501 | "action_type":15, 502 | "treatment":3 503 | }, 504 | { 505 | "res_path":"*\\xw_log\\*", 506 | "montype":1, 507 | "action_type":15, 508 | "treatment":3 509 | }, 510 | { 511 | "res_path":"*\\Program Files (x86)\\*\\*.ttf", 512 | "montype":1, 513 | "action_type":15, 514 | "treatment":3 515 | }, 516 | { 517 | "res_path":"*\\Program Files (x86)\\*\\*.otf", 518 | "montype":1, 519 | "action_type":15, 520 | "treatment":3 521 | }, 522 | { 523 | "res_path":"*\\ProgramData\\*\\*.ttf", 524 | "montype":1, 525 | "action_type":15, 526 | "treatment":3 527 | }, 528 | { 529 | "res_path":"*\\ProgramData\\*\\*.otf", 530 | "montype":1, 531 | "action_type":15, 532 | "treatment":3 533 | }, 534 | { 535 | "res_path":"*MacType*", 536 | "montype":1, 537 | "action_type":2, 538 | "treatment":0 539 | } 540 | ] 541 | } 542 | } 543 | -------------------------------------------------------------------------------- /Tencent/tencent-custom.json: -------------------------------------------------------------------------------- 1 | { 2 | "ver":"5.0", 3 | "tag":"hipsuser", 4 | "data":[ 5 | { 6 | "id":13, 7 | "power":1, 8 | "name":"Say No To Tencent", 9 | "procname":"*\\Tencent\\*", 10 | "treatment":1, 11 | "policies":[ 12 | { 13 | "montype":1, 14 | "action_type":15, 15 | "res_path":"*" 16 | } 17 | ] 18 | } 19 | ] 20 | } --------------------------------------------------------------------------------