Home / Companies / Sysdig / Blog / June 2022

June 2022 Summaries

12 posts from Sysdig

Filter
Month: Year:
Post Summaries Back to Blog
The article provides a comprehensive guide on monitoring the open-source web server nginx within a Kubernetes environment using Prometheus. It explains the process of installing the official nginx exporter as a sidecar to expose metrics from nginx server pods, enabling Prometheus to monitor these metrics effectively. Key metrics for monitoring include active connections, unhandled connections, waiting connections, and bytes sent, which can be tracked using Prometheus queries. The article also details how to use Fluentd to extract additional metrics from the nginx access logs, such as error rates and latency, by configuring Fluentd with specific log formats and Prometheus plugins. By leveraging Prometheus and Fluentd, users can gain detailed insights into nginx performance, troubleshoot issues related to latency and saturation, and generate metrics for better data visualization and analysis.
Jun 30, 2022 1,372 words in the original blog post.
Amazon EKS Anywhere on Bare Metal is a deployment option for Amazon Elastic Kubernetes Service that allows organizations to manage Kubernetes clusters on their own infrastructure, providing greater control, security, and performance, particularly for use cases like performance-sensitive workloads and latency-sensitive video streaming. Sysdig, a partner of AWS, offers security and monitoring capabilities to enhance the protection and visibility of these environments, leveraging open-source tools like Falco to provide runtime security, compliance checks, and network security. This approach supports enterprises in maintaining a consistent AWS management experience while meeting strict compliance requirements and managing a variety of workload performance profiles across different environments.
Jun 30, 2022 1,485 words in the original blog post.
Sysdig's June 2022 update introduces Falco Feeds, a feature that enhances the Falco security tool by providing companies with access to expert-written rules that are regularly updated to address emerging threats. This development aims to strengthen cloud security for open-source-focused organizations by ensuring they have the latest threat intelligence. The update emphasizes the importance of staying ahead in cybersecurity through continuous learning and adaptation to new challenges.
Jun 29, 2022 77 words in the original blog post.
Sysdig has partnered with Proofpoint to enhance its cloud security capabilities by integrating Proofpoint's threat intelligence feeds into Sysdig's platform, particularly leveraging the open-source Falco project. This collaboration allows Sysdig to incorporate timely and accurate data on malicious IPs and domains, which helps improve threat detection and reduce risk for its customers. Proofpoint, a leader in cybersecurity, provides actionable intelligence through its Emerging Threats (ET) Intelligence, which is crucial for identifying and categorizing threats. This integration enriches Sysdig's threat intelligence platform by enabling the creation of Falco rules that improve threat awareness and response for security operations teams. The partnership offers Sysdig customers enhanced protection without additional costs and aims to further expand its capabilities by including more contextual data and leveraging additional tools like SNORT for broader threat detection in the future.
Jun 28, 2022 677 words in the original blog post.
Containers have transformed application deployment by enhancing speed, agility, and scalability, but they also present new security challenges due to their dynamic and distributed nature. Sysdig's Drift Control addresses these challenges by preventing container runtime attacks through enforcing the principle of immutability, which ensures containers are not modified after deployment. This tool detects and blocks unauthorized executable files that are added or altered in production, stopping potential attacks before they cause harm. By doing so, Drift Control helps organizations adhere to security best practices, avoid risky legacy maintenance behaviors, and maintain consistency from source to runtime, thus simplifying security management in complex cloud-native environments.
Jun 28, 2022 899 words in the original blog post.
Securing AWS Route 53 is crucial for maintaining a safe cloud environment, as configuration changes, whether intentional or accidental, can widen the attack surface. Route 53, a widely used DNS service by AWS, requires constant monitoring to prevent risky changes that could lead to serious issues, such as domain hijacking or unauthorized access. While AWS offers tools like AWS Shield for protection against DDoS attacks, they do not address internal configuration vulnerabilities. CloudTrail serves as an audit log but lacks real-time alerting and reporting capabilities to distinguish between valid and risky changes. Sysdig Secure enhances this by providing automated monitoring and alerting for potentially dangerous Route 53 events, such as VPC associations or domain registrations, using CloudTrail data. Sysdig's out-of-the-box solution offers a comprehensive view of risks and enables security teams to act promptly, making it an effective tool for safeguarding AWS infrastructure.
Jun 26, 2022 1,289 words in the original blog post.
Fluentd, an open-source data collector commonly used for log aggregation in Kubernetes, can be effectively monitored and troubleshot using Prometheus. The article provides guidance on installing Fluentd with a Helm chart in Kubernetes, enabling necessary Prometheus plugins, and configuring metrics relabelling for improved filtering by namespace, pod, or container. It explains how to analyze both incoming and outgoing records using PromQL queries and addresses common issues such as flush errors, retries, and buffer management. Additionally, it suggests setting alerts for potential problems, like slow flushes or buffer overcapacity, and highlights ready-to-use dashboards for efficient monitoring. The piece concludes by encouraging readers to explore Sysdig Monitor's Managed Prometheus service for enhanced monitoring capabilities.
Jun 23, 2022 1,174 words in the original blog post.
Container escape techniques pose significant security threats as attackers exploit misconfigurations to gain elevated privileges within containerized environments. The article discusses how tools like Falco can detect such threats, emphasizing the importance of understanding Linux capabilities, which divide root privileges into smaller parts to enhance security. However, capabilities such as CAP_SYS_ADMIN and CAP_NET_ADMIN are often misused, leading to vulnerabilities like CVE-2022-0847 and CVE-2022-0492. Falco, particularly with its latest version, allows monitoring of thread capabilities and detection of excessive privileges to prevent container escapes. By implementing specific rules, Falco can alert users to potential exploits, such as those involving the release_agent file in cgroup v1, thereby offering a robust defense against privilege escalation and container isolation breaches.
Jun 21, 2022 1,778 words in the original blog post.
Miguel Hernández's article delves into the significance of securing SSH on Amazon EC2 instances, highlighting the potential risks associated with misconfiguration. SSH, the Secure Shell Protocol, is a critical entry point that enables remote server management, replacing the less secure telnet. The article discusses various scenarios where SSH vulnerabilities can be exploited, such as leaving port 22 open to the world, which increases the attack surface and invites risks like brute force attacks and key pair leaks. It emphasizes the importance of using best practices, like restricting SSH access and disabling password authentication, to mitigate these risks. Compliance standards like the CIS Benchmark demand strict SSH configurations across major cloud providers to reduce exposure, and tools like Prowler and Sysdig are recommended for monitoring and securing cloud environments. Despite the daunting nature of these threats, the article reassures that while misconfigurations do not equate to immediate breaches, securing SSH remains essential to prevent potential security incidents.
Jun 14, 2022 1,426 words in the original blog post.
The blog post explores the use of BPF (Berkeley Packet Filter) by the threat actor group Red Menshen to create a stealthy backdoor known as BPFDoor, which has been used to gain unauthorized remote access to compromised devices since at least 2018. BPF allows users to filter network packets, which Red Menshen exploited to bypass firewalls and execute actions via specific "magic" packets that trigger the backdoor's functionalities such as establishing reverse shells or performing liveness checks. The text discusses the challenges of detecting BPFDoor due to its ability to operate at a high privilege level, similar to many runtime agents, but highlights that the open-source tool Falco can potentially detect it by monitoring for anomalous executions, such as the use of the setsockopt syscall to attach a BPF. While preventive measures like restricting certain Linux capabilities can be taken, they may be ineffective if BPFDoor runs with root privileges, emphasizing the need for robust detection tools like Falco in cloud-native environments.
Jun 09, 2022 1,025 words in the original blog post.
A critical zero-day vulnerability, CVE-2022-26134, has been discovered in Atlassian Confluence, affecting all supported versions of Confluence Server and Data Center, allowing unauthenticated users to execute arbitrary commands remotely. The vulnerability is being actively exploited, posing significant security risks as attackers can gain full control of affected systems without authentication. Atlassian has released fixed versions to address the issue, and users are urged to upgrade immediately to protect their environments. Detection and mitigation strategies include using tools like Falco to identify suspicious activity and prevent exploitation while waiting for updates. The vulnerability does not impact Atlassian Cloud sites, and the complexity of the exploit remains unclear, making detection challenging.
Jun 03, 2022 1,054 words in the original blog post.
Sysdig enhances the security of Amazon EC2 environments by providing comprehensive tools to detect vulnerabilities, control risks, and ensure compliance. It offers real-time threat detection and continuous security monitoring through features like runtime protection for workloads, vulnerability detection in both OS and non-OS packages, and Cloud Security Posture Management (CSPM). Sysdig identifies risky configuration events and uses CloudTrail to monitor changes, ensuring prompt alerts on security breaches. It utilizes both built-in and customizable rules to offer protection, applying the same principles to container environments and EC2 hosts. By continuously auditing and providing detailed insights into security events, Sysdig facilitates swift identification and remediation of potential risks, helping organizations maintain a robust security posture in their AWS environments.
Jun 02, 2022 2,820 words in the original blog post.