After reading this article, I had a few dissenting thoughts, maybe someone will provide their perspective?

The article suggests not running critical workloads virtually based on a failure scenario of the hosting environment (such as ransomware on hypervisor).

That does allow using the ‘all your eggs in one basket’ phrase, so I agree that running at least one instance of a service physically could be justified, but threat actors will be trying to time execution of attacks against both if possible. Adding complexity works both ways here.

I don’t really agree with the comments about not patching however. The premise that the physical workload or instance would be patched or updated more than the virtual one seems unrelated. A hesitance to patch systems is more about up time vs downtime vs breaking vs risk in my opinion.

Is your organization running critical workloads virtual like anything else, combination physical and virtual, or combination of all previous plus cloud solutions (off prem)?

  • floofloof@lemmy.ca
    link
    fedilink
    English
    arrow-up
    16
    ·
    17 hours ago

    Most organizations will avoid patching due to the downtime alone, instead using other mitigations to avoid exploitation.

    If you can’t patch because of downtime, maybe you are cheaping out too much on redundancy?

    • RedFoxOP
      link
      fedilink
      English
      arrow-up
      2
      arrow-down
      1
      ·
      11 hours ago

      Yeah, that’s pretty risky for this point in time.

      I guess the MBA people look at total cost of revenue/reputation loss for things like ransomware recovery, restoration of backups vs the cost of making their IT systems resilient?

      Personally, I don’t think so (in many cases) or they’d spend more money on planning/resilience.

  • superkret@feddit.org
    link
    fedilink
    English
    arrow-up
    11
    ·
    edit-2
    14 hours ago

    I work for a newspaper. It was published without fail every single day since 1945 (when my country was still basically just rubble, deservedly).
    So even when all our systems are encrypted by ransomware, the newspaper MUST BE ABLE TO BE PRINTED as a matter of principle.
    We run all our systems virtualized, because everything else would be unmaintainable and it’s a 24/7 operation.

    But we also have a copy of the most essential systems running on bare metal, completely air-gapped from everything else, and the internet.
    Even I as the admin can’t access them remotely in any way. If I want to, I have to walk over to another building.

    In case of a ransomware attack, the core team meets in a room with only internal wifi, and is given emergency laptops from storage with our software preinstalled. They produce the files for the paper, save them on a USB stick, and deliver that to the printing press.

      • superkret@feddit.org
        link
        fedilink
        English
        arrow-up
        1
        ·
        4 hours ago

        We don’t. It’s a separate, simplified system that only lets the core team members access the layout-, editing- and typesetting-software that is locally installed on the bare metal servers.
        In emergency mode, they get written articles and images from the reporters via otherwise unused, remotely hosted email addresses, and as a second backup, Signal.
        They build the pages from that, send them to the printers, and the paper is printed old-school using photographic plates.

          • superkret@feddit.org
            link
            fedilink
            English
            arrow-up
            1
            ·
            edit-2
            4 hours ago

            It’s less than the cost of our cybersecurity insurance, which will probably drop us on a technicality when the day comes.
            And it’s not entirely an economic decision. The paper is family-owned in the 3rd generation, historically relevant as one of the oldest papers in the country, and absolutely no one wants to be the one in charge when it doesn’t print for the first time ever.

    • RedFoxOP
      link
      fedilink
      English
      arrow-up
      5
      ·
      11 hours ago

      Seems like your org has taken resilience and response planning seriously. I like it.

      • superkret@feddit.org
        link
        fedilink
        English
        arrow-up
        4
        ·
        11 hours ago

        Another newspaper in our region was unprepared and got ransomwared. They’re still not back to normal, over a year later.
        After that, our IT basically got a blank check from executive to do whatever is necessary.

        • RedFoxOP
          link
          fedilink
          English
          arrow-up
          4
          ·
          11 hours ago

          Blank check

          Funny how that seems to often be the case. They need to see the consequences, not just be warned. An ‘I told you so’ moment…

          • superkret@feddit.org
            link
            fedilink
            English
            arrow-up
            1
            ·
            8 hours ago

            I’m just glad they got to see the consequences in another company.
            Their senior IT admin had a heart attack a month after the ransomware attack.

    • 0x0@programming.dev
      link
      fedilink
      English
      arrow-up
      2
      ·
      14 hours ago

      save them on a USB stick

      …which is also kept with the air-gaped system and tossed once used, i assume…

      • superkret@feddit.org
        link
        fedilink
        English
        arrow-up
        3
        ·
        14 hours ago

        There’s several for redundancy, in their original packaging, locked in a safe, and replaced yearly.

  • 0x0@programming.dev
    link
    fedilink
    English
    arrow-up
    4
    ·
    14 hours ago

    It the virtual borks, spin it back up. That’s a plus.

    Some should run at least one instance baremetal, like domain controllers.

    It’s not a one-size-fits-all.

  • Im_old@lemmy.world
    link
    fedilink
    English
    arrow-up
    25
    ·
    23 hours ago

    That article is SO wrong. You don’t run one instance of a tier1 application. And they are on separate DCs, on separate networks, and the firewall rules allow only for application traffic. Management (rdp/ssh) is from another network, through bastion servers. At the very least you have daily/monthly/yearly (yes, yearly) backups. And you take snapshots before patching/app upgrades. Or you even move to containers, with bare hypervisors deployed in minutes via netinstall, configured via ansible. You got infected? Too bad, reinstall and redeploy. There will be downtime but not horrible. The DBs/storage are another matter of course, but that’s why you have synchronous and asynchronous replicas, read only replicas, offsites, etc. But for the love of what you have dear, don’t run stuff on bare metal because “what if the hypervisor gets infected”. Consider the attack vector and work around that.

    • thirteene@lemmy.world
      link
      fedilink
      English
      arrow-up
      4
      ·
      22 hours ago

      You can prevent downtime by mirroring your container repository and keeping a cold stack in a different cloud service. We wrote an loe, decided the extra maintenance wasn’t worth the effort to plan for provider failures. But then providers only sign contracts if you are in their cloud and you end up doing it anyways.

      Unfortunately most victims aren’t using best practices let alone industry standards. The author definitely learned the wrong lesson though.

  • CameronDev@programming.dev
    link
    fedilink
    English
    arrow-up
    16
    ·
    edit-2
    22 hours ago

    If the hypervisor or any of its components are exposed to the Internet

    Lemme stop you right there, wtf are you doing exposing that to the internet…

    (This is directed at the article writer, not OP)

    • RedFoxOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      11 hours ago

      Lol, even in 2024 with free VPN/overlay solutions…they just won’t stop public Internet exposure of control plane things…

      • CameronDev@programming.dev
        link
        fedilink
        English
        arrow-up
        2
        ·
        17 hours ago

        Sure, but the author makes it sounds like thats its their standard way of doing things, which is insane.

        And if you do have a misconfiguration, the rational thing is to fix that, not dump the entire platform.

  • linearchaos@lemmy.world
    link
    fedilink
    English
    arrow-up
    11
    ·
    21 hours ago

    Heh, whatever you do don’t do what everybody in the world has been doing successfully for the past 20 years.

  • catloaf@lemm.ee
    link
    fedilink
    English
    arrow-up
    15
    ·
    23 hours ago

    “Don’t use virtualization”, says exec whose product doesn’t run on virtualization

  • solrize@lemmy.world
    link
    fedilink
    English
    arrow-up
    6
    ·
    23 hours ago

    Most everything everywhere is virtual these days, even when the host hardware is single tenant. Companies running hosted applications on bare metal are rare. I run personal stuff that way because proxmox was too much hassle, but a more serious user would have just dealt with it.

  • ramielrowe@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    22 hours ago

    If we boil this article down to it’s most basic point, it actually has nothing to do with virtualization. The true issue here is actually centralized infra/application management. The article references two ESXi CVE’s that deal with compromised management interfaces. Imagine a scenario where we avoid virtualization by running Kubernetes on bare metal nodes, and each Pod gets exclusive assignment to a Node. If a threat actor has access to the Kubernetes management interface, and can exploit a vulnerability to access that management interface, it can immediately compromise everything within that Kubernetes cluster. We don’t even need to have a container management platform. Imagine a collection of bare-metal nodes managed by Ansible via Ansible Automation Platform (AAP). If a threat actor has access to AAP and exploit it, it then can compromise everything managed by that AAP instance. This author fundamentally misattributes the issue to virtualization. The issue is centralized management and there are significant benefits to using higher-order centralized management solutions.

    • RedFoxOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      11 hours ago

      Agreed.

      Dont we all use centralized management because there is cost and risk involved when we don’t.

      More management complexity, missed systems, etc.

      So we’re balancing risk vs operational costs.

      Makes sense to swap out virtual for container solutions or automation solutions for discussion.

    • francisfordpoopola@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      20 hours ago

      Would you care to expand on this? I understand many of the pieces mentioned but am not an expert on this and am trying to learn.