Palo Alto Networks CTO Talks Securing ‘Code to Cloud’

0
68

[ad_1]

Picture: Timon/Adobe Inventory
Palo Alto Networks held its annual Code to Cloud Cybersecurity Summit Thursday, specializing in cloud, DevOps and safety. Specialists mentioned tendencies, alternatives and challenges with coding and the cloud.
Not too long ago, Palo Alto Networks’ Unit 42 issued a cloud risk report discovering that the typical safety workforce takes six days to resolve a safety alert. Its State of Cloud-Native Safety Survey revealed 90% of organizations can’t detect, include and resolve cyberthreats inside an hour. Unit 42 additionally not too long ago printed new API risk analysis, which discovered that 14.9% of assaults in late 2022 focused cloud-hosted deployments.
Among the many audio system on the occasion was Ory Segal, chief know-how officer at Palo Alto Networks Prisma Cloud, who joined a panel on how cloud safety may be aligned with the aggressive growth cycle underneath which builders work.
Previous to the occasion, he spoke to TechRepublic about defending the software program growth course of and cloud-native software platforms (CNAPP). (Determine A)
Determine A
Ory Segal, chief know-how officer at Palo Alto Networks.
Leap to:

CNAPP as a platform
TR: What constitutes a CNAPP (cloud-native software safety platform) now? What falls underneath that banner, and the way do you untangle the completely different approaches to it on the subject of DevOps safety, on the subject of … [reducing] vulnerabilities in purposes lifted to the cloud or written for cloud environments?
Segal: Totally different corporations get to the purpose the place they are often thought of CNAPPs based mostly on their journey. Some began from container safety, like Twistlock (acquired by Palo Alto Networks) or Aqua safety, for instance. Some arrived … from cloud safety posture administration. So it actually will depend on who you ask. However I like Gartner’s standpoint: The emphasis is on holistic cloud native safety, so it’s not about “cloud safety,” “workload safety” or “code safety.” It’s about offering a platform that permits you to apply the suitable forms of safety controls all through the event lifecycle, from the second you begin coding to the cut-off date if you end up deployed and monitoring the workloads. And underneath that fall many, many various classes of merchandise, not all of which might be immediately considered part of CNAPP.
TR: What are some good examples of CNAPP throughout the growth cascade or cycle? Is CNAPP a blanket time period for any DevSecOps?
Segal: So clearly, scanning infrastructure-as-code templates as you develop software program to just be sure you will not be embedding any sort of dangers or misconfigurations on the left; doing software program composition evaluation to keep away from or stop the danger [of bad code or vulnerabilities] from getting deployed. Even doing static evaluation, one thing that as we speak we’re exploring however will not be but providing, however I feel SAST (static software safety testing), DAST (dynamic software safety testing) and IAST (interactive software safety testing), all of that are software safety testing generally, are components of that.
SEE: Sticking to the standard playbook is a mistake for cloud safety (TechRepublic)
TR: And additional to the suitable extra towards manufacturing?
Segal: After which as you construct the product, scanning and securing artifacts, accompanying the method of deployment to the cloud, monitoring and defending the workloads as they run. And that features runtime safety, WAF (internet software firewall), [application programming interface] safety, and issues which are extra associated truly to safety operations facilities, monitoring the workloads.
Securing the software program growth pipeline
TR: With all of those purposes that fall underneath CNAPP, is there an space that isn’t sufficiently addressed by many of the options out there?

Should-read safety protection

Segal: Sure, on prime of that, and one thing that we’re presently exploring because of our acquisition of Cider Safety — and one thing that almost all disregard or haven’t but thought of — is the safety of the CI/CD (steady integration/steady growth) pipeline itself, which in trendy growth environments constitutes very subtle and complicated purposes by themselves.
TR: However isn’t the CI/CD pipeline simply the beads within the necklace, because it had been? What, in concrete phrases, is the excellence between the CI/CD pipeline and the step-wise DevOps code-to-cloud processes?
Segal: It’s not the applying that you’re constructing in your clients, however quite the applying that you’re utilizing to construct your individual software program; third-party libraries that you simply’re bringing in, for instance, or if we’re utilizing Jenkins or CircleCI to construct code and generate artifacts, are we securing these factors as properly? As a result of I can write essentially the most safe cloud-native software and deploy it, but when any individual can someway tamper with the pipeline itself — with my construct and deployment course of — all the safety that I’m embedding in my very own code will not be worthwhile.
TR: As a result of any individual can simply poison the pipeline.
Segal: They will embed malware, as we noticed occur to SolarWinds in 2020 and have seen quite a few occasions currently. And so that is one thing that we’re additionally now contemplating part of CNAPP, regardless that you received’t usually see it described that manner.
How the general public cloud creates vulnerabilities for CI/CD
TR: How are cloud-based, open-sourced codebases and hybrid work affecting CI/CD?
Segal: The way in which we used to construct software program — and I’m not speaking concerning the languages and the frameworks, I’m speaking merely concerning the construct course of itself — we might run supply code administration domestically, on a server, not even a knowledge middle, however our personal IT infrastructure. We might pull and push code domestically, construct after which burn it on a CD and ship it to our clients. Right now, many of the organizations that we work with use some sort of GIT repository, utterly on the general public web, and utilizing increasingly more providers to do the construct. Jenkins, GitLab, CircleCI, for instance, most of that are consumed as build-as-a-service platforms.
TR: So, not native in any sense and never protected inside a fringe?
Segal: In essence, the whole workflow is hosted on the general public web to some extent. Moreover, builders usually use their very own laptops to develop, usually accessing their GIT repositories by a browser. And in the event that they occur to obtain and reply to a phishing e-mail or different social engineering assault, they’d be weak to the actor manipulating them and stealing, for instance, session tokens from the browser, which might then give the attacker direct entry to the GitHub repository. From there, they’ll start to poison the event course of. So from the standpoint of zero belief, we’re exposing essentially the most delicate factors in the best way we develop software program as we speak, so it’s not very properly managed. So, no, there is no such thing as a perimeter anymore.
Defending the availability chain
TR: By way of defending the availability chain, going again to different merchandise designed to make sure the hygiene of the CI/CD pipeline, I’m conscious of merchandise, some open supply on the market, like in-toto, which assures signatures for each step within the growth course of, so there aren’t any factors left invisible and weak.
Segal: I’ve checked out that undertaking. We not too long ago, just a few months in the past, acquired an organization in Israel, a startup referred to as Cider, that was actually a pioneer on this area. And as a part of that acquisition, we’re creating a brand new safety module that applies safety guardrails to the CI/CD pipeline.
TR: What does this do for safety groups?
Segal: For a safety individual, it “activates the lights,” illuminating the event pipelines, as a result of as we speak IT safety software groups are utterly out of the loop on the subject of this CI/CD course of, because of the truth that we’ve got shifted from a waterfall mannequin to a transport mannequin, and meaning giant percentages of our clients are pushing code a number of occasions a day — or a number of occasions every week. There’s loads of aggressive stress for groups to develop and push increasingly more new issues each week, so builders are tremendous busy with coding performance. Even anticipating them to make use of static code evaluation is a bit on the market. On this paradigm, the IT safety or software safety groups can’t be the choke factors. They can’t be blockers; they have to be perceived as helping.
TR: And what does that imply in observe?
Segal: Meaning they can not cease processes to scan every code that’s being pushed. And so they positively don’t have any visibility into the character of CI/CD pipelines, or the place builders are pushing code to, or what the artifacts and dependencies are or whether or not or not there are dangers, akin to whether or not build-as-a-service plugins have entry to code.
TR: By ‘artifacts,’ you imply binaries?
Segal: It could possibly be binaries, container pictures, serverless operate code and even EC2 (Amazon’s cloud computing platform) pictures. It contains all of the third-party packages, packaged normally as pictures or capabilities able to get pushed to the cloud.
Palo Alto Networks Prisma Cloud to reinforce CI/CD safety
TR: So you might be popping out with a Palo Alto Prisma Cloud product particular to securing CI/CD.
Segal: Sure, we’re planning so as to add a CI/CD safety module to the Prisma Cloud platform to assist safe the software program provide chain. You begin by onboarding your cloud accounts, your code repositories, your construct processes. After which we begin scanning all the things. We are going to scan your code on the left. We are going to scan these associated artifacts — the container pictures, for instance — when they’re constructed, and we are going to apply runtime safety on the suitable. And the entire thing is ruled and operated by the Cloud Safety workforce, which is liable for the end-to-end course of for all the things till you push it to the cloud. It’s ensuring that the cloud account is safe, ensuring that you simply don’t have any property with dangers being deployed to the cloud.
SEE: Why cloud safety has a “forest for bushes” downside (TechRepublic)
TR: Clearly, shifting left is paramount as a result of after you have deployed to the cloud flawed or weak codebases, you’ve created a hydra, proper?
Segal: One line of code, for instance, in a file that you simply write, goes right into a repository that may generate a number of container pictures that get deployed into many, many various clusters on a number of cloud accounts. And so should you had been to play that sort of whack-a-mole and assault the issue on the suitable, you would need to go and repair and patch hundreds of situations of the identical downside.
How Palo Alto Networks avoids the ‘hydra downside’
TR: In the event you wait till it’s already on the market, you might be coping with not one downside, however hundreds.
It turns into a disseminated downside. How do you repair that?
Segal: Give it some thought this fashion: You make a mistake within the code of a buying cart performance in your software, which is now deployed to five,000 containers which are operating redundantly to assist the site visitors on a number of clouds — Google Cloud, AWS, Azure, no matter — in a number of areas. Now, you get a scanning alert from the runtime aspect saying you’ve 5,000 situations which are weak. In case your platform is clever sufficient, you’ll be able to map all of it the best way again to that dangerous line of code and that particular code dedicated by that particular developer. You’ll be able to open a ticket to that developer to repair the issue and resolve it in these hundreds of situations. Additionally, you’ll want to prioritize these points: Let’s say you’re trying on the outcomes on the code stage, and also you see a thousand issues that you must repair. How are you aware which downside is essentially the most extreme? In the event you now have data from the reside setting, you’ll be able to establish weak code being utilized in a manufacturing mission-critical setting, versus an issue that’s solely in your staging setting, which isn’t as extreme and is definitely not an imminent risk. These are the sorts of issues {that a} CNAPP permits you, supposedly, to do.
TR: Nicely, that’s crucial as a result of it saves loads of time doubtlessly?
Segal: That’s proper, as a result of there are thousands and thousands of potential dependencies and actually you solely must deal with those which are related. Having that runtime visibility, and never solely trying on the static aspect, is what could make a giant distinction. In Prisma Cloud, for instance, our Cloud Workload Safety registers which software program packages are literally loaded into reminiscence within the operating containers. And that is gold. This knowledge is strictly what you want to be able to know prioritize what you need to repair first.

[ad_2]