惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Microsoft Security Blog
Microsoft Security Blog
WordPress大学
WordPress大学
Stack Overflow Blog
Stack Overflow Blog
D
DataBreaches.Net
罗磊的独立博客
博客园 - 司徒正美
Last Week in AI
Last Week in AI
The Cloudflare Blog
大猫的无限游戏
大猫的无限游戏
Microsoft Azure Blog
Microsoft Azure Blog
B
Blog RSS Feed
The GitHub Blog
The GitHub Blog
宝玉的分享
宝玉的分享
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
小众软件
小众软件
Jina AI
Jina AI
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Hugging Face - Blog
Hugging Face - Blog
B
Blog
博客园 - 【当耐特】
V
V2EX
Apple Machine Learning Research
Apple Machine Learning Research
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
酷 壳 – CoolShell
酷 壳 – CoolShell

Cloudbric

AI Crawlers and Agentic Bots: New Traffic Types Security Teams Need to Manage - Cloudbric Why are APIs more attractive to attackers than traditional web pages? - Cloudbric What is SDP (Software Defined Perimeter)? - Cloudbric What is Zero Trust Network Access (ZTNA)? - Cloudbric What is Zero Trust - Cloudbric How to Simplify Cloud Web Security in the Era of Cloud Expansion - Cloudbric Automated Bot Attacks: Trends and Response Strategies - Cloudbric What is a VPN (Virtual Private Network)? - Cloudbric What is SaaS (Software as a Service) - Cloudbric Cloud Security in the AI Era: How Cloudbric Managed Rules for AWS WAF Defend Against Agentic AI Risks - Cloudbric What Is WAAP (Web Application and API Protection)? - Cloudbric UK Online Safety Act Triggers Surge in VPN Use - Cloudbric
How API Functions Can Be Abused Through Automated Attacks...
cloudbric · 2026-08-27 · via Cloudbric

APIs allow external access to key service functions such as login, account registration, search, reservations, and payments. These functions are designed for normal service operations, but repeated automated requests can also be used in unintended ways.

Attack requests do not always look unusual. Attackers can use normal API functions and valid request formats while automating the volume, speed, and targets of their requests.

This means API security needs to consider not only individual requests, but also how requests are repeated and the behavior patterns they create.

How Normal API Requests Can Become Part of an Attack

Take a login API as an example. A user entering account credentials and requesting authentication is part of the normal login process. However, automated tools can repeatedly submit credentials to a login endpoint, which may lead to attacks such as credential stuffing.

Search and query functions can also be automated. Bots can repeatedly send the same or similar requests to collect information from websites or applications, which can be used for scraping.

The key point is that each request may follow a format accepted by the API. A single request may be difficult to distinguish from normal user activity, but repeated or automated behavior can result in malicious traffic that affects the service.

Are Application-Level Controls Enough?

As APIs connect more services and data, the number of points that attackers can exploit also grows. APIs exposed to the internet face automated traffic and attack attempts, while attackers continue to change their request patterns and methods to bypass existing security rules.

API protection therefore requires not only application-level security controls, but also a separate security layer that can identify and block incoming malicious requests.

Building a Security Layer in AWS

In AWS environments, AWS WAF can serve as this security layer. The key is to select rules based on the resources being protected and the relevant attack types, and to maintain and update those rules as attack methods change. 

For example, API attacks and malicious bot activity are not the same type of threat, so different rules may be needed to address each, as shown below.

[Cloudbric Managed Rules for AWS WAF – API Protection]

Addresses known API attacks, including risks covered by the OWASP API Security Top 10, and provides validation and protection for XML, JSON, and YAML data.

[Cloudbric Managed Rules for AWS WAF – Bot Protection]

Targets malicious bots that affect websites and web applications through repetitive behavior. It detects behavioral patterns associated with scrapers, scanners, and crawlers to help protect against bot-based threats.

Cloudbric Managed Rules, which includes the two rule sets above, can be applied without building and managing all AWS WAF rules in-house, reducing the operational workload associated with rule management. 

Learn more about Cloudbric Managed Rules at the Link.