An established cybercrime group with a track record of attacking political targets posted on Tuesday roughly two gigabytes of data from the Heritage Foundation, a prominent conservative think tank based in Washington, D.C.

Self-described “gay furry hackers,” SiegedSec said it released the data in response to Heritage Foundation’s Project 2025, a set of proposals that aim to give Donald Trump a set of ready-made policies to implement if he wins this fall’s election.

The data includes the “full names, email addresses, passwords, and usernames” of people associating with Heritage, vio said, including users with U.S. government email addresses.

The attack was carried out as part of SiegedSec’s “OpTransRights,” campaign, which has previously included the defacement of government websites and data theft from states either considering or implementing anti-abortion or anti-trans legislation.

SiegedSec, which emerged on Telegram in April 2022, has also targeted various NATO portals, the city of Fort Worth and a company involved in the monitoring of offshore oil and gas facilities.

  • PaX [comrade/them, they/them]
    ·
    edit-2
    2 months ago

    Open Firmware is a specification for software built into your computer that brings all the hardware up and boots your operating system. On PCs, there was/is something analogous called the BIOS but Intel has made something more modern called UEFI (which I don't know too much about tbh)

    What makes Open Firmware so cool is you get a full Forth programming environment (stack-based programming language) to work with within moments of turning on your computer which makes it really versatile. I'm not too sure of the exact history but when Apple, IBM, Motorola were developing the PowerPC architecture in the 90s and they needed some kind of standard software to bring up their computers they decided on an Open Firmware implementation

    Maybe I should write a longer post about it

    And brb, made plans to touch-grass with friend

    • ashinadash [she/her]
      ·
      2 months ago

      I will read and upbear that post, sounds rad :)

      So aside from just being a Bios But Cooler, what're the actual practical applications of having a Forth environment at boot? I'm picturing somethin like the boot disks for old microcomputers, which were iirc much closer to hardware than something like Windoze.