I read an article about ransomware affecting the public transportation service in Kansas, and I wanted to ask how this can happen. Wikipedia says these are “are typically carried out using a Trojan, entering a system through, for example, a malicious attachment, embedded link in a phishing email, or a vulnerability in a network service,” but how? Wouldn’t someone still have to deliberately click a malicious link to install it? Wouldn’t anyone working for such an agency be educated enough about these threats not to do so?

I wanted to ask in that community, but I was afraid this is such a basic question that I felt foolish posting it there. Does anyone know the exact process by which this typically can happen? I’ve seen how scammers can do this to individuals with low tech literacy by watching Kitboga, but what about these big agencies?

Edit: After reading some of the responses, it’s made me realize why IT often wants to heavily restrict what you can do on a work PC, which is frustrating from an end user perspective, but if people are just clicking links in emails and not following basic internet safety, then damn.

  • Classy Hatter@sopuli.xyz
    link
    fedilink
    arrow-up
    5
    ·
    edit-2
    5 months ago

    There’s a new similar phishing attack thanks to Google and their .zip domain. Web browsers support a feature that lets you use addresses of the form protocol://username:[email protected]. That feature allows you to log in to domain.tld with the given credentials. When you combine that with Unicode forward slashes, you can craft addresses that look like https://microsoft.com/files/@windowsupdate.zip, where the part between https:// and @ is a username and the part after @ is the actual address most likely used for malicious intends. My example uses normal slashes, so will lead to Microsoft’s website and page not found error. windowsupdate.zip is a domain someone has registered, but leads to no-where as of today. PSA: Don’t go to random web addresses you find on the Internet or elsewhere.