From 63ca76ed96cfb41163c6d4af1fb86b7a903ec93f Mon Sep 17 00:00:00 2001 From: Dan Date: Sat, 28 Mar 2026 16:48:32 -0500 Subject: [PATCH 1/2] Add APIs section and LOLAPI --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 93a2de9..613480a 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Living off the Land (LOL / LoTL) is an attack strategy where adversaries rely on ## Contents +- [APIs](#apis) - [Cloud & App](#cloud--app) - [AWS](#aws) - [Azure](#azure) @@ -30,6 +31,12 @@ Living off the Land (LOL / LoTL) is an attack strategy where adversaries rely on --- +## APIs + +Related to Application Programming Interfaces (APIs). + +- [LOLAPI](https://themagicclaw.github.io/LOLAPI/) - Catalogs real-world abused APIs across Windows, Cloud, and Browser platforms—with detection strategies, mitigation guidance, and red team POCs. + ## Cloud & App Related to cloud environments / services or SaaS apps. From 8ff4084fc860db2e9880c612419aa8decfbb8aca Mon Sep 17 00:00:00 2001 From: Dan Date: Sat, 28 Mar 2026 16:50:12 -0500 Subject: [PATCH 2/2] Fix API to singular --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 613480a..411559b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Living off the Land (LOL / LoTL) is an attack strategy where adversaries rely on ## Contents -- [APIs](#apis) +- [API](#api) - [Cloud & App](#cloud--app) - [AWS](#aws) - [Azure](#azure) @@ -31,7 +31,7 @@ Living off the Land (LOL / LoTL) is an attack strategy where adversaries rely on --- -## APIs +## API Related to Application Programming Interfaces (APIs).