@Viss Here's the gist with the payloads
https://gist.github.com/winterknight1337/ebc236af597f3e93aeaa2882168ad748. These were compiled by one of the students and shared with us.
h/t @da_667
https://infosec.exchange/@da_667/116291164722073458
malware except it only infects networking appliances that can make pc speaker beeps and boops and forces them to loop through a cacophany of all the shit we used to play on the pc speaker as kids.
mario, doom music, heretic music, descent, star wars, various shit from the mod days
this has been 'ransomware noodling with viss'.
if you select any one of these to use in a scenario, or mention as a real threat to your org, please link to this thread or give me a hat tip or something. that would be kind of you.
bonus points if you hire Phobos to run a tabletop.
waitwaitwait i have one more!
ransomware but it ONLY targets orgs that use ms teams, and it spiders the entire calendar looking for any meetings that are open, and joins them with a virtual webcam and plays the never gonna give you up video - it joins randomly between 1-10 minutes into the meeting, repeatedly, forever, for every meeting.
until you pay
Point that one at any trust in the UK health service. Guaranteed results. No one knows anything, including the so called IT teams. I could tell stories….
Sadly, you could warn them all you like and they would just shrug. I still get emails regularly (don’t ask, it’s a story involving a temp Job a decade ago) singing the praises of copilot for my daily admin.
well, not currently in a place to hire phobos but i can be *damned sure* i don't ever want to piss you off. :D
fingers crossed.
at the moment, i believe the trendy term for my situation is under-utilized...
@Viss Wow.
I'll sure as hell send a link to this to our BCM staff rn!
@zombie042 think of this entire thread this way
if this is the shit im giving away
what am i saving for customers who pay me to run tabletops for them? :D
ransomware except it converts all your documents to a confluence web site and redirects all email so that you have to read/send all emails using jira.
@Viss okay, so hear me out...
What if, and we can decide who later, we just disallow reply-all without some kind of quiz first?
Like two lists, one list allows reply-all's and the other list only gets reply-all's when they figure out Neal.fun's password game or something.
@Viss
See!
This... this is why this tool should be released on to the public.
@Viss How about
import subprocess
import time
CMD = ["eject", "-t"]
DELAY_SECONDS = 1.0
def main():
while True:
try:
subprocess.run(CMD, check=False)
except Exception:
# ignore errors and continue
pass
time.sleep(DELAY_SECONDS)
if __name__ == "__main__":
main()