Home / Companies / Sysdig / Blog / July 2022

July 2022 Summaries

12 posts from Sysdig

Filter
Month: Year:
Post Summaries Back to Blog
Amazon has introduced GuardDuty Malware Protection, a new service designed to identify and manage malware threats across AWS environments by scanning EC2 workloads without requiring agent deployment. This service, announced at AWS Re:inforce, allows cloud security teams to detect and respond to potential malware threats while minimizing operational overhead. It integrates with third-party solutions like Sysdig Secure, which can utilize GuardDuty's findings to enhance security workflows through Amazon EventBridge. Sysdig Secure uses Falco, an open-source threat detection engine, to correlate malware findings with other suspicious activities, offering insights into the impact and presence of malware. This integration allows for automated response actions, such as stopping infected containers, and supports forensics capabilities, including capturing system call activity data. By combining AWS's agentless malware detection with Sysdig's real-time security insights, organizations can better protect their cloud infrastructure from evolving malware threats.
Jul 26, 2022 1,132 words in the original blog post.
Sysdig's July 2022 update highlights several enhancements and new features across its ecosystem, focusing on cloud security and monitoring capabilities. Notably, the Sysdig Monitor now integrates AWS CloudWatch Metric Streams via Kinesis Firehose, enabling comprehensive AWS metrics ingestion. The release includes nine new dashboards and alerts for various AWS services like ALB, EBS, and Lambda. Additionally, there have been updates to Falco rules with new security rules concerning GCP and malicious activities, and the Sysdig Agent has been released in version v12.7.1. Various tools such as the Sysdig CLI, Python SDK, and Terraform Provider also saw updates, alongside new releases like the Runtime Vulnerability Scanner v1.2.0 and Sysdig Jenkins Plugin v2.1.16. The update is rounded off with new webinars, educational resources, and participation in upcoming tradeshows, underscoring Sysdig's continued focus on enhancing cloud security and monitoring solutions.
Jul 26, 2022 1,363 words in the original blog post.
Sysdig has been awarded the AWS Security Competency, recognizing its Sysdig Secure DevOps Platform as a valuable tool for achieving container and cloud security goals for AWS customers. This achievement highlights Sysdig's ability to integrate well with AWS, offering security solutions that are customized to protect cloud infrastructure and applications from evolving threats. Sysdig Secure has been validated across multiple categories including Identity and Access Management, Threat Detection and Response, and Compliance and Privacy, showcasing its commitment to meeting AWS standards and industry benchmarks. As a trusted AWS partner, Sysdig provides a security platform built on an open-source stack, delivering visibility and protection through integrations with AWS services like Amazon EKS, ECS, and Fargate. The platform also offers features such as runtime threat detection, cloud compliance, and continuous cloud security posture management, making it an appealing choice for AWS customers and partners looking for comprehensive security solutions.
Jul 26, 2022 692 words in the original blog post.
GitOps is a methodology that uses a Git repository as the single source of truth for software assets, enabling a consistent and automated deployment model that integrates security practices directly at the source. By leveraging version control systems like Git, GitOps allows developers to manage infrastructure and applications declaratively, ensuring that changes are automatically reconciled with the desired state defined in the repository, primarily through tools such as Flux and ArgoCD. This approach enhances security by enabling a "shift left" strategy, where potential vulnerabilities and configuration errors can be addressed early in the development process, thereby reducing manual interventions and allowing for swift rollbacks and traceability. While GitOps is often associated with Kubernetes, its principles can be applied beyond it, though challenges such as idempotency and secrets management may arise. By integrating security practices into the GitOps workflow, organizations can improve their security posture, automate vulnerability scanning, and implement policy-as-code, paving the way towards a unified Cloud Native Application Protection Platform (CNAPP).
Jul 26, 2022 2,113 words in the original blog post.
Lateral movement in cloud security is a significant concern, as attackers can exploit vulnerabilities in public-facing applications to gain entry and potentially escalate privileges within a cloud environment. The article illustrates a real-world scenario where an attacker exploits a vulnerable Apache Struts2 application running in a Kubernetes cluster on AWS, using it as an entry point to access sensitive data and escalate privileges by exploiting misconfigured policies. Detection and mitigation of such attacks can be effectively managed using Sysdig Secure DevOps Platform, which offers comprehensive visibility and threat detection across containers and cloud infrastructures. By utilizing Sysdig Secure, security teams can centralize threat detection, investigate security events, and prevent cloud misconfigurations, thereby strengthening cloud security with minimal setup and integration efforts.
Jul 25, 2022 1,971 words in the original blog post.
Coforge and Sysdig have partnered to address the challenges and security concerns associated with cloud-native adoption, especially when it comes to deploying Kubernetes and containerized applications. As enterprises rush to adopt these modern paradigms, they often struggle with visibility, security, and monitoring due to the complexities of containers and microservices, which differ significantly from traditional VM or server-based applications. Coforge, with its extensive experience in technology education, consulting, and IT services, offers support for cloud adoption across various industries, leveraging Sysdig's platform to provide comprehensive security and monitoring solutions. Sysdig enhances security by offering features such as intrusion detection, incident response, and vulnerability management, while Coforge helps customers transition to cloud-native applications through a structured adoption strategy. Together, they enable enterprises to innovate rapidly while maintaining robust security and compliance, ensuring that customers can take full advantage of cloud technologies with minimal risk.
Jul 25, 2022 1,104 words in the original blog post.
The article provides a comprehensive guide on monitoring PHP-FPM using Prometheus, a popular tool for Kubernetes monitoring. It explains the installation process of a PHP-FPM exporter as a sidecar to collect metrics from PHP-FPM applications, detailing the necessary configurations and environment variables for seamless integration. Key monitoring metrics such as server status, request processing, CPU and memory usage, traffic, saturation, and latency are highlighted, along with Prometheus queries to track these metrics effectively. By setting up dashboards and analyzing these metrics, users can gain insights into application performance, identify potential bottlenecks, and troubleshoot issues efficiently.
Jul 21, 2022 834 words in the original blog post.
Sysdig's "Channel First" strategy is driving significant growth and momentum by fostering strong partnerships with over 45 new global partners, including companies like CDW and Exclusive Networks. This approach emphasizes partner profitability by offering healthy margins, recurring revenue with high renewal rates, and various sales and customer incentives, such as gift cards and luxury items, to encourage engagement and deal closures. Sysdig's solutions address the increasing vulnerabilities and security challenges faced by businesses moving to cloud and containerized environments, making them crucial to customers' digital transformation efforts. Despite macroeconomic concerns, Sysdig remains financially robust and continues to expand its workforce, while investing heavily in channel partnerships to maintain its leadership in cloud and container security. The company has committed to routing all deals with customers outside the Global 500 through partners, further solidifying its channel-focused approach.
Jul 19, 2022 824 words in the original blog post.
Sysdig has announced support for Amazon CloudWatch Metric Streams, enabling real-time ingestion of metrics from AWS CloudWatch to enhance the monitoring capabilities of Sysdig Monitor. This new support allows for a push-based model of metric ingestion, reducing Mean Time to Resolution (MTTR) by providing near real-time access to metrics from over 70 AWS services, such as ECS and EC2. Unlike the traditional pull-based model that introduces latency, the push model delivers metrics based on the criticality and frequency set by the source service, offering a more immediate view of system performance and health. The integration with Sysdig Monitor is facilitated through CloudFormation templates, allowing users to configure streams easily and leverage pre-built dashboards and alerts for monitoring. This development aims to provide a comprehensive, unified monitoring solution that enhances visibility and reduces MTTR, helping organizations maintain optimal application and infrastructure health while mitigating the risk of performance issues.
Jul 14, 2022 1,173 words in the original blog post.
Securing Kubernetes deployments through signature verification is crucial in ensuring that only trusted container images are deployed within a cluster. This process involves signing container images using tools like Cosign, part of Google's sigstore project, to verify authenticity and integrity. Once signed, images are uploaded to a registry and verified by an admission controller before being deployed. Implementing signature verification helps prevent supply chain attacks by ensuring images remain unchanged from their verified state. The article highlights tools like Cosigned Admission Webhook and Connaisseur for enforcing these security policies within Kubernetes environments, allowing flexibility in deployment strategies and enhancing security layers. Additionally, it covers managing alerts and incidents using Sysdig for better oversight of Kubernetes clusters. By incorporating these practices, organizations can enhance trust and security in their software development lifecycle.
Jul 12, 2022 2,149 words in the original blog post.
AWS offers a wide range of services and operates under a shared responsibility model, where both the provider and the user have distinct security responsibilities. However, organizations can face security challenges due to deployment errors, misconfigurations, or the use of vulnerable resources, which can lead to incidents like ransomware attacks and data breaches. AWS CloudTrail provides a managed logging service to record all actions within an AWS environment, but it requires proper configuration for extended data retention to support compliance and security use cases. Despite CloudTrail's capabilities, identifying high-risk events in cloud environments is complex and can overwhelm IT and security teams due to the sheer volume of data. Effective threat detection in cloud environments often involves using various strategies, such as Cloud Security Posture Management (CSPM) and Security Information and Event Management (SIEM) systems, although these can have limitations like delayed detection and alert overload. A real-time detection approach, such as using Sysdig for telemetry and Falco for threat detection, can help organizations respond more swiftly to threats by evaluating CloudTrail entries against security rules without introducing additional costs or delays.
Jul 11, 2022 1,210 words in the original blog post.
At KubeCon Valencia 2022, a presentation highlighted the security risks associated with exposed Prometheus servers in Kubernetes environments, emphasizing how attackers exploit these vulnerabilities to access sensitive data and potentially compromise entire clusters. Prometheus, a monitoring tool widely adopted in Kubernetes, can inadvertently expose critical information such as node details, cloud provider specifics, and container images if not properly secured. The talk underscored the importance of adhering to security best practices, like not exposing metrics and ensuring least privilege access, to mitigate these risks. Through examples, the presentation illustrated how exposed metrics could lead to various security threats, including data leaks, cryptomining, and ransomware attacks. By demonstrating the ease with which attackers can gather cluster information via unsecured Prometheus servers, the session aimed to raise awareness about the necessity of securing monitoring tools as part of a comprehensive security strategy.
Jul 05, 2022 3,090 words in the original blog post.