起因

网上搜索上述相关词汇,应该会有很多新闻,知乎看雪论坛V2EX等这里就不过多赘述。
主要是QQ、Tim在后台读取浏览器记录的行为,具体可以查看大佬们复原过程及深挖的东西。
下面主要讲解决办法,及应对重要数据的保护。

解决方案

卸载QQ不在考虑之列,不是应对大众的解决方案

  1. 使用火绒安全软件进行自定义防护,(火绒多年老用户,不是跟风行为,也确实好用,推荐),具体看软件即可,很简单。分享下别人的拦截配置文件.josn(自己的懒得导出~~~),其他自定义防护配置也可以上火绒安全论坛查找适合自己的。
{
    "ver":"5.0",
    "tag":"hipsuser",
    "data":[
        {
            "id":1,
            "power":1,
            "name":"Chrome Protection",
            "procname":"*",
            "treatment":1,
            "policies":[
                {
                    "montype":1,
                    "action_type":6,
                    "res_path":"?:\\Users\\*\\AppData\\Local\\*\\User Data\\Default\\*"
                },
                {
                    "montype":1,
                    "action_type":6,
                    "res_path":"?:\\Users\\*\\AppData\\Local\\*\\Chrome\\User Data\\Default\\*"
                }
            ]
        },
        {
            "id":2,
            "power":1,
            "name":"Edge Protection",
            "procname":"*",
            "treatment":1,
            "policies":[
                {
                    "montype":1,
                    "action_type":6,
                    "res_path":"*\\User Data\\Default\\History"
                }
            ]
        },
        {
            "id":3,
            "power":1,
            "name":"Firefox Protection",
            "procname":"*",
            "treatment":1,
            "policies":[
                {
                    "montype":1,
                    "action_type":6,
                    "res_path":"?:\\Users\\*\\AppData\\Roaming\\Mozilla\\Firefox\\Profiles\\*"
                }
            ]
        },
        {
            "id":4,
            "power":1,
            "name":"防止读取浏览器历史",
            "procname":"*",
            "treatment":1,
            "policies":[
                {
                    "montype":1,
                    "action_type":6,
                    "res_path":"*\\User Data\\Default\\History"
                }
            ]
        }
    ]
}
  1. 需要防护数据推荐 .gnupg.ssh、ASF配置文件、科学上网配置文件、keepass数据库等。