“It is a sign that people aren’t happy within the U.S. government, clearly. The shooting [of Good] was the last straw for many people," Dominick Skinner, ICE list founder, told The Beast.

Information included in the new leak includes around “1,800 on-the-ground agents and 150 supervisors. Early analysis by the organization suggests that around 80 per cent of the staff identified remain employed by DHS,” according to The Beast.

  • devedeset@lemmy.zip
    link
    fedilink
    arrow-up
    0
    ·
    5 months ago

    The actual website is https://icelist.is/

    The leak is supposedly at https://wiki.icelist.is/

    The site has been hammered and either times out or gives a 403 response, which lately is accompanied by a disclaimer message which essentially says “Hosted content does not represent our company”.

    It is possible the site owners shut it all down because of the massive increase in traffic. The disclaimer message that popped up is weird. I haven’t seen any dumps show up anywhere I’m aware of.

    • partofthevoice@lemmy.zip
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      5 months ago

      I have been trying to access the site for over an hour. I don’t know if it’s authentic traffic or a DDOS, but only the front page loads. The wiki subdomain (where the list is) returns 503 server error every time.

        • partofthevoice@lemmy.zip
          link
          fedilink
          arrow-up
          0
          ·
          5 months ago

          If you get any of it, would you mind sharing what you can?

          We might be able to patch something together given multiple efforts. No telling how long the attack will last, but we can hold steady with slow progress.

            • partofthevoice@lemmy.zip
              link
              fedilink
              arrow-up
              0
              ·
              5 months ago

              Any chance you know Python, or maybe you can have ChatGPT write a script that uses bs4 to parse through each of the name hyperlinks in the html? A simple loop should be able to visit each page, cache the results on disk, and finish up eventually.

              The link doesn’t work where I am, still.

              • thermal_shock@lemmy.world
                link
                fedilink
                English
                arrow-up
                0
                ·
                edit-2
                5 months ago

                it’s very slow for me. i’m looking into python and all the other stuff. if you one specifically that will scrap the whole site, i’m down to run it. any OS except mac i can use. i can’t copy/paste each agent page, looking to scrap the whole site at once

                edit!

                i think i have it scraping it all to html files. it’s taking time, just trying to make sure it gets the agents and incidents at least.

                • partofthevoice@lemmy.zip
                  link
                  fedilink
                  arrow-up
                  0
                  ·
                  5 months ago

                  I see the edit, sweet!

                  I wouldn’t be able to write the script myself because I can’t load the site at all. So I can’t analyze the html and determine how to loop through it an extract all the additional links for scraping. Unless you want to send me the html. Then I can work with that, but without testing on the live site.

                  If you have something working though, great! Let’s just start there.

                  Check by opening one of the html files with your browser, or VSCode or something, and see if it has the data you were expecting.