# threat detection

Threat detection is a security strategy for identifying deviations from expected actions using collected, analyzed, and correlated data.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Abnormal AI: Amazon Bedrock AgentCore for agentic email security at scale

DevFeed: [Abnormal AI: Amazon Bedrock AgentCore for agentic email security at scale](<https://devfeed.tech/articles/abnormal-ai-amazon-bedrock-agentcore-for-agentic-email-security-at-scale-21546.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/machine-learning/abnormal-ai-amazon-bedrock-agentcore-for-agentic-email-security-at-scale/>)

Author: Aswin Vasudevan

Published: 2026-09-14T21:22:45Z

Content type: article

Language: en

Sources: [Artificial Intelligence](<https://devfeed.tech/sources/artificial-intelligence.md>)

Topics: [Amazon Bedrock AgentCore](<https://devfeed.tech/topics/amazon-bedrock-agentcore.md>), [threat detection](<https://devfeed.tech/topics/threat-detection.md>), [Amazon Bedrock](<https://devfeed.tech/topics/amazon-bedrock.md>), [Security](<https://devfeed.tech/topics/security.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [API](<https://devfeed.tech/topics/api.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [AWS CloudTrail](<https://devfeed.tech/topics/aws-cloudtrail.md>), [Amazon CloudWatch](<https://devfeed.tech/topics/amazon-cloudwatch.md>), [Amazon S3](<https://devfeed.tech/topics/amazon-s3.md>)

Tags: [advanced-300](<https://devfeed.tech/tags/advanced-300.md>), [agentic](<https://devfeed.tech/tags/agentic.md>), [agents](<https://devfeed.tech/tags/agents.md>), [amazon-bedrock-agentcore](<https://devfeed.tech/tags/amazon-bedrock-agentcore.md>), [amazon-cloudwatch](<https://devfeed.tech/tags/amazon-cloudwatch.md>), [amazon-s3](<https://devfeed.tech/tags/amazon-s3.md>), [analysis](<https://devfeed.tech/tags/analysis.md>), [api](<https://devfeed.tech/tags/api.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-cloudtrail](<https://devfeed.tech/tags/aws-cloudtrail.md>), [code](<https://devfeed.tech/tags/code.md>), [customer-solutions](<https://devfeed.tech/tags/customer-solutions.md>), [data](<https://devfeed.tech/tags/data.md>), [data-processing](<https://devfeed.tech/tags/data-processing.md>), [security](<https://devfeed.tech/tags/security.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [threat-detection](<https://devfeed.tech/tags/threat-detection.md>)

### AI overview

Abnormal AI uses Amazon Bedrock AgentCore Code Interpreter as an ephemeral, serverless compute scratch pad for real-time inline email threat detection. The article describes its sandbox isolation, networking and file-handling options, preloaded Python capabilities, observability integrations, and use at billion-message scale.

### Source excerpt

Learn how Abnormal AI deployed Amazon Bedrock AgentCore Code Interpreter as an ephemeral compute scratch pad for the agents behind its real-time email threat detection at billion-message scale, plus the sandbox design decisions and practical lessons for builders deploying Code Interpreter in production.

## Unmasking Cloud Identities: From Behavioral Clustering to Automated Detection

DevFeed: [Unmasking Cloud Identities: From Behavioral Clustering to Automated Detection](<https://devfeed.tech/articles/unmasking-cloud-identities-from-behavioral-clustering-to-automated-detection-17391.md>)

Original publisher: [Read original article](<https://unit42.paloaltonetworks.com/behavioral-clustering-map-to-cloud-identities/>)

Author: Osher Jacob

Published: 2026-09-14T10:00:01Z

Content type: article

Language: en

Sources: [Unit 42](<https://devfeed.tech/sources/unit-42.md>)

Topics: [AWS CloudTrail](<https://devfeed.tech/topics/aws-cloudtrail.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [threat detection](<https://devfeed.tech/topics/threat-detection.md>), [Threat Research](<https://devfeed.tech/topics/threat-research.md>), [SIEM, Security, Observability](<https://devfeed.tech/topics/siem-security-observability.md>), [Machine learning](<https://devfeed.tech/topics/machine-learning.md>), [Algorithms](<https://devfeed.tech/topics/algorithms.md>), [SQL](<https://devfeed.tech/topics/sql.md>), [IAM](<https://devfeed.tech/topics/iam.md>), [identity and access management](<https://devfeed.tech/topics/identity-and-access-management.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>)

Tags: [algorithms](<https://devfeed.tech/tags/algorithms.md>), [amazon-web-services-aws](<https://devfeed.tech/tags/amazon-web-services-aws.md>), [analysis](<https://devfeed.tech/tags/analysis.md>), [aws-cloudtrail](<https://devfeed.tech/tags/aws-cloudtrail.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [cloud-cybersecurity-research](<https://devfeed.tech/tags/cloud-cybersecurity-research.md>), [cloud-detection](<https://devfeed.tech/tags/cloud-detection.md>), [devops](<https://devfeed.tech/tags/devops.md>), [iam](<https://devfeed.tech/tags/iam.md>), [identity-and-access-management](<https://devfeed.tech/tags/identity-and-access-management.md>), [logs](<https://devfeed.tech/tags/logs.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [post](<https://devfeed.tech/tags/post.md>), [sql](<https://devfeed.tech/tags/sql.md>), [threat-detection](<https://devfeed.tech/tags/threat-detection.md>), [threat-research](<https://devfeed.tech/tags/threat-research.md>)

### AI overview

This article presents a behavioral clustering model for mapping cloud identities to functional roles using activity patterns from audit logs. It applies unsupervised machine learning with UMAP and HDBSCAN to data from more than 40,000 identities across 125 cloud environments, and shows how the resulting map can support automated threat detection. The article also explains how lightweight heuristics extracted from the map can classify identities at scale using standard SQL, reducing the need for continuous resource-intensive machine learning pipelines.

### Source excerpt

We designed a behavioral clustering model to map cloud identity roles from audit logs, enabling continuous threat detection using standard SQL queries. The post Unmasking Cloud Identities: From Behavioral Clustering to Automated Detection appeared first on Unit 42.

## AuthKit vs Better Auth for B2B SaaS

DevFeed: [AuthKit vs Better Auth for B2B SaaS](<https://devfeed.tech/articles/authkit-vs-better-auth-for-b2b-saas-17462.md>)

Original publisher: [Read original article](<https://workos.com/blog/authkit-vs-better-auth-b2b>)

Author: WorkOS

Published: 2026-09-14T00:00:00Z

Content type: comparison

Language: en

Sources: [WorkOS Blog](<https://devfeed.tech/sources/workos-blog.md>)

Topics: [Software as a service](<https://devfeed.tech/topics/saas.md>), [Single sign-on (SSO)](<https://devfeed.tech/topics/sso.md>), [Security](<https://devfeed.tech/topics/security.md>), [log management](<https://devfeed.tech/topics/log-management.md>), [threat detection](<https://devfeed.tech/topics/threat-detection.md>), [Frameworks](<https://devfeed.tech/topics/frameworks.md>), [MFA](<https://devfeed.tech/topics/mfa.md>), [Passkeys](<https://devfeed.tech/topics/passkeys.md>)

Tags: [auth](<https://devfeed.tech/tags/auth.md>), [comparison](<https://devfeed.tech/tags/comparison.md>), [enterprise](<https://devfeed.tech/tags/enterprise.md>), [logs](<https://devfeed.tech/tags/logs.md>), [mfa](<https://devfeed.tech/tags/mfa.md>), [saas](<https://devfeed.tech/tags/saas.md>), [security](<https://devfeed.tech/tags/security.md>), [threat-detection](<https://devfeed.tech/tags/threat-detection.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

### AI overview

This comparison examines AuthKit and Better Auth as platforms for B2B SaaS products selling to enterprise IT buyers. It argues that both now provide core capabilities such as SSO, SCIM, and audit logs, so the meaningful differences are provider coverage, where user lifecycle management begins, and contractual responsibility. The article also describes Better Auth's hosted infrastructure, dashboard, SIEM drain, self-service provisioning, and threat detection features, while noting its convergence with AuthKit on enterprise requirements.

### Source excerpt

Both ship SSO, SCIM and audit logs now. The comparison that decides enterprise deals has moved to the long tail: provider coverage, where user lifecycle actually starts, and who is contractually on the hook.

## Welcome to APNIC 62

DevFeed: [Welcome to APNIC 62](<https://devfeed.tech/articles/welcome-to-apnic-62-10861.md>)

Original publisher: [Read original article](<https://blog.apnic.net/2026/09/08/welcome-to-apnic-62/>)

Author: Timothy Hildred

Published: 2026-09-08T03:33:07Z

Content type: article

Language: en

Sources: [APNIC Blog](<https://devfeed.tech/sources/apnic-blog.md>)

Topics: [Internet](<https://devfeed.tech/topics/internet.md>), [Networks](<https://devfeed.tech/topics/networks.md>), [Cybersecurity](<https://devfeed.tech/topics/cybersecurity.md>), [DNSSEC](<https://devfeed.tech/topics/dnssec.md>), [threat detection](<https://devfeed.tech/topics/threat-detection.md>), [Threat Research](<https://devfeed.tech/topics/threat-research.md>), [FIRST](<https://devfeed.tech/topics/first.md>)

Tags: [apnic-62](<https://devfeed.tech/tags/apnic-62.md>), [community](<https://devfeed.tech/tags/community.md>), [conference](<https://devfeed.tech/tags/conference.md>), [conferences](<https://devfeed.tech/tags/conferences.md>), [cybersecurity](<https://devfeed.tech/tags/cybersecurity.md>), [dnssec](<https://devfeed.tech/tags/dnssec.md>), [event](<https://devfeed.tech/tags/event.md>), [events](<https://devfeed.tech/tags/events.md>), [india](<https://devfeed.tech/tags/india.md>), [ipv4](<https://devfeed.tech/tags/ipv4.md>), [ipv6](<https://devfeed.tech/tags/ipv6.md>), [nixi](<https://devfeed.tech/tags/nixi.md>), [nro](<https://devfeed.tech/tags/nro.md>), [policy-sig](<https://devfeed.tech/tags/policy-sig.md>), [tech-matters](<https://devfeed.tech/tags/tech-matters.md>), [threat-detection](<https://devfeed.tech/tags/threat-detection.md>)

### AI overview

APNIC 62 in Mumbai previews technical, security, IPv6 deployment, DNSSEC, threat-detection, community, and policy sessions, alongside keynote talks, social events, newcomer activities, and NRO NC voting information.

### Source excerpt

APNIC welcomes you to Mumbai, India for APNIC 62. Here is what you can look forward to over the coming days.

## Machine vs. machine: The new reality of cybersecurity in ANZ

DevFeed: [Machine vs. machine: The new reality of cybersecurity in ANZ](<https://devfeed.tech/articles/machine-vs-machine-the-new-reality-of-cybersecurity-in-anz-4790.md>)

Original publisher: [Read original article](<https://www.elastic.co/blog/cybersecurity-in-australia-new-zealand>)

Author: Jeremy Pell

Published: 2026-08-26T00:00:00Z

Content type: article

Language: en

Sources: [Elastic Blog - Elasticsearch, Kibana, and ELK Stack](<https://devfeed.tech/sources/elastic-blog-elasticsearch-kibana-and-elk-stack.md>)

Topics: [Cybersecurity](<https://devfeed.tech/topics/cybersecurity.md>), [Frontier AI](<https://devfeed.tech/topics/frontier-ai.md>), [Threat Research](<https://devfeed.tech/topics/threat-research.md>), [threat detection](<https://devfeed.tech/topics/threat-detection.md>), [data-architecture](<https://devfeed.tech/topics/data-architecture.md>), [AI Platforms/Deployment](<https://devfeed.tech/topics/ai-platforms-deployment.md>), [Security & Privacy](<https://devfeed.tech/topics/security-privacy.md>)

Tags: [agentic-ai-cybersecurity-security-research](<https://devfeed.tech/tags/agentic-ai-cybersecurity-security-research.md>), [australia](<https://devfeed.tech/tags/australia.md>), [compliance](<https://devfeed.tech/tags/compliance.md>), [cybersecurity](<https://devfeed.tech/tags/cybersecurity.md>), [data-architecture](<https://devfeed.tech/tags/data-architecture.md>), [endpoint-security-siem-security](<https://devfeed.tech/tags/endpoint-security-siem-security.md>), [frontier-ai](<https://devfeed.tech/tags/frontier-ai.md>), [policy](<https://devfeed.tech/tags/policy.md>), [research](<https://devfeed.tech/tags/research.md>), [threat-detection](<https://devfeed.tech/tags/threat-detection.md>)

### AI overview

Frontier AI is accelerating cyberattacks across Australia and New Zealand to machine speed, while defensive capabilities, policy, data visibility, and operational security are struggling to keep pace. Survey findings from more than 850 IT and cybersecurity professionals highlight gaps between regulatory intent and real-world protection, as well as the need for searchable, unified data architectures to support reliable AI-enabled defence.

### Source excerpt

Frontier AI has accelerated cyber threats to machine speed, leaving many ANZ organisations vulnerable. Our latest research reveals how fragmented data and visibility gaps hinder defence and why a unified platform is essential to battle threats.

## Runtime security monitoring and threat detection: Protecting production without slowing developers

DevFeed: [Runtime security monitoring and threat detection: Protecting production without slowing developers](<https://devfeed.tech/articles/runtime-security-monitoring-and-threat-detection-protecting-production-without-slowing-developers-12218.md>)

Original publisher: [Read original article](<https://platformengineering.org/blog/runtime-security-monitoring-and-threat-detection-protecting-production-without-slowing-developers>)

Author: Ajay Chankramath

Published: 2026-07-23T05:40:01Z

Content type: article

Language: en

Sources: [Platform Engineering Blog](<https://devfeed.tech/sources/platform-engineering-blog.md>)

Topics: [threat detection](<https://devfeed.tech/topics/threat-detection.md>), [Platform Engineering](<https://devfeed.tech/topics/platform-engineering.md>), [Monitoring](<https://devfeed.tech/topics/monitoring.md>), [Security](<https://devfeed.tech/topics/security.md>), [Containers](<https://devfeed.tech/topics/containers.md>), [internal developer platform](<https://devfeed.tech/topics/internal-developer-platform.md>), [eBPF](<https://devfeed.tech/topics/ebpf.md>), [Network](<https://devfeed.tech/topics/network.md>), [Processes](<https://devfeed.tech/topics/processes.md>)

Tags: [blog-post](<https://devfeed.tech/tags/blog-post.md>), [containers](<https://devfeed.tech/tags/containers.md>), [developer](<https://devfeed.tech/tags/developer.md>), [ebpf](<https://devfeed.tech/tags/ebpf.md>), [firewalls](<https://devfeed.tech/tags/firewalls.md>), [internal-developer-platform](<https://devfeed.tech/tags/internal-developer-platform.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [network](<https://devfeed.tech/tags/network.md>), [platform](<https://devfeed.tech/tags/platform.md>), [platform-engineering](<https://devfeed.tech/tags/platform-engineering.md>), [processes](<https://devfeed.tech/tags/processes.md>), [security](<https://devfeed.tech/tags/security.md>), [threat-detection](<https://devfeed.tech/tags/threat-detection.md>)

### AI overview

This article explains how runtime security monitoring protects production workloads from threats that static scans may miss, including privilege escalation, container escapes, unexpected processes, sensitive file access, and suspicious network connections. It presents kernel-level monitoring, including eBPF, as a way to provide continuous protection while embedding security policies into the platform and minimizing developer friction.

### Source excerpt

Runtime security monitoring detects zero-days, container escapes, and privilege escalations in production. Discover how eBPF enables 'invisible, always-on' protection for platform engineers

## Preparing for OMB M-26-14: How Datadog supports federal logging maturity

DevFeed: [Preparing for OMB M-26-14: How Datadog supports federal logging maturity](<https://devfeed.tech/articles/preparing-for-omb-m-26-14-how-datadog-supports-federal-logging-maturity-2302.md>)

Original publisher: [Read original article](<https://www.datadoghq.com/blog/omb-m-26-14-federal-logging-maturity/>)

Author: Chris Leffler; Sophie Wang

Published: 2026-06-29T00:00:00Z

Content type: article

Language: en

Sources: [Datadog | The Monitor blog](<https://devfeed.tech/sources/datadog-the-monitor-blog.md>)

Topics: [SIEM, Security, Observability](<https://devfeed.tech/topics/siem-security-observability.md>), [log management](<https://devfeed.tech/topics/log-management.md>), [Monitoring](<https://devfeed.tech/topics/monitoring.md>), [threat detection](<https://devfeed.tech/topics/threat-detection.md>), [incident](<https://devfeed.tech/topics/incident.md>), [Incident response](<https://devfeed.tech/topics/incident-response.md>), [observability](<https://devfeed.tech/topics/observability.md>), [Security](<https://devfeed.tech/topics/security.md>), [Security Operations Center](<https://devfeed.tech/topics/security-operations-center.md>), [Resilience](<https://devfeed.tech/topics/resilience.md>), [Cybersecurity](<https://devfeed.tech/topics/cybersecurity.md>)

Tags: [bits-ai](<https://devfeed.tech/tags/bits-ai.md>), [cloud-siem](<https://devfeed.tech/tags/cloud-siem.md>), [compliance](<https://devfeed.tech/tags/compliance.md>), [cybersecurity](<https://devfeed.tech/tags/cybersecurity.md>), [fedramp](<https://devfeed.tech/tags/fedramp.md>), [govcloud](<https://devfeed.tech/tags/govcloud.md>), [incident-response](<https://devfeed.tech/tags/incident-response.md>), [log-management](<https://devfeed.tech/tags/log-management.md>), [logging](<https://devfeed.tech/tags/logging.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [observability](<https://devfeed.tech/tags/observability.md>), [resilience](<https://devfeed.tech/tags/resilience.md>), [security](<https://devfeed.tech/tags/security.md>), [security-operations-center](<https://devfeed.tech/tags/security-operations-center.md>), [soc](<https://devfeed.tech/tags/soc.md>), [systems](<https://devfeed.tech/tags/systems.md>), [telemetry](<https://devfeed.tech/tags/telemetry.md>), [threat-detection](<https://devfeed.tech/tags/threat-detection.md>), [workflow-automation](<https://devfeed.tech/tags/workflow-automation.md>)

### AI overview

This article explains how OMB Memorandum M-26-14 changes federal logging guidance from prescriptive requirements to a risk- and maturity-based model. It describes continuous event monitoring and threat hunting, investigation, response, and forensics, including centralized security telemetry, visibility across IT, OT, and IoT environments, threat detection, searchable and retrievable logs, cross-source correlation, incident response, and forensic analysis. It also presents Datadog as a unified observability and security platform for helping agencies meet these requirements.

### Source excerpt

Learn how Datadog helps federal agencies prepare for OMB M-26-14 by providing centralized telemetry data, threat detection, and automated incident response.

## Detect source code attacks with Datadog Code Threat Detection

DevFeed: [Detect source code attacks with Datadog Code Threat Detection](<https://devfeed.tech/articles/detect-source-code-attacks-with-datadog-code-threat-detection-2258.md>)

Original publisher: [Read original article](<https://www.datadoghq.com/blog/datadog-code-threats/>)

Author: Kassen Qian; Daniel Blazquez; Christoph Hamsen

Published: 2026-06-09T00:00:00Z

Content type: article

Language: en

Sources: [Datadog | The Monitor blog](<https://devfeed.tech/sources/datadog-the-monitor-blog.md>)

Topics: [threat detection](<https://devfeed.tech/topics/threat-detection.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [GitHub Actions](<https://devfeed.tech/topics/github-actions.md>), [Pull Request](<https://devfeed.tech/topics/pull-request.md>), [CI/CD](<https://devfeed.tech/topics/cicd.md>), [code security](<https://devfeed.tech/topics/code-security.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [Application Security](<https://devfeed.tech/topics/application-security.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [attacks](<https://devfeed.tech/tags/attacks.md>), [ci](<https://devfeed.tech/tags/ci.md>), [ci-cd](<https://devfeed.tech/tags/ci-cd.md>), [code-security](<https://devfeed.tech/tags/code-security.md>), [devsecops](<https://devfeed.tech/tags/devsecops.md>), [github](<https://devfeed.tech/tags/github.md>), [github-actions](<https://devfeed.tech/tags/github-actions.md>), [pull-requests](<https://devfeed.tech/tags/pull-requests.md>), [review](<https://devfeed.tech/tags/review.md>), [secrets](<https://devfeed.tech/tags/secrets.md>), [security](<https://devfeed.tech/tags/security.md>), [supply-chain](<https://devfeed.tech/tags/supply-chain.md>), [threat-detection](<https://devfeed.tech/tags/threat-detection.md>), [vulnerabilities](<https://devfeed.tech/tags/vulnerabilities.md>)

### AI overview

Datadog Code Threat Detection analyzes GitHub pull requests with AI-assisted analysis to identify malicious code changes and attempts to compromise CI/CD pipelines, secrets, and release workflows.

### Source excerpt

Learn how Datadog Code Threat Detection helps teams detect malicious pull requests and source code attacks targeting CI/CD workflows, secrets, and software releases.

## How to Design SIEM Alerts for Real-Time Application Security Monitoring

DevFeed: [How to Design SIEM Alerts for Real-Time Application Security Monitoring](<https://devfeed.tech/articles/siem-alerts-everything-you-need-to-know-20056.md>)

Original publisher: [Read original article](<https://www.honeybadger.io/blog/siem-alerts/>)

Author: Muhammed Ali

Published: 2026-05-21T07:00:00Z

Content type: tutorial

Language: en

Sources: [Honeybadger](<https://devfeed.tech/sources/honeybadger.md>)

Topics: [SIEM, Security](<https://devfeed.tech/topics/siem-security.md>), [Security](<https://devfeed.tech/topics/security.md>), [Application Security](<https://devfeed.tech/topics/application-security.md>), [Monitoring](<https://devfeed.tech/topics/monitoring.md>), [threat detection](<https://devfeed.tech/topics/threat-detection.md>), [real-time](<https://devfeed.tech/topics/real-time.md>)

Tags: [application-security](<https://devfeed.tech/tags/application-security.md>), [devops](<https://devfeed.tech/tags/devops.md>), [devops-articles](<https://devfeed.tech/tags/devops-articles.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [security](<https://devfeed.tech/tags/security.md>), [security-events](<https://devfeed.tech/tags/security-events.md>), [siem](<https://devfeed.tech/tags/siem.md>), [threat-detection](<https://devfeed.tech/tags/threat-detection.md>)

### AI overview

This tutorial explains SIEM alerts, their role in application security, and how SIEM platforms aggregate and correlate logs and security events to identify suspicious behavior. It also provides practical alert examples and describes configuring simple alerts with Honeybadger Insights.

### Source excerpt

SIEM alerts help you detect suspicious behavior before it becomes a breach. But security monitoring can quickly turn into noisy dashboards and missed threats without the right approach. Read this article to learn how to design effective SIEM alerts and implement real-time security monitoring.

## What's New in Android Security and Privacy in 2026

DevFeed: [What's New in Android Security and Privacy in 2026](<https://devfeed.tech/articles/what-s-new-in-android-security-and-privacy-in-2026-7635.md>)

Original publisher: [Read original article](<https://blog.google/security/whats-new-in-android-security-privacy-2026/>)

Author: Eugene Liderman

Published: 2026-05-12T17:00:00Z

Content type: article

Language: en

Sources: [Security](<https://devfeed.tech/sources/security.md>)

Topics: [Android](<https://devfeed.tech/topics/android.md>), [Android Security](<https://devfeed.tech/topics/android-security.md>), [Security](<https://devfeed.tech/topics/security.md>), [spoofing](<https://devfeed.tech/topics/spoofing.md>), [Social engineering](<https://devfeed.tech/topics/social-engineering.md>), [threat detection](<https://devfeed.tech/topics/threat-detection.md>), [On-device AI](<https://devfeed.tech/topics/on-device-ai.md>), [Chrome](<https://devfeed.tech/topics/chrome.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [android](<https://devfeed.tech/tags/android.md>), [android-security](<https://devfeed.tech/tags/android-security.md>), [fraud](<https://devfeed.tech/tags/fraud.md>), [none](<https://devfeed.tech/tags/none.md>), [on-device-ai](<https://devfeed.tech/tags/on-device-ai.md>), [security](<https://devfeed.tech/tags/security.md>), [social-engineering](<https://devfeed.tech/tags/social-engineering.md>), [spoofing](<https://devfeed.tech/tags/spoofing.md>), [threat-detection](<https://devfeed.tech/tags/threat-detection.md>)

### AI overview

The article describes planned Android security and privacy enhancements for 2026, including verified financial calls to combat spoofed banking scams. Android can verify incoming calls through participating financial apps and automatically end calls that are not genuine. It also highlights expanded Live Threat Detection, which uses on-device AI to analyze app behavior and warn about suspicious activity.

### Source excerpt

New Android security and privacy features

## How Merkle Science fights crypto crime at scale with ClickHouse Cloud

DevFeed: [How Merkle Science fights crypto crime at scale with ClickHouse Cloud](<https://devfeed.tech/articles/how-merkle-science-fights-crypto-crime-at-scale-with-clickhouse-cloud-5415.md>)

Original publisher: [Read original article](<https://clickhouse.com/blog/merkle-science-fights-crypto-crime-at-scale>)

Author: Akshay Gupta, Lead Data Engineer, and Priyanshu Sehgal, Sr. Data Engineer

Published: 2025-11-13T09:30:52Z

Content type: article

Language: en

Sources: [ClickHouse Blog](<https://devfeed.tech/sources/clickhouse-blog.md>)

Topics: [clickhouse](<https://devfeed.tech/topics/clickhouse.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Data Infrastructure](<https://devfeed.tech/topics/data-infrastructure.md>), [Blockchain](<https://devfeed.tech/topics/blockchain.md>), [threat detection](<https://devfeed.tech/topics/threat-detection.md>), [real-time](<https://devfeed.tech/topics/real-time.md>), [on-prem](<https://devfeed.tech/topics/on-prem.md>)

Tags: [blockchain](<https://devfeed.tech/tags/blockchain.md>), [clickhouse](<https://devfeed.tech/tags/clickhouse.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [data-infrastructure](<https://devfeed.tech/tags/data-infrastructure.md>), [infra](<https://devfeed.tech/tags/infra.md>), [on-prem](<https://devfeed.tech/tags/on-prem.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [threat-detection](<https://devfeed.tech/tags/threat-detection.md>)

### AI overview

Merkle Science uses ClickHouse as a core part of its blockchain analytics and predictive risk platform for detecting, tracing, and preventing illicit activity. The company ingests about 1.5 terabytes of data weekly and runs more than 18 million queries, relying on ClickHouse for transaction monitoring, wallet attribution, cross-chain forensics, and real-time threat detection. The article describes its migration from self-managed ClickHouse infrastructure to ClickHouse Cloud to simplify operations and support faster scaling.

### Source excerpt

"Even if data increases by 4x or 5x in the next year, we literally don't have to worry about it. We've got the architecture right, the stack right, and the right platform at the end of the day." - Akshay Gupta, Lead Data Engineer

## Doppel's AI defense system stops attacks before they spread

DevFeed: [Doppel's AI defense system stops attacks before they spread](<https://devfeed.tech/articles/doppel-s-ai-defense-system-stops-attacks-before-they-spread-6387.md>)

Original publisher: [Read original article](<https://openai.com/index/doppel>)

Published: 2025-10-28T10:00:00Z

Content type: article

Language: en

Sources: [OpenAI News](<https://devfeed.tech/sources/openai-news.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [threat detection](<https://devfeed.tech/topics/threat-detection.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Fine-tuning](<https://devfeed.tech/topics/fine-tuning.md>), [OpenAI](<https://devfeed.tech/topics/openai.md>), [Social engineering](<https://devfeed.tech/topics/social-engineering.md>), [human feedback](<https://devfeed.tech/topics/human-feedback.md>), [spoofing](<https://devfeed.tech/topics/spoofing.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [fine-tuning](<https://devfeed.tech/tags/fine-tuning.md>), [gpt](<https://devfeed.tech/tags/gpt.md>), [human-feedback](<https://devfeed.tech/tags/human-feedback.md>), [internet](<https://devfeed.tech/tags/internet.md>), [phishing](<https://devfeed.tech/tags/phishing.md>), [social-engineering](<https://devfeed.tech/tags/social-engineering.md>), [threat-detection](<https://devfeed.tech/tags/threat-detection.md>)

### AI overview

Doppel uses OpenAI GPT-5 and o4-mini models, together with reinforcement fine-tuning and human-graded feedback, to detect, classify, and remove deepfake, phishing, spoofed-domain, and impersonation threats. The system reduces analyst workloads by 80%, triples threat-handling capacity, and cuts response times from hours to minutes.

### Source excerpt

Doppel uses GPT-5 and reinforcement fine-tuning to stop deepfake and impersonation attacks, cutting analyst workloads by 80% and reducing response times from hours to minutes.

## How Exabeam uses ClickHouse for scalable, searchable security analytics

DevFeed: [How Exabeam uses ClickHouse for scalable, searchable security analytics](<https://devfeed.tech/articles/how-exabeam-uses-clickhouse-for-scalable-searchable-security-analytics-5245.md>)

Original publisher: [Read original article](<https://clickhouse.com/blog/exabeam-clickhouse-security-analytics>)

Author: ClickHouse

Published: 2025-09-11T13:46:05Z

Content type: article

Language: en

Sources: [ClickHouse Blog](<https://devfeed.tech/sources/clickhouse-blog.md>)

Topics: [clickhouse](<https://devfeed.tech/topics/clickhouse.md>), [Cybersecurity](<https://devfeed.tech/topics/cybersecurity.md>), [threat detection](<https://devfeed.tech/topics/threat-detection.md>), [real-time](<https://devfeed.tech/topics/real-time.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Database](<https://devfeed.tech/topics/database.md>), [Machine learning](<https://devfeed.tech/topics/machine-learning.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Generative AI](<https://devfeed.tech/topics/generative-ai.md>)

Tags: [2025](<https://devfeed.tech/tags/2025.md>), [ai](<https://devfeed.tech/tags/ai.md>), [clickhouse](<https://devfeed.tech/tags/clickhouse.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [cybersecurity](<https://devfeed.tech/tags/cybersecurity.md>), [data](<https://devfeed.tech/tags/data.md>), [database](<https://devfeed.tech/tags/database.md>), [events](<https://devfeed.tech/tags/events.md>), [logs](<https://devfeed.tech/tags/logs.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [models](<https://devfeed.tech/tags/models.md>), [platform](<https://devfeed.tech/tags/platform.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [security](<https://devfeed.tech/tags/security.md>), [threat-detection](<https://devfeed.tech/tags/threat-detection.md>)

### AI overview

Exabeam uses ClickHouse Cloud as the real-time analytics engine for its security operations platform, processing millions of events per second and searching petabytes of log data across 10 global regions. The architecture supports AI- and machine-learning-based threat detection, sub-second investigations, and faster response while controlling compute costs.

### Source excerpt

Exabeam uses ClickHouse Cloud to power real-time, scalable security analytics--ingesting millions of events per second, cutting query times to sub-second, and reducing mean time to detection across 10 global regions.

## Minimizing False Positives: Enhancing Security Efficiency

DevFeed: [Minimizing False Positives: Enhancing Security Efficiency](<https://devfeed.tech/articles/minimizing-false-positives-enhancing-security-efficiency-8016.md>)

Original publisher: [Read original article](<https://snyk.io/blog/minimizing-false-positives-enhancing-security-efficiency/>)

Author: Tiago Mendo

Published: 2025-07-01T23:00:00Z

Content type: article

Language: en

Sources: [Blog RSS Feed | Snyk](<https://devfeed.tech/sources/blog-rss-feed-snyk.md>)

Topics: [Security](<https://devfeed.tech/topics/security.md>), [threat detection](<https://devfeed.tech/topics/threat-detection.md>), [Cybersecurity](<https://devfeed.tech/topics/cybersecurity.md>), [Detection engineering](<https://devfeed.tech/topics/detection-engineering.md>), [Vulnerabilities](<https://devfeed.tech/topics/vulnerabilities.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [2025](<https://devfeed.tech/tags/2025.md>), [application-security](<https://devfeed.tech/tags/application-security.md>), [awareness](<https://devfeed.tech/tags/awareness.md>), [blog](<https://devfeed.tech/tags/blog.md>), [cybersecurity](<https://devfeed.tech/tags/cybersecurity.md>), [data](<https://devfeed.tech/tags/data.md>), [developer](<https://devfeed.tech/tags/developer.md>), [devops](<https://devfeed.tech/tags/devops.md>), [efficiency](<https://devfeed.tech/tags/efficiency.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [false-positives](<https://devfeed.tech/tags/false-positives.md>), [organizational](<https://devfeed.tech/tags/organizational.md>), [reduce](<https://devfeed.tech/tags/reduce.md>), [security](<https://devfeed.tech/tags/security.md>), [security-tools](<https://devfeed.tech/tags/security-tools.md>), [threat-detection](<https://devfeed.tech/tags/threat-detection.md>), [vulnerabilities](<https://devfeed.tech/tags/vulnerabilities.md>)

### AI overview

The article explains how false-positive security alerts consume investigation time, contribute to alert fatigue, and delay responses to genuine cyberattacks. It contrasts false positives and false negatives with accurate true-positive detection, emphasizing the value of security tools that improve accuracy and help organizations respond to real threats efficiently.

### Source excerpt

Discover how enhanced security tools reduce false positives and streamline threat detection for more effective cybersecurity management.

## How Wallarm's API security platform relies on ClickHouse Cloud to detect and block attacks

DevFeed: [How Wallarm's API security platform relies on ClickHouse Cloud to detect and block attacks](<https://devfeed.tech/articles/how-wallarm-s-api-security-platform-relies-on-clickhouse-cloud-to-detect-and-block-attacks-5304.md>)

Original publisher: [Read original article](<https://clickhouse.com/blog/how-wallarms-api-security-platform-relies-on-clickhouse-cloud>)

Author: ClickHouse

Published: 2025-04-30T00:00:00Z

Content type: article

Language: en

Sources: [ClickHouse Blog](<https://devfeed.tech/sources/clickhouse-blog.md>)

Topics: [API](<https://devfeed.tech/topics/api.md>), [clickhouse](<https://devfeed.tech/topics/clickhouse.md>), [Security](<https://devfeed.tech/topics/security.md>), [threat detection](<https://devfeed.tech/topics/threat-detection.md>), [real-time](<https://devfeed.tech/topics/real-time.md>), [Apache Cassandra](<https://devfeed.tech/topics/cassandra.md>), [vulnerability](<https://devfeed.tech/topics/vulnerability.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [api-security](<https://devfeed.tech/tags/api-security.md>), [cassandra](<https://devfeed.tech/tags/cassandra.md>), [clickhouse](<https://devfeed.tech/tags/clickhouse.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [security](<https://devfeed.tech/tags/security.md>), [self-hosted](<https://devfeed.tech/tags/self-hosted.md>), [threat-detection](<https://devfeed.tech/tags/threat-detection.md>), [vulnerability](<https://devfeed.tech/tags/vulnerability.md>)

### AI overview

The article describes how Wallarm's API security platform uses ClickHouse to support real-time analysis, threat detection, and attack blocking. It explains that Cassandra's eventual-consistency model was insufficient for real-time security and that Wallarm moved to a self-hosted ClickHouse deployment to reduce latency and analyze API sessions more effectively.

### Source excerpt

"We need our platform to operate in real time. The moment we detect suspicious activity, we aim to block the API user before they can attack the site or exploit a vulnerability." - Slava Yudanov, VP of Engineering, Wallarm

## 4M Models Scanned: Protect AI + Hugging Face 6 Months In

DevFeed: [4M Models Scanned: Protect AI + Hugging Face 6 Months In](<https://devfeed.tech/articles/4m-models-scanned-protect-ai-hugging-face-6-months-in-7434.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/pai-6-month>)

Author: Sean Morgan

Published: 2025-04-14T00:00:00Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [hugging face](<https://devfeed.tech/topics/hugging-face.md>), [Machine Learning, Security Attacks](<https://devfeed.tech/topics/machine-learning-security-attacks.md>), [Threat Research](<https://devfeed.tech/topics/threat-research.md>), [Security](<https://devfeed.tech/topics/security.md>), [threat detection](<https://devfeed.tech/topics/threat-detection.md>), [Zero Trust](<https://devfeed.tech/topics/zero-trust.md>), [obfuscation](<https://devfeed.tech/topics/obfuscation.md>), [vulnerability](<https://devfeed.tech/topics/vulnerability.md>), [payload](<https://devfeed.tech/topics/payload.md>), [Script](<https://devfeed.tech/topics/script.md>), [llamafile](<https://devfeed.tech/topics/llamafile.md>), [Tensorflow](<https://devfeed.tech/topics/tensorflow.md>)

Tags: [ai-ml](<https://devfeed.tech/tags/ai-ml.md>), [hub](<https://devfeed.tech/tags/hub.md>), [hugging-face](<https://devfeed.tech/tags/hugging-face.md>), [keras](<https://devfeed.tech/tags/keras.md>), [llamafile](<https://devfeed.tech/tags/llamafile.md>), [obfuscation](<https://devfeed.tech/tags/obfuscation.md>), [partnerships](<https://devfeed.tech/tags/partnerships.md>), [payload](<https://devfeed.tech/tags/payload.md>), [security](<https://devfeed.tech/tags/security.md>), [tensorflow](<https://devfeed.tech/tags/tensorflow.md>), [threat-detection](<https://devfeed.tech/tags/threat-detection.md>), [vulnerability](<https://devfeed.tech/tags/vulnerability.md>), [zero-trust](<https://devfeed.tech/tags/zero-trust.md>)

### AI overview

Hugging Face and Protect AI report six months of collaboration on Guardian, a scanning system that improves security checks for models hosted on the Hugging Face Hub. Guardian added four detection modules, expanded format and obfuscation coverage, identified a Keras vulnerability, and provides inline alerts and vulnerability reports. The system uses a zero trust approach that treats arbitrary code execution as unsafe, including code hidden through obfuscation.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## One step ahead: How Harvey uses ClickHouse for proactive threat detection

DevFeed: [One step ahead: How Harvey uses ClickHouse for proactive threat detection](<https://devfeed.tech/articles/one-step-ahead-how-harvey-uses-clickhouse-for-proactive-threat-detection-5281.md>)

Original publisher: [Read original article](<https://clickhouse.com/blog/how-harvey-uses-clickhouse-for-proactive-threat-detection>)

Author: Mike Parowski

Published: 2025-03-24T00:00:00Z

Content type: article

Language: en

Sources: [ClickHouse Blog](<https://devfeed.tech/sources/clickhouse-blog.md>)

Topics: [clickhouse](<https://devfeed.tech/topics/clickhouse.md>), [threat detection](<https://devfeed.tech/topics/threat-detection.md>), [Network](<https://devfeed.tech/topics/network.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [data](<https://devfeed.tech/topics/data.md>), [Security](<https://devfeed.tech/topics/security.md>)

Tags: [clickhouse](<https://devfeed.tech/tags/clickhouse.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [compliance](<https://devfeed.tech/tags/compliance.md>), [data](<https://devfeed.tech/tags/data.md>), [industry](<https://devfeed.tech/tags/industry.md>), [logs](<https://devfeed.tech/tags/logs.md>), [network](<https://devfeed.tech/tags/network.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [security](<https://devfeed.tech/tags/security.md>), [threat-detection](<https://devfeed.tech/tags/threat-detection.md>)

### AI overview

The article explains how Harvey, a generative AI platform for law firms, uses ClickHouse Cloud to analyze large volumes of Azure network flow logs for proactive, real-time threat detection. Its security team aims to identify threats from network logs before or alongside endpoint detection systems while protecting sensitive client data.

### Source excerpt

Read how Harvey uses ClickHouse Cloud to turn 5.4TB of daily network logs into real-time threat detection - protecting client data while revolutionizing the legal industry with AI.

## Overcoming AppSec Challenges in FinServ: How CIBC Balances Speed, Security, and Compliance

DevFeed: [Overcoming AppSec Challenges in FinServ: How CIBC Balances Speed, Security, and Compliance](<https://devfeed.tech/articles/overcoming-appsec-challenges-in-finserv-how-cibc-balances-speed-security-and-compliance-8042.md>)

Original publisher: [Read original article](<https://snyk.io/blog/overcoming-appsec-challenges-in-finserv-how-cibc-balances-speed-security-and/>)

Author: Snyk Team

Published: 2025-03-20T04:00:00Z

Content type: article

Language: en

Sources: [Blog RSS Feed | Snyk](<https://devfeed.tech/sources/blog-rss-feed-snyk.md>)

Topics: [Application Security](<https://devfeed.tech/topics/application-security.md>), [Security, Privacy and Abuse Prevention](<https://devfeed.tech/topics/security-privacy-and-abuse-prevention.md>), [DevSecOps](<https://devfeed.tech/topics/devsecops.md>), [vulnerability management](<https://devfeed.tech/topics/vulnerability-management.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Automation](<https://devfeed.tech/topics/automation.md>), [threat detection](<https://devfeed.tech/topics/threat-detection.md>), [cloud-infrastructure](<https://devfeed.tech/topics/cloud-infrastructure.md>), [Cybercrime](<https://devfeed.tech/topics/cybercrime.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [application-security](<https://devfeed.tech/tags/application-security.md>), [automation](<https://devfeed.tech/tags/automation.md>), [blog](<https://devfeed.tech/tags/blog.md>), [cloud-infrastructure](<https://devfeed.tech/tags/cloud-infrastructure.md>), [community](<https://devfeed.tech/tags/community.md>), [compliance](<https://devfeed.tech/tags/compliance.md>), [customer](<https://devfeed.tech/tags/customer.md>), [customer-featured](<https://devfeed.tech/tags/customer-featured.md>), [data-privacy](<https://devfeed.tech/tags/data-privacy.md>), [devsecops](<https://devfeed.tech/tags/devsecops.md>), [executive](<https://devfeed.tech/tags/executive.md>), [financial-services](<https://devfeed.tech/tags/financial-services.md>), [finserv](<https://devfeed.tech/tags/finserv.md>), [interest](<https://devfeed.tech/tags/interest.md>), [pci-dss](<https://devfeed.tech/tags/pci-dss.md>), [security](<https://devfeed.tech/tags/security.md>), [soc-2](<https://devfeed.tech/tags/soc-2.md>), [threat-detection](<https://devfeed.tech/tags/threat-detection.md>), [vulnerability-management](<https://devfeed.tech/tags/vulnerability-management.md>)

### AI overview

This article distills a fireside-chat discussion about application security challenges in financial services, featuring Snyk's Field CTO and CIBC's Senior Director of Security Service Management. It covers the tension between rapid innovation and strict compliance, risks from cybercrime, data privacy, cloud infrastructure, third-party services, legacy systems, and modern applications, and the role of automation, continuous security testing, monitoring, DevSecOps, AI-driven tools, and human oversight in vulnerability management.

### Source excerpt

Join Snyk's Field CTO, Steven Schmidt, and Mihai Saveschi, Senior Director of Security Service Management at CIBC, for an exclusive fireside chat on the evolving landscape of application security in financial services.

## AI Risk Management: Benefits, Challenges, and Best Practices

DevFeed: [AI Risk Management: Benefits, Challenges, and Best Practices](<https://devfeed.tech/articles/ai-risk-management-benefits-challenges-and-best-practices-7810.md>)

Original publisher: [Read original article](<https://snyk.io/blog/ai-risk-management-benefits-challenges-and-best-practices/>)

Author: Stephen Thoemmes

Published: 2025-03-13T04:00:00Z

Content type: article

Language: en

Sources: [Blog RSS Feed | Snyk](<https://devfeed.tech/sources/blog-rss-feed-snyk.md>)

Topics: [AI Strategy](<https://devfeed.tech/topics/ai-strategy.md>), [AI Development](<https://devfeed.tech/topics/ai-development.md>), [Vulnerabilities](<https://devfeed.tech/topics/vulnerabilities.md>), [Security](<https://devfeed.tech/topics/security.md>), [threat detection](<https://devfeed.tech/topics/threat-detection.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-adoption](<https://devfeed.tech/tags/ai-adoption.md>), [awareness](<https://devfeed.tech/tags/awareness.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [blog](<https://devfeed.tech/tags/blog.md>), [code-generation](<https://devfeed.tech/tags/code-generation.md>), [developer](<https://devfeed.tech/tags/developer.md>), [megawatt](<https://devfeed.tech/tags/megawatt.md>), [secure-by-design](<https://devfeed.tech/tags/secure-by-design.md>), [security](<https://devfeed.tech/tags/security.md>), [security-vulnerabilities](<https://devfeed.tech/tags/security-vulnerabilities.md>), [snyk-apprisk](<https://devfeed.tech/tags/snyk-apprisk.md>), [snyk-code](<https://devfeed.tech/tags/snyk-code.md>), [standards](<https://devfeed.tech/tags/standards.md>)

### AI overview

This article explains how organizations can manage risks introduced by AI development tools while still benefiting from faster coding and reduced manual work. It covers hidden vulnerabilities in generated code, outdated libraries, logic errors, compliance concerns, automated threat detection, and the use of NIST and ISO guidance to support secure-by-design AI adoption.

### Source excerpt

Learn how to manage AI risks effectively with best practices, frameworks, and strategies to ensure secure AI adoption while mitigating vulnerabilities.

## Blog: Detecting Threats in OVHcloud MKS Audit Logs with Falco

DevFeed: [Blog: Detecting Threats in OVHcloud MKS Audit Logs with Falco](<https://devfeed.tech/articles/blog-detecting-threats-in-ovhcloud-mks-audit-logs-with-falco-32478.md>)

Original publisher: [Read original article](<https://falco.org/blog/detect-threats-falco-ovh-mks-audit-logs-plugin/>)

Published: 2025-03-13T00:00:00Z

Content type: tutorial

Language: en

Sources: [Falco - Falco](<https://devfeed.tech/sources/falco-falco.md>), [Falco - The Falco blog](<https://devfeed.tech/sources/falco-the-falco-blog.md>)

Topics: [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Security](<https://devfeed.tech/topics/security.md>), [threat detection](<https://devfeed.tech/topics/threat-detection.md>), [Kubernetes clusters](<https://devfeed.tech/topics/kubernetes-clusters.md>), [kubectl](<https://devfeed.tech/topics/kubectl.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [api server](<https://devfeed.tech/topics/api-server.md>), [container](<https://devfeed.tech/topics/container.md>), [Amazon EKS](<https://devfeed.tech/topics/amazon-eks.md>), [Amazon Elastic Kubernetes Service](<https://devfeed.tech/topics/amazon-elastic-kubernetes-service.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [audit](<https://devfeed.tech/tags/audit.md>), [auditlogs](<https://devfeed.tech/tags/auditlogs.md>), [container](<https://devfeed.tech/tags/container.md>), [falco](<https://devfeed.tech/tags/falco.md>), [kubectl](<https://devfeed.tech/tags/kubectl.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [linux](<https://devfeed.tech/tags/linux.md>), [logs](<https://devfeed.tech/tags/logs.md>), [mks](<https://devfeed.tech/tags/mks.md>), [ovhcloud](<https://devfeed.tech/tags/ovhcloud.md>), [plugin](<https://devfeed.tech/tags/plugin.md>), [security](<https://devfeed.tech/tags/security.md>), [threat-detection](<https://devfeed.tech/tags/threat-detection.md>)

### AI overview

This article explains how Falco uses the OVHcloud MKS Audit Logs plugin to detect anomalies, suspicious activity, and policy violations in Kubernetes clusters. It describes Falco's event processing and outlines the required setup involving OVHcloud Logs Data Platform, a data stream, and an MKS cluster.

### Source excerpt

Detecting threats in a Kubernetes cluster can be challenging, we generally don't know where and how to start. The good news is that we have an amount of valuable logs that can help us to know what is happened in the cluster. Indeed, each action requested or done by a user or an app, in a cluster, is recorded in Audit Logs. Kubernetes events are key to understanding the behavior of a cluster. We already provide plugins that let you parse Audit Logs and use Falco to detect threats from GKE, EKS and AKS clusters. With our latest plugin, you'll now have the same powerful threat detection capabilities for your OVHcloud MKS clusters 🎉. What is Falco? Falco is an Open Source cloud-native runtime security tool. It provides near real-time threat detection for cloud, container, and Kubernetes workloads by leveraging runtime insights. Falco can monitor events from various sources, including the Linux kernel, and enrich them with metadata from the Kubernetes API server, container runtime, and more. Falco can receive Events, compare them to a set of Rules to determine the actions to perform and generate Alerts to different endpoints. What is the OVH MKS Audit Logs plugin? The OVH audit logs plugin (k8saudit-ovh) extends Falco's capabilities to OVHcloud Managed Kubernetes Service (MKS) clusters, providing you with the same security insights and threat detection Falco already offers for GKE, EKS and AKS environments. With this plugin, you can seamlessly integrate MKS Audit Logs into Falco's event processing pipeline, enabling it to identify anomalies, suspicious activities, and policy violations within your MKS-based workloads. Concretely, when a user executes some kubectl commands in an OVHcloud MKS cluster, Audit Logs will be generated. Falco is listening to them, and depending on the configured rules to follow, it will generate some alerts. Using OVH MKS Audit Logs plugin In order to use the OVH MKS Audit Logs plugin, you must follow several steps: deploy an OVHcloud LDP (Logs

## Blog: Falco plugin for collecting AKS audit logs

DevFeed: [Blog: Falco plugin for collecting AKS audit logs](<https://devfeed.tech/articles/blog-falco-plugin-for-collecting-aks-audit-logs-32495.md>)

Original publisher: [Read original article](<https://falco.org/blog/falco-aks-audit-logs-plugin/>)

Published: 2025-03-09T00:00:00Z

Content type: release

Language: en

Sources: [Falco - Falco](<https://devfeed.tech/sources/falco-falco.md>), [Falco - The Falco blog](<https://devfeed.tech/sources/falco-the-falco-blog.md>)

Topics: [Azure Kubernetes Service](<https://devfeed.tech/topics/azure-kubernetes-service.md>), [Falco](<https://devfeed.tech/topics/falco.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Security](<https://devfeed.tech/topics/security.md>), [threat detection](<https://devfeed.tech/topics/threat-detection.md>), [api server](<https://devfeed.tech/topics/api-server.md>), [Containers](<https://devfeed.tech/topics/containers.md>), [Cloud Native Ecosystem](<https://devfeed.tech/topics/cloud-native-ecosystem.md>), [Kernel](<https://devfeed.tech/topics/kernel.md>)

Tags: [aks](<https://devfeed.tech/tags/aks.md>), [audit](<https://devfeed.tech/tags/audit.md>), [auditlogs](<https://devfeed.tech/tags/auditlogs.md>), [azure](<https://devfeed.tech/tags/azure.md>), [azure-kubernetes-service](<https://devfeed.tech/tags/azure-kubernetes-service.md>), [falco](<https://devfeed.tech/tags/falco.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [logs](<https://devfeed.tech/tags/logs.md>), [plugin](<https://devfeed.tech/tags/plugin.md>), [security](<https://devfeed.tech/tags/security.md>), [threat-detection](<https://devfeed.tech/tags/threat-detection.md>)

### AI overview

The article introduces a Falco plugin for collecting Azure Kubernetes Service (AKS) audit logs. It explains how Falco uses runtime and Kubernetes data for threat detection and outlines the required Event Hub configuration and storage setup for using the plugin.

### Source excerpt

Troubleshooting Kubernetes events is challenging due to the multitude of data sources involved: container logs, Kubernetes events, cloud logs, and more. Among these sources, Kubernetes audit logs are especially valuable for identifying threats, as every action passing through the Kubernetes API server is recorded there. We already provide plugins that let you parse and use Falco to detect threats in audit logs from GKE and EKS clusters. With our latest plugin, you'll now have the same powerful threat detection capabilities for your Azure AKS clusters. What is Falco? Falco is a Cloud Native Computing Foundation project that provides runtime threat detection. Out of the box, Falco examines syscalls to alert you to any suspicious activity. And, since containers share the same kernel as their host, Falco can monitor not only activity on the host but also activity on all of the containers running on that host. Moreover, Falco pulls data from both Kubernetes and the container runtime to add additional context to its alerts. With Falco running on your GKE clusters you can be notified of a wide variety of events, such as: Did someone start a container with high privileges? Has someone shelled into a running container? Has an executable been added to the container after it was deployed? These are just a few examples. Falco has over 80 rules that can be used to make you aware of not only external threats but also when clusters aren't being operated in accordance with industry best practices. What is the AKS audit logs plugin? The AKS audit logs plugin extends Falco's capabilities to Microsoft Azure Kubernetes Service (AKS) clusters, providing you with the same security insights and threat detection Falco already offers for GKE and EKS environments. With this plugin, you can seamlessly integrate AKS audit logs into Falco's event processing pipeline, enabling it to identify anomalies, suspicious activities, and policy violations within your AKS-based workloads. Using AKS audit

## Know your tools: The full range of Elastic Security's detection engineering capabilities

DevFeed: [Know your tools: The full range of Elastic Security's detection engineering capabilities](<https://devfeed.tech/articles/know-your-tools-the-full-range-of-elastic-security-s-detection-engineering-capabilities-21083.md>)

Original publisher: [Read original article](<https://www.elastic.co/blog/elastic-security-detection-engineering>)

Author: Kseniia Ignatovych

Published: 2024-11-12T05:00:00Z

Content type: article

Language: en

Sources: [Elastic Blog - Elasticsearch, Kibana, and ELK Stack](<https://devfeed.tech/sources/elastic-blog-elasticsearch-kibana-and-elk-stack.md>)

Topics: [Detection engineering](<https://devfeed.tech/topics/detection-engineering.md>), [Security](<https://devfeed.tech/topics/security.md>), [SIEM, Security](<https://devfeed.tech/topics/siem-security.md>), [threat detection](<https://devfeed.tech/topics/threat-detection.md>), [alert triage](<https://devfeed.tech/topics/alert-triage.md>), [Tooling](<https://devfeed.tech/topics/tooling.md>)

Tags: [alert-fatigue](<https://devfeed.tech/tags/alert-fatigue.md>), [alert-triage](<https://devfeed.tech/tags/alert-triage.md>), [automated](<https://devfeed.tech/tags/automated.md>), [automated-threat-protection-cybersecurity-defense-security-compliance](<https://devfeed.tech/tags/automated-threat-protection-cybersecurity-defense-security-compliance.md>), [blog](<https://devfeed.tech/tags/blog.md>), [detection-engineering](<https://devfeed.tech/tags/detection-engineering.md>), [elastic](<https://devfeed.tech/tags/elastic.md>), [features](<https://devfeed.tech/tags/features.md>), [latest-features](<https://devfeed.tech/tags/latest-features.md>), [quality](<https://devfeed.tech/tags/quality.md>), [security](<https://devfeed.tech/tags/security.md>), [security-siem](<https://devfeed.tech/tags/security-siem.md>), [siem](<https://devfeed.tech/tags/siem.md>), [threat-detection](<https://devfeed.tech/tags/threat-detection.md>), [tools](<https://devfeed.tech/tags/tools.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

### AI overview

This Elastic Security blog provides an overview of detection engineering capabilities, including customizable prebuilt rules, alert suppression, manual rule runs, automated case creation, and machine learning jobs.

### Source excerpt

This blog provides a comprehensive overview of the detection capabilities available in Elastic Security. Learn about the latest features and get useful tips and tricks for your detection practice!

## Effective Identity Threat Response with Teleport

DevFeed: [Effective Identity Threat Response with Teleport](<https://devfeed.tech/articles/effective-identity-threat-response-with-teleport-29707.md>)

Original publisher: [Read original article](<https://goteleport.com/blog/identity-threat-response-with-teleport/>)

Author: info@goteleport.com (Viktor Chuchurski and Francesco Lacerenza, Doyensec Security)

Published: 2024-07-15T00:00:00Z

Content type: tutorial

Language: en

Sources: [Teleport](<https://devfeed.tech/sources/teleport.md>)

Topics: [incident](<https://devfeed.tech/topics/incident.md>), [Incident response](<https://devfeed.tech/topics/incident-response.md>), [Security](<https://devfeed.tech/topics/security.md>), [threat detection](<https://devfeed.tech/topics/threat-detection.md>), [log management](<https://devfeed.tech/topics/log-management.md>), [audit](<https://devfeed.tech/topics/audit.md>), [Monitoring](<https://devfeed.tech/topics/monitoring.md>)

Tags: [audit](<https://devfeed.tech/tags/audit.md>), [breach](<https://devfeed.tech/tags/breach.md>), [identity](<https://devfeed.tech/tags/identity.md>), [incident](<https://devfeed.tech/tags/incident.md>), [incident-response](<https://devfeed.tech/tags/incident-response.md>), [log-management](<https://devfeed.tech/tags/log-management.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [operations](<https://devfeed.tech/tags/operations.md>), [security](<https://devfeed.tech/tags/security.md>), [threat-detection](<https://devfeed.tech/tags/threat-detection.md>)

### AI overview

This article explains how to use Teleport to respond to identity compromise, including detecting suspicious behavior, containing threats, analyzing impact, and supporting recovery.

### Source excerpt

Using Teleport to respond to identity compromise.

## Blog: Automate Kubernetes Network Security with Falco Talon

DevFeed: [Blog: Automate Kubernetes Network Security with Falco Talon](<https://devfeed.tech/articles/blog-automate-kubernetes-network-security-with-falco-talon-32499.md>)

Original publisher: [Read original article](<https://falco.org/blog/falco-network-security/>)

Published: 2024-02-09T00:00:00Z

Content type: article

Language: en

Sources: [Falco - Falco](<https://devfeed.tech/sources/falco-falco.md>), [Falco - The Falco blog](<https://devfeed.tech/sources/falco-the-falco-blog.md>)

Topics: [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Falco](<https://devfeed.tech/topics/falco.md>), [network security](<https://devfeed.tech/topics/network-security.md>), [threat detection](<https://devfeed.tech/topics/threat-detection.md>), [C2](<https://devfeed.tech/topics/c2.md>)

Tags: [c2](<https://devfeed.tech/tags/c2.md>), [falco](<https://devfeed.tech/tags/falco.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [network-security](<https://devfeed.tech/tags/network-security.md>), [security](<https://devfeed.tech/tags/security.md>), [security-concept](<https://devfeed.tech/tags/security-concept.md>), [threat-detection](<https://devfeed.tech/tags/threat-detection.md>)

### AI overview

This article explains how Falco Talon can automate Kubernetes network security by responding to detected threats and updating network policies. It describes the limitations of IP-based policies and proposes using labels to isolate suspicious network traffic at runtime.

### Source excerpt

Falco Talon Repository: https://github.com/Falco-Talon/falco-talon Falco Talon Documentation: https://falco-talon.github.io/ Falco Talon is currently under active development and remains in the alpha stage; therefore, breaking changes may occur at any time, and the documentation may not always be up to date. Setting up robust network security in Kubernetes is a challenge that demands both precision and adaptability. NetworkPolicy offers the potential for highly specific network configurations, enabling or blocking traffic based on a comprehensive set of criteria. However, the dynamic nature of network topologies and the complexities of managing policy implementations present ongoing challenges. The need for constant policy updates, especially in response to changing threat landscapes, introduces risks such as the potential for misconfiguration and the unintended dropping of packets. The Challenge of IP-Based Network Policies Building network policies around IP addresses is notoriously challenging. For instance, threat feeds, which list known malicious IP addresses, are constantly changing. An IP address associated with a malicious entity one week might be reassigned and deemed safe the next. This fluidity necessitates an agile approach to network policy management, integrating solutions like NetworkSets to dynamically update policies based on the latest intelligence. However, the sheer volume of threat intelligence feeds - from Tor IP lists to cryptomining blocklists - complicates this integration, making it a daunting task to maintain accurate network controls. Here, Falco Talon emerges as a transformative solution. By leveraging Falco's detection capabilities, such as identifying Outbound Connections to C2 Servers, Falco Talon can instantly update Kubernetes network policies to block all egress traffic except allowed CIDR ranges. This is facilitated through the kubernetes:networkpolicy Talon action, demonstrating a seamless integration of dynamic threat detection

[Next page](<https://devfeed.tech/topics/threat-detection.md?cursor=WyIyMDI0LTAyLTA5VDAwOjAwOjAwKzAwOjAwIiwgImMxZWRjOGY3LWM4NWMtNDdlNS1hYzUxLWJjNDI1YTMyNWU5NSJd>)