In December 2024, Microsoft Threat Intelligence identified a malware campaign stemming from pirate streaming sites. Using iframe malvertising redirector URLs to generate revenue, and redirects up to five layers deep, malware payloads hosted on GitHub, Discord and Dropbox, acted as a dropper for additional payloads hosted elsewhere. Microsoft says the goal was to steal information and it believes almost a million devices were infected.

  • Lyra_Lycan
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    6 hours ago

    You can turn it off for a device to connect to that site, or add it globally. You can also choose which block lists you use (they’re available from a list), some are too much. If a certain request from a specific device is being blocked when the site breaks, you can tap to add it to a whitelist. I also manipulate a local Home Assistant installation to host a whitelist that can be switched on/off as requested. I just hit app -> filters -> whitelist -> en/disable

    Also it can moderate all traffic. You can block or add anything, with presets for porn if you’re not about that

    • Kualdir@feddit.nl
      link
      fedilink
      English
      arrow-up
      1
      ·
      6 hours ago

      Woah actually sounds interesting, and this is all possible just with adguard or how did you set it up?

      I am looking into setting up Home Assistant once I’ve secure an appartement but it seems kinda complicated.

      • Jakeroxs@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        5 hours ago

        You point either your dns on the router to it, set it as the DHCP server (that’s what I had to do as my modem/router from att didn’t support dns change) or point your devices to it manually in their individual settings, which works if you only use them on that network or have it accessible on the net.

        If you’re serious about a homelab, there’s a ton of info online, I highly recommend learning docker through Linux if you’re not already familiar with it, makes self hosting service a lot easier in most cases. I actually run Adguard home specifically in an LXC container in one of my proxmox nodes “bare metal”, however you can use docker for it as well, just was easier for me to not deal with port overlap