Skip to content

Instantly share code, notes, and snippets.

@pansila
Created February 9, 2022 13:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pansila/981708b1fa0ec75b93ef5e7d4bef8a74 to your computer and use it in GitHub Desktop.
Save pansila/981708b1fa0ec75b93ef5e7d4bef8a74 to your computer and use it in GitHub Desktop.
一个火绒的防止流氓软件安装的规则
{
"ver":"5.0",
"tag":"hipsuser",
"data":[
{
"id":54,
"power":1,
"name":"禁垃圾软件",
"procname":"*",
"treatment":3,
"policies":[
{
"montype":1,
"action_type":1,
"res_path":"*\\360Safe"
},
{
"montype":1,
"action_type":1,
"res_path":"*\\BirdWallpaper"
},
{
"montype":1,
"action_type":1,
"res_path":"*\\fastpdf"
},
{
"montype":1,
"action_type":1,
"res_path":"*\\Fastpic"
},
{
"montype":1,
"action_type":1,
"res_path":"*\\HaloDesktop"
},
{
"montype":1,
"action_type":1,
"res_path":"*\\k52zip"
},
{
"montype":1,
"action_type":1,
"res_path":"*\\LuDaShi"
},
{
"montype":1,
"action_type":1,
"res_path":"*\\MasterPDF"
},
{
"montype":1,
"action_type":1,
"res_path":"*\\MyDrivers"
},
{
"montype":1,
"action_type":1,
"res_path":"*\\WnRecovery"
},
{
"montype":1,
"action_type":1,
"res_path":"*\\360Downloads"
},
{
"montype":1,
"action_type":1,
"res_path":"*\\MobileEmuMaster"
},
{
"montype":1,
"action_type":1,
"res_path":"*\\ApkMagicEmu"
},
{
"montype":1,
"action_type":1,
"res_path":"*\\i4Tools7"
},
{
"montype":1,
"action_type":1,
"res_path":"*\\BigFishSearch"
},
{
"montype":1,
"action_type":1,
"res_path":"*\\PDFConverter"
},
{
"montype":1,
"action_type":1,
"res_path":"*\\PeaFSearch"
},
{
"montype":1,
"action_type":1,
"res_path":"*\\极速PDF阅读器"
},
{
"montype":1,
"action_type":1,
"res_path":"*\\McSafeBox"
},
{
"montype":0,
"action_type":16,
"res_path":"*@*.exe"
},
{
"montype":1,
"action_type":1,
"res_path":"*\\HaoZip"
},
{
"montype":1,
"action_type":1,
"res_path":"*\\Program Files*\\360*"
},
{
"montype":1,
"action_type":1,
"res_path":"*\\kingsoft"
},
{
"montype":1,
"action_type":1,
"res_path":"*\\liebao"
},
{
"montype":1,
"action_type":1,
"res_path":"*\\2345Soft"
},
{
"montype":1,
"action_type":1,
"res_path":"*\\SoftMgr_2345"
},
{
"montype":1,
"action_type":1,
"res_path":"*\\Program Files*\\*2345*"
},
{
"montype":1,
"action_type":3,
"res_path":"FlashHelper*"
},
{
"montype":1,
"action_type":3,
"res_path":"*@*.exe"
},
{
"montype":1,
"action_type":1,
"res_path":"*\\Roaming\\360*"
},
{
"montype":1,
"action_type":1,
"res_path":"*\\Roaming\\*2345*"
},
{
"montype":1,
"action_type":1,
"res_path":"*\\Local\\360*"
}
]
}
]
}
@pansila
Copy link
Author

pansila commented Feb 9, 2022

大至禁了以下软件:
带@的exe文件 (一些软件下载网站下载软件实际下载的是一个文件名带@的下载器,这个下载器会安装一些流氓软件)
360全家
2345全家
金山全家(这个会禁止WPS安装,需在安装WPS时关闭,已安装的不影响)
驱动精灵
鲁大师
好压
flashhelper
小鸟壁纸
等。

@pansila
Copy link
Author

pansila commented Feb 9, 2022

用法:

把代码粘贴到任意编辑器,删除最后一行NGA生成的网址。存成.json文件(UTF-8编码),在火绒菜单---》安全设置---》高级防护--》自定义防护里导入

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment