ContentPosts from @kolszewski..
Link
@faun shared a link, 1 year, 3 months ago
FAUN.dev()

Migrating Mess With DNS to use PowerDNS

Three years ago,Mess With DNSwas announced by Julia Evans as a playground to learn about DNS. However, various issues were reported, such as underscores not allowed in domain names, improper handling of CNAME records, and lack of support for certain record types. To address these problems, the decis.. read more  

Link
@faun shared a link, 1 year, 3 months ago
FAUN.dev()

A deep dive into investigating a complex denial of service attack

On April 19, 2024, Datadog’s US5 website experienced low-level error rates due to a meticulously crafted DoS attack. The attack exploited a GCP load balancer vulnerability, causing malformed requests to overload the system. By April 26, 2024, the issue was fully mitigated through a combination of tr.. read more  

A deep dive into investigating a complex denial of service attack
Link
@faun shared a link, 1 year, 3 months ago
FAUN.dev()

How Meta enforces purpose limitation via Privacy Aware Infrastructure at scale

Meta has integrated Privacy Aware Infrastructure (PAI) into its systems to enforce purpose limitation on data use. Policy Zones, a key component of PAI, applies information flow control to manage data with specific annotations, ensuring compliance across function-based and batch-processing systems. .. read more  

How Meta enforces purpose limitation via Privacy Aware Infrastructure at scale
Link
@faun shared a link, 1 year, 3 months ago
FAUN.dev()

Linux 6.12 To Optionally Display A QR Code During Kernel Panics

Optional support for displaying a QR code within the DRM Panic handler has been submitted for Linux 6.12 via DRM-Misc-Next. This feature captures kernel panic information more effectively and is written in Rust, requiring the Rust kernel build to be enabled. It is controlled by the DRMPANICSCREENQRC.. read more  

Linux 6.12 To Optionally Display A QR Code During Kernel Panics
Link
@faun shared a link, 1 year, 3 months ago
FAUN.dev()

Debian 12.7 Released With Many Security

Debian 12.7 includes updated AMD CPU microcode, fixes for remote code execution vulnerabilities in Calibre, potential code execution issues in dcm2nix, and other minor fixes like buffer overflow issues. Full details and downloads are available on Debian.org... read more  

Debian 12.7 Released With Many Security
Link
@faun shared a link, 1 year, 3 months ago
FAUN.dev()

AI Code Review Tool — CodeRabbit Replaces Me And I Like It

CodeRabbit is a productivity tool that offers AI-powered code reviews. It can learn from your codebase and code reviews, suggesting improvements based on patterns it recognizes, such as import organization. The tool can process the entire project, not just individual files, allowing for more compreh.. read more  

AI Code Review Tool — CodeRabbit Replaces Me And I Like It
Link
@faun shared a link, 1 year, 3 months ago
FAUN.dev()

Avoiding Kubernetes Pod Topology Spread Constraint Pitfalls

The Wise Cloud Platform squad uses Pod Topology Spread Constraints to ensure services on Kubernetes clusters in AWS are resilient without incurring significant costs. Misconfigured constraints can lead to unintended Pod skew, particularly during deployments, reducing system resilience in case of Ava.. read more  

Avoiding Kubernetes Pod Topology Spread Constraint Pitfalls
Link
@faun shared a link, 1 year, 3 months ago
FAUN.dev()

Amazon Redshift Serverless now supports AWS PrivateLink

Amazon Redshift Serverless now supports AWS PrivateLink to connect directly to Amazon Redshift Serverless services within a VPC. This eliminates the need for public IP addresses and enhances security by keeping communications within the AWS network. Available in all AWS regions where Amazon Redshift.. read more  

Amazon Redshift Serverless now supports AWS PrivateLink
Link
@faun shared a link, 1 year, 3 months ago
FAUN.dev()

PostgreSQL databases under attack

Poorly protected PostgreSQL databases on Linux are being compromised by cryptojacking attackers who brute-force access credentials. Attackers create high-privilege user roles, strip compromised roles of superuser privileges, and deploy two payloads:PG_Core, which removes cron jobs and kills competin.. read more  

PostgreSQL databases under attack
Link
@faun shared a link, 1 year, 3 months ago
FAUN.dev()

IntelOwl: Open-source threat intelligence management

IntelOwl is an open-source platform for large-scale threat intelligence management, integrating numerous online analyzers and advanced malware analysis tools. It offers a customizable framework with full-fledged REST APIs and official client libraries, making it highly adaptable for SOC integration .. read more  

IntelOwl: Open-source threat intelligence management