MULEGEEK TECHNOLOGIESMULEGEEK TECHNOLOGIES
  • 4G
  • 5G
  • Broadcast
  • Education
  • Mobile
  • streaming
  • Software
Facebook Twitter Instagram
Facebook Twitter Instagram
MULEGEEK TECHNOLOGIESMULEGEEK TECHNOLOGIES
  • 4G

    Colorado Opens Doubleheader Weekend by Hosting Swarm Friday

    February 2, 2023

    BSNL Offers Cheapest Postpaid Plan at Rs 199: Check Benefits

    January 31, 2023

    Lamar County Sheriff Inmate Booking Report || Jan. 30, 2023

    January 30, 2023

    Cohere Technologies Receives Funding From Bell Ventures for

    January 30, 2023

    With 5.7% CAGR, Enterprise WLAN Market Size Worth USD 9.59

    January 30, 2023
  • 5G

    Sunil Mittal lauds focus on 5G tech in this year’s Budget

    February 2, 2023

    iQOO 11 5G Review: Does It End Your Quest for the Ultimate Smartphone?

    January 31, 2023

    BSNL moves into the private 5G network space – Developing Telecoms

    January 30, 2023

    Oppo Reno8 T 5G and Enco Air3 set to launch on February 3 in India

    January 30, 2023

    Mafab Communications targets infrastructure sharing to push 5G service

    January 30, 2023
  • Broadcast

    2 former Tigers players joining TV broadcast team in 2023

    February 2, 2023

    Longtime Hawaii sports broadcaster Jim Leahey dies at 80

    January 31, 2023

    BBC Arabic Radio Airs Final Broadcast After 85 Years

    January 30, 2023

    Gracey swaps W Series for SailGP broadcast role

    January 30, 2023

    Lte And 5G Broadcast Market Analysis by Growth Facts and Revenue Figures over 2023 – 2032

    January 30, 2023
  • Education

    How technology will transform global education in 2023

    January 27, 2023

    MassBay Community College Offering Free Computer & Technology Education and Training to Unemployed and Underemployed Workers

    January 27, 2023

    Need to focus on reshaping technology education, says CM Naveen Patnaik

    January 26, 2023

    Tech ed students make cornhole sets for Winter Regatta – WJFW-TV

    January 26, 2023

    Ontario updating curriculum for computer, technological education

    January 24, 2023
  • Mobile

    Nova Labs Launches New IoT Integration Arm, 1663™

    February 2, 2023

    Reforms to enable speedy 5G roll outs, help consumers, Telecom News, ET Telecom

    January 31, 2023

    NXP Semiconductor delivers mixed results as mobile and IoT chip demand falters

    January 31, 2023

    Aalto University starting a new doctoral program with Nokia

    January 30, 2023

    ROSALIND FRANKLIN UNIVERSITY ANNOUNCES $1 MILLION IN NEW FUNDING FROM NORTHSHORE UNIVERSITY HEALTH SYSTEM TO EXPAND MOBILE CLINIC COMMUNITY OUTREACH

    January 30, 2023
  • streaming

    Buy or Bootleg: Save Your Favorite Streaming Media by Any Means Necessary

    February 2, 2023

    'The Adam Project' stands out amongst streaming duds – ECM Publishers

    January 31, 2023

    ‘Kidding’ Removed From Showtime Streaming — Full List of Removed Shows

    January 31, 2023

    ‘WWE Monday Night RAW’ (1/30/23) free live stream: How to watch Season 31, Episode 5 online without cable

    January 30, 2023

    Southwest’s Loss, Comcast’s Growth, and Netflix’s Strategy

    January 30, 2023
  • Software

    Azentio Software recognized as a Notable Vendor in Leading Research Firm’s Digital Banking Engagement Platforms Report

    January 31, 2023

    Hackers Use TrickGate Software to Deploy Emotet, REvil, Other Malware

    January 30, 2023

    Updates To ezPaycheck Software Enables Trucking Companies Start Payroll, Mid-Year Easily

    January 30, 2023

    Major government tech contractors use monopolistic vendor-lock to drive revenue: study

    January 30, 2023

    Calibrite launches brand new monitor calibration software suite

    January 29, 2023
MULEGEEK TECHNOLOGIESMULEGEEK TECHNOLOGIES
Home»Software»Oxeye Brings Multilayer Approach to Software Security Testing – The New Stack
Software

Oxeye Brings Multilayer Approach to Software Security Testing – The New Stack

By mulegeek-June 8, 2022No Comments6 Mins Read
Facebook Twitter Pinterest LinkedIn Tumblr Email
Share
Facebook Twitter LinkedIn Pinterest Email

In cloud native environments, the usual alphabet soup of application security testing tools just don’t cut it anymore, according to Dean Agron, cofounder of Israeli-based Oxeye, which is forging a different path.

He’s referring to SAST (static application security testing), DAST (dynamic application security testing), IAST (interactive application security testing) and SCA (software composition analysis).

“The application security testing landscape, today it’s very fragmented,” he said. “You can’t have just one solution. You need a static one with a dynamic one. You may need an interactive one … So you need a full suite of products.”

Oxeye is bringing those capabilities together in one tool, as well as answering developers’ most-asked question: “In exactly which line of code do I find the vulnerability?”

The 15-person startup, launched in early 2021, unveiled its Cloud Native Application Security Testing (CNAST) platform in November, and announced general availability recently at KubeCon EU in Valencia, Spain.

Because modern applications are distributed, they have many components built by multiple teams in different times deployed in different times. Today’s solutions were not designed for distributed environments, which results in lack of visibility and too much noise, he explained in an interview at KubeCon EU.

“Lack of visibility means that today apps engineers and managers are expected to govern the risk of applications, but they do not have a real full picture of the building blocks. On top of that, when you use static scanners on highly distributed applications, the result is that you see many vulnerabilities that may exist in theory, but they don’t really exist in real life, because the code is not executed, or it’s not accessible from the internet, or the security measures are implemented in a different path of the application. With that lack of visibility, that noise of vulnerabilities eventually creates a lot of frustration,” said Agron, the company’s CEO.

Multiple Layers

Oxeye is deployed as a container as a daemon set with one Kubectl command into your testing or staging environment. You don’t have to change anything in your code, in third-party packages or in the infrastructure configuration. This container, called the Oxeye Observer, collects data from the customer’s environment.

CTO and co-founder Ron Vider explained the multi-step process that follows:

The first step is to understand the way the application is built from infrastructure perspective: the container, the cluster and the cloud.

The second step is to detect and locate potential security issues in the custom code written by the developers and third-party packages.

“The observer will explain each one of the different microservices in the environment, then using a static approach based on the files on the file system, it detects security issues,” he explained.

The third step, because modern applications usually are built on microservices architectures, is to provide flow tracing and understand the way the microservices communicate with each other. It uses the Cloud Native Computing Foundation project Open Telemetry for this.

“An example flow can start in the external API that is exposed to the internet and then it goes through different third-party components like message queues like Kafka, Rabbit MQ, SQS, s3 buckets or even direct connections using HTTP or gRPC,” Vider said.

In step four, based on the first three steps, it sends active payloads to the environment to analyze the behavior of the application at runtime, automatically creating and executing security tests to validate vulnerabilities prior to reporting.

“It sends all this data to our SaaS platform that is responsible to stitch it all together and prioritize the vulnerabilities based on the real risk by exposing the entire application with the context between the microservices and between the infrastructure layer,” he said.

The final step is to give the results to the end user, which if it’s a developer, it could be a message on Slack, an issue on GitHub or a Jira ticket. It points to the exact line of code where the vulnerability lies. Alternatively, there’s a dedicated dashboard for web application security teams where they can gain visibility into which vulnerabilities exist in their cloud native applications.

Because Oxeye analyzes the application, it provides full dependency tree of which packages and services are running, when they were developed, by whom, and under what license — a full dynamic software bill of materials (SBOM).

Visibility at Runtime

When asked about that cliched phrase “shift left” and whether runtime was the time to be concerned about vulnerabilities, Agron took a “shift everywhere” stance — that security should be a focus at every stage.

“On the one hand, there should be a code of policies on secure coding, or for developers to deploy or commit to the code repository. On the other hand, when looking for vulnerabilities, doing that in a distributed environment, without understanding the context of the relations between the components, you get lost because you’ll have too many vulnerabilities,” he said.

“So our position is quite radical. I’m not saying to go right to production, but the moment you have a pre-production environment, staging environment, the runtime environment, this is where you can focus on the exploitable vulnerabilities because you’re able to find them and point them out. And that’s where we are.”

They point to rivals Snyk, Checkmarx and Synopsis as their closest competitors, though they peg them as “mostly static,” while some up-and-comers like StackHawk are more focused on dynamic testing.

“Our disruptive approach is that we work in multiple phases, where we start with the static, but then on top of that, we add additional layers. We add the application flow tracing; we add the infrastructure analysis, which are cloud native layers; and eventually, we offer the dynamic piece, and that gives a much [more] comprehensive analysis than just static or just dynamic, and that this is what we see is our core advantage,” Agron said.

Releasing Open Source Tools

Agron and Vider launched the Tel Aviv-based company in early 2021. Agron comes from stints as security analyst and software engineer at KayHut, Imperva and Check Point Software. Vider previously was a security researcher for Orca Security and the Israeli Intelligence Corps.

Oxeye emerged from stealth in November and announced a $5.3 million seed round led by MoreVC, a seed-stage venture capital fund in Israel.

In January, the company released Ox4Shell, an open source tool released in the wake of Log4J exploits that exposes hidden payloads being used to confuse security protection tools and security teams. It’s designed to help security teams more clearly understand what threat actors are trying to achieve and what they can do to thwart them.

It’s said to be the first of several such tools the company will be releasing this year.

The New Stack is a wholly owned subsidiary of Insight Partners, an investor in the following companies mentioned in this article: Checkmarx.

Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
mulegeek-
  • Website

Related Posts

Azentio Software recognized as a Notable Vendor in Leading Research Firm’s Digital Banking Engagement Platforms Report

January 31, 2023

Hackers Use TrickGate Software to Deploy Emotet, REvil, Other Malware

January 30, 2023

Updates To ezPaycheck Software Enables Trucking Companies Start Payroll, Mid-Year Easily

January 30, 2023

Leave A Reply Cancel Reply

Categories
  • 4G
  • 5G
  • Broadcast
  • Education
  • Mobile
  • Software
  • streaming

Subscribe to Updates

Get the latest creative news from FooBar about art, design and business.

Nova Labs Launches New IoT Integration Arm, 1663™

February 2, 2023

Buy or Bootleg: Save Your Favorite Streaming Media by Any Means Necessary

February 2, 2023

Colorado Opens Doubleheader Weekend by Hosting Swarm Friday

February 2, 2023

Sunil Mittal lauds focus on 5G tech in this year’s Budget

February 2, 2023
Facebook Twitter Instagram Pinterest
  • About Us
  • Cookies policy
  • Terms of services
  • Contact us
  • DIsclaimer
© 2023Designed by mulegeek.

Type above and press Enter to search. Press Esc to cancel.

We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies. However, you may visit "Cookie Settings" to provide a controlled consent.
Cookie SettingsAccept All
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT