From 5082cf962430e8baee0a8eef94eca7101dfaa28f Mon Sep 17 00:00:00 2001 From: shiva108 Date: Sat, 6 Dec 2025 18:13:53 +0100 Subject: [PATCH] docs: Update banner image asset reference from `banner.svg` to `page_header.svg` across all documentation files. --- DEPLOYMENT.md | 6 +-- docs/AI LLM Red Team Handbook.md | 42 +++++++++---------- docs/AI_LLM Red Team Field Manual.md | 22 +++++----- ...apter_01_Introduction_to_AI_Red_Teaming.md | 2 +- ...ics_Legal_and_Stakeholder_Communication.md | 2 +- docs/Chapter_03_The_Red_Teamers_Mindset.md | 2 +- ...les_of_Engagement_and_Client_Onboarding.md | 2 +- ...er_05_Threat_Modeling_and_Risk_Analysis.md | 2 +- docs/Chapter_06_Scoping_an_Engagement.md | 2 +- ...r_07_Lab_Setup_and_Environmental_Safety.md | 2 +- ...ence_Documentation_and_Chain_of_Custody.md | 2 +- ...LLM_Architectures_and_System_Components.md | 2 +- ..._10_Tokenization_Context_and_Generation.md | 2 +- ...11_Plugins_Extensions_and_External_APIs.md | 2 +- ...eval_Augmented_Generation_RAG_Pipelines.md | 2 +- ...ta_Provenance_and_Supply_Chain_Security.md | 2 +- docs/Chapter_14_Prompt_Injection.md | 2 +- .../Chapter_15_Data_Leakage_and_Extraction.md | 2 +- ...ter_16_Jailbreaks_and_Bypass_Techniques.md | 2 +- .../Chapter_17_Plugin_and_API_Exploitation.md | 2 +- ...sion_Obfuscation_and_Adversarial_Inputs.md | 2 +- docs/Chapter_19_Training_Data_Poisoning.md | 2 +- ...20_Model_Theft_and_Membership_Inference.md | 2 +- ...hapter_21_Model_DoS_Resource_Exhaustion.md | 2 +- ...apter_22_Cross_Modal_Multimodal_Attacks.md | 2 +- ...hapter_23_Advanced_Persistence_Chaining.md | 2 +- docs/Chapter_24_Social_Engineering_LLMs.md | 2 +- docs/Chapter_25_Advanced_Adversarial_ML.md | 2 +- docs/Chapter_26_Supply_Chain_Attacks_on_AI.md | 2 +- docs/Chapter_27_Federated_Learning_Attacks.md | 2 +- docs/Chapter_28_AI_Privacy_Attacks.md | 2 +- docs/Chapter_29_Model_Inversion_Attacks.md | 2 +- docs/Chapter_30_Backdoor_Attacks.md | 2 +- docs/Chapter_31_AI_System_Reconnaissance.md | 2 +- .../Chapter_32_Automated_Attack_Frameworks.md | 2 +- docs/Chapter_33_Red_Team_Automation.md | 2 +- docs/Chapter_34_Defense_Evasion_Techniques.md | 2 +- ...pter_35_Post-Exploitation_in_AI_Systems.md | 2 +- .../Chapter_36_Reporting_and_Communication.md | 2 +- docs/Chapter_37_Remediation_Strategies.md | 2 +- docs/Chapter_38_Continuous_Red_Teaming.md | 2 +- docs/Chapter_39_AI_Bug_Bounty_Programs.md | 2 +- docs/Chapter_40_Compliance_and_Standards.md | 2 +- docs/Chapter_41_Industry_Best_Practices.md | 2 +- ...Chapter_42_Case_Studies_and_War_Stories.md | 2 +- docs/Chapter_43_Future_of_AI_Red_Teaming.md | 2 +- docs/Chapter_44_Emerging_Threats.md | 2 +- ...pter_45_Building_an_AI_Red_Team_Program.md | 2 +- docs/Chapter_46_Conclusion_and_Next_Steps.md | 2 +- docs/SUMMARY.md | 2 +- ...eld_Manual_01_Prompt_Injection_Playbook.md | 2 +- .../Field_Manual_02_Data_Leakage_Playbook.md | 2 +- .../Field_Manual_03_Jailbreak_Playbook.md | 2 +- ..._Manual_04_Plugin_Exploitation_Playbook.md | 2 +- .../Field_Manual_05_Evasion_Playbook.md | 2 +- ...Field_Manual_06_Data_Poisoning_Playbook.md | 2 +- .../Field_Manual_07_Model_Theft_Playbook.md | 2 +- .../Field_Manual_08_DoS_Playbook.md | 2 +- .../Field_Manual_09_Multimodal_Playbook.md | 2 +- .../Field_Manual_10_Persistence_Playbook.md | 2 +- ...d_Manual_11_Social_Engineering_Playbook.md | 2 +- .../Field_Manual_Quick_Reference.md | 2 +- 62 files changed, 94 insertions(+), 94 deletions(-) diff --git a/DEPLOYMENT.md b/DEPLOYMENT.md index f7c70d2..4f3f1c3 100644 --- a/DEPLOYMENT.md +++ b/DEPLOYMENT.md @@ -79,10 +79,10 @@ The repository uses a dual-configuration strategy to support both legacy builds #### Branding (Logo & Assets) -- **Asset Location**: `docs/assets/banner.svg` +- **Asset Location**: `docs/assets/page_header.svg` - **Configuration**: - - `.gitbook.yaml`: Defines `branding` block pointing to `docs/assets/banner.svg` (for new SaaS builds). - - `book.json`: Defines `insert-logo` plugin pointing to `assets/banner.svg` (relative to `docs` root). + - `.gitbook.yaml`: Defines `branding` block pointing to `docs/assets/page_header.svg` (for new SaaS builds). + - `book.json`: Defines `insert-logo` plugin pointing to `assets/page_header.svg` (relative to `docs` root). - **Note**: GitBook Cloud (SaaS) often ignores file-based theming. If the logo does not appear, you must set it manually via **Customize > Look & Feel** in the GitBook Dashboard. #### Plugins (Legacy) diff --git a/docs/AI LLM Red Team Handbook.md b/docs/AI LLM Red Team Handbook.md index 8e04a9e..8e8f322 100644 --- a/docs/AI LLM Red Team Handbook.md +++ b/docs/AI LLM Red Team Handbook.md @@ -1,6 +1,6 @@ # Red Teaming AI & LLMs: The Consultant’s Complete Handbook -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) ## Table of Contents @@ -104,7 +104,7 @@ _(To be added)_ --- -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) # Chapter 1: Introduction to AI Red Teaming @@ -187,7 +187,7 @@ The handbook is organized for practical learning and use: _Proceed to the next chapter to explore ethical and legal essentials, and begin developing the professional approach required of every AI red teamer._ -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) # Chapter 2: Ethics, Legal, and Stakeholder Communication @@ -289,7 +289,7 @@ In AI red teaming, technical findings may have legal, business, or even social i _In the next chapter, you’ll develop the mindset that distinguishes effective AI red teamers from traditional security testers, bridging technology, psychology, and business acuity._ -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) # Chapter 3: The Red Teamer's Mindset @@ -369,7 +369,7 @@ Field engagements can be high-stress: production outages, tense clients, critica _Mastering the red team mindset primes you for the work ahead: scoping, planning, and then executing engagements with insight, rigor, and integrity. Proceed to the next chapter to learn how to prepare and manage a professional AI red team project from start to finish._ -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) # Chapter 4: SOW, Rules of Engagement, and Client Onboarding @@ -488,7 +488,7 @@ Before you start: _Solid foundations prevent project failure and foster trust. The next chapter will guide you through threat modeling and risk analysis for AI systems, helping you identify what matters most before you begin attacking._ -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) # Chapter 5: Threat Modeling and Risk Analysis @@ -613,7 +613,7 @@ A good threat model is: _With a strong threat model, your red team engagement becomes risk-driven and results-focused. The next chapter will walk you through scoping these findings into a feasible, valuable engagement plan._ -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) # Chapter 6: Scoping an Engagement @@ -721,7 +721,7 @@ An accurately scoped engagement shows professionalism and respect for the client _With a precise scope in place, you are ready to establish the laboratory, test environments, and safety measures needed for executing a secure and efficient AI red teaming exercise. Continue to the next chapter for practical lab setup and environmental safety._ -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) # Chapter 7: Lab Setup and Environmental Safety @@ -816,7 +816,7 @@ Remember: _With a robust lab and clear safety controls in place, you’re prepared to gather and preserve evidence in a trustworthy manner. Continue to the next chapter to master documentation and evidence handling in AI red team engagements._ -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) # Chapter 8: Evidence, Documentation, and Chain of Custody @@ -930,9 +930,9 @@ A robust chain of custody ensures that all evidence remains trustworthy and trac _With evidence and documentation in place, you’re equipped to deliver clear, credible findings. The next chapter will guide you through the art of writing actionable, impactful red team reports for both technical and executive audiences._ -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) # Chapter 9: LLM Architectures and System Components @@ -1071,11 +1071,11 @@ Before attacking, answer these questions about your target: Understanding these components transitions you from "guessing passwords" to "engineering exploits." -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) # Chapter 10: Tokenization, Context, and Generation -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) While the "mind" of an LLM is a neural network, its "senses" are defined by the Tokenizer, and its "memory" is defined by the Context Window. As a Red Teamer, deeply understanding these mechanisms allows you to exploit blind spots, bypass filters, and degrade model performance. @@ -1288,7 +1288,7 @@ Understanding plugins is critical because they turn a "text generator" into an " # Chapter 12: Retrieval-Augmented Generation (RAG) Pipelines -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) ## 12.1 What Is Retrieval-Augmented Generation (RAG)? @@ -3815,7 +3815,7 @@ class RAGAccessControlTester: _RAG systems represent one of the most powerful - and vulnerable - implementations of LLM technology in enterprise environments. By understanding their architecture, attack surfaces, and testing methodologies, red teamers can help organizations build secure, production-ready AI assistants. The next chapter will explore data provenance and supply chain security - critical for understanding where your AI system's data comes from and how it can be compromised._ -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) # Chapter 13: Data Provenance and Supply Chain Security @@ -5676,7 +5676,7 @@ def detect_insider_poisoning(training_data, baseline_distribution): --- -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) # Chapter 14: Prompt Injection (Direct/Indirect, 1st/3rd Party) @@ -9746,7 +9746,7 @@ _Prompt injection represents the defining security challenge of the LLM era. Lik --- -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) # Chapter 15: Data Leakage and Extraction @@ -13416,7 +13416,7 @@ _Continue to Chapter 16: Jailbreaks and Bypass Techniques to learn how attackers --- -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) # Chapter 16: Jailbreaks and Bypass Techniques @@ -14962,7 +14962,7 @@ Successful reports are tailored to multiple audiences, such as: _You are now ready to communicate your findings with clarity and impact. The next chapter will cover presenting results to both technical and non-technical stakeholders - ensuring your work leads to measurable improvements in AI security._ -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) # Chapter 37: Presenting Results and Remediation Guidance @@ -15048,7 +15048,7 @@ Delivering findings is more than handing over a report - it's about ensuring you _Professional communication and practical remediation guidance ensure your red teaming work translates into real, measurable improvements. The next chapter will explore lessons learned, common pitfalls, and how to build a mature AI/LLM red teaming practice._ -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) # Chapter 38: Lessons Learned and Building Future Readiness @@ -15108,4 +15108,4 @@ To make AI red teaming a sustainable part of your organization’s security post _By systematically learning and adapting, your AI red teaming program matures - helping organizations stay resilient amid the evolving risks and rewards of intelligent systems._ -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) diff --git a/docs/AI_LLM Red Team Field Manual.md b/docs/AI_LLM Red Team Field Manual.md index 4d9fe88..90e87b3 100644 --- a/docs/AI_LLM Red Team Field Manual.md +++ b/docs/AI_LLM Red Team Field Manual.md @@ -1,4 +1,4 @@ -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) # **AI/LLM Red Team Field Manual** @@ -186,7 +186,7 @@ For step-by-step attack procedures with extensive code examples, see the **modul --- -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) ## **1. Introduction: Rules of Engagement (RoE)** @@ -204,7 +204,7 @@ Define in writing: in-scope systems/models, allowed techniques, test windows, ha --- -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) ## **1.5 Environment Setup & Configuration** @@ -490,7 +490,7 @@ API Config File: ✅ --- -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) ## **2. Red Teaming Phases** @@ -765,7 +765,7 @@ chmod +x cleanup.sh --- -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) ## **3\. Attack Types & Practical Test Examples** @@ -1250,7 +1250,7 @@ afl-fuzz \-i testcase_dir \-o findings_dir \-- ./your_cli_target @@ --- -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) ## **4\. Tools Reference & CLI Commands** @@ -1296,7 +1296,7 @@ afl-fuzz \-i testcase_dir \-o findings_dir \-- ./your_cli_target @@ --- -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) ## **5\. Attack-Type–to–Tool Quick Lookup Table** @@ -1315,7 +1315,7 @@ afl-fuzz \-i testcase_dir \-o findings_dir \-- ./your_cli_target @@ --- -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) ## **5.5 API Configuration Guide** @@ -1583,7 +1583,7 @@ echo "✅ Provider test complete!" --- -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) ## **6\. Reporting Guidance** @@ -1597,7 +1597,7 @@ Report every finding with: --- -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) ## **7\. Additional Guidance** @@ -1609,7 +1609,7 @@ Report every finding with: --- -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) ## **8. Troubleshooting Guide** diff --git a/docs/Chapter_01_Introduction_to_AI_Red_Teaming.md b/docs/Chapter_01_Introduction_to_AI_Red_Teaming.md index 7b3a03f..ec88289 100644 --- a/docs/Chapter_01_Introduction_to_AI_Red_Teaming.md +++ b/docs/Chapter_01_Introduction_to_AI_Red_Teaming.md @@ -1,6 +1,6 @@ # Chapter 1: Introduction to AI Red Teaming -![Banner](assets/page_header.png) +![Banner](assets/page_header.svg) ## 1.1 What Is AI Red Teaming? diff --git a/docs/Chapter_02_Ethics_Legal_and_Stakeholder_Communication.md b/docs/Chapter_02_Ethics_Legal_and_Stakeholder_Communication.md index f6fadd4..09d1fe2 100644 --- a/docs/Chapter_02_Ethics_Legal_and_Stakeholder_Communication.md +++ b/docs/Chapter_02_Ethics_Legal_and_Stakeholder_Communication.md @@ -1,6 +1,6 @@ # Chapter 2: Ethics, Legal, and Stakeholder Communication -![Banner](assets/banner.svg)S +![Banner](assets/page_header.svg)S ## 2.1 Why Ethics Matter in AI Red Teaming diff --git a/docs/Chapter_03_The_Red_Teamers_Mindset.md b/docs/Chapter_03_The_Red_Teamers_Mindset.md index 44762fe..79b3918 100644 --- a/docs/Chapter_03_The_Red_Teamers_Mindset.md +++ b/docs/Chapter_03_The_Red_Teamers_Mindset.md @@ -1,4 +1,4 @@ -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) # Chapter 3: The Red Teamer's Mindset diff --git a/docs/Chapter_04_SOW_Rules_of_Engagement_and_Client_Onboarding.md b/docs/Chapter_04_SOW_Rules_of_Engagement_and_Client_Onboarding.md index 08903c0..363b85b 100644 --- a/docs/Chapter_04_SOW_Rules_of_Engagement_and_Client_Onboarding.md +++ b/docs/Chapter_04_SOW_Rules_of_Engagement_and_Client_Onboarding.md @@ -1,4 +1,4 @@ -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) # Chapter 4: SOW, Rules of Engagement, and Client Onboarding diff --git a/docs/Chapter_05_Threat_Modeling_and_Risk_Analysis.md b/docs/Chapter_05_Threat_Modeling_and_Risk_Analysis.md index 76d85ed..2a5fedc 100644 --- a/docs/Chapter_05_Threat_Modeling_and_Risk_Analysis.md +++ b/docs/Chapter_05_Threat_Modeling_and_Risk_Analysis.md @@ -1,4 +1,4 @@ -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) # Chapter 5: Threat Modeling and Risk Analysis diff --git a/docs/Chapter_06_Scoping_an_Engagement.md b/docs/Chapter_06_Scoping_an_Engagement.md index 28350c3..da8de53 100644 --- a/docs/Chapter_06_Scoping_an_Engagement.md +++ b/docs/Chapter_06_Scoping_an_Engagement.md @@ -1,4 +1,4 @@ -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) # Chapter 6: Scoping an Engagement diff --git a/docs/Chapter_07_Lab_Setup_and_Environmental_Safety.md b/docs/Chapter_07_Lab_Setup_and_Environmental_Safety.md index 18e8d8f..995971c 100644 --- a/docs/Chapter_07_Lab_Setup_and_Environmental_Safety.md +++ b/docs/Chapter_07_Lab_Setup_and_Environmental_Safety.md @@ -1,4 +1,4 @@ -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) # Chapter 7: Lab Setup and Environmental Safety diff --git a/docs/Chapter_08_Evidence_Documentation_and_Chain_of_Custody.md b/docs/Chapter_08_Evidence_Documentation_and_Chain_of_Custody.md index a50f63a..526d6ae 100644 --- a/docs/Chapter_08_Evidence_Documentation_and_Chain_of_Custody.md +++ b/docs/Chapter_08_Evidence_Documentation_and_Chain_of_Custody.md @@ -1,4 +1,4 @@ -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) # Chapter 8: Evidence, Documentation, and Chain of Custody diff --git a/docs/Chapter_09_LLM_Architectures_and_System_Components.md b/docs/Chapter_09_LLM_Architectures_and_System_Components.md index 8740a71..593bcea 100644 --- a/docs/Chapter_09_LLM_Architectures_and_System_Components.md +++ b/docs/Chapter_09_LLM_Architectures_and_System_Components.md @@ -1,4 +1,4 @@ -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) # Chapter 9: LLM Architectures and System Components diff --git a/docs/Chapter_10_Tokenization_Context_and_Generation.md b/docs/Chapter_10_Tokenization_Context_and_Generation.md index c156fa9..ee3f98c 100644 --- a/docs/Chapter_10_Tokenization_Context_and_Generation.md +++ b/docs/Chapter_10_Tokenization_Context_and_Generation.md @@ -1,6 +1,6 @@ # Chapter 10: Tokenization, Context, and Generation -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) While the "mind" of an LLM is a neural network, its "senses" are defined by the Tokenizer, and its "memory" is defined by the Context Window. As a Red Teamer, deeply understanding these mechanisms allows you to exploit blind spots, bypass filters, and degrade model performance. diff --git a/docs/Chapter_11_Plugins_Extensions_and_External_APIs.md b/docs/Chapter_11_Plugins_Extensions_and_External_APIs.md index f590928..ff8d8ab 100644 --- a/docs/Chapter_11_Plugins_Extensions_and_External_APIs.md +++ b/docs/Chapter_11_Plugins_Extensions_and_External_APIs.md @@ -1,6 +1,6 @@ # Chapter 11: Plugins, Extensions, and External APIs -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) Modern LLMs are no longer isolated "chatbots." Through plugins, functions, and extensions, they can browse the web, read emails, query databases, and execute code. This capability introduces the **Tool-Use Attack Surface**, where the LLM becomes a "privileged user" that attackers can manipulate. diff --git a/docs/Chapter_12_Retrieval_Augmented_Generation_RAG_Pipelines.md b/docs/Chapter_12_Retrieval_Augmented_Generation_RAG_Pipelines.md index cdb0391..fe13c43 100644 --- a/docs/Chapter_12_Retrieval_Augmented_Generation_RAG_Pipelines.md +++ b/docs/Chapter_12_Retrieval_Augmented_Generation_RAG_Pipelines.md @@ -1,6 +1,6 @@ # Chapter 12: Retrieval-Augmented Generation (RAG) Pipelines -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) ## 12.1 What Is Retrieval-Augmented Generation (RAG)? diff --git a/docs/Chapter_13_Data_Provenance_and_Supply_Chain_Security.md b/docs/Chapter_13_Data_Provenance_and_Supply_Chain_Security.md index 52a398b..c009af4 100644 --- a/docs/Chapter_13_Data_Provenance_and_Supply_Chain_Security.md +++ b/docs/Chapter_13_Data_Provenance_and_Supply_Chain_Security.md @@ -1,6 +1,6 @@ # Chapter 13: Data Provenance and Supply Chain Security -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) ## 13.1 Understanding Data Provenance in AI/LLM Systems diff --git a/docs/Chapter_14_Prompt_Injection.md b/docs/Chapter_14_Prompt_Injection.md index a9756e4..3e01d9f 100644 --- a/docs/Chapter_14_Prompt_Injection.md +++ b/docs/Chapter_14_Prompt_Injection.md @@ -1,6 +1,6 @@ # Chapter 14: Prompt Injection (Direct/Indirect, 1st/3rd Party) -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) ## 14.1 Introduction to Prompt Injection diff --git a/docs/Chapter_15_Data_Leakage_and_Extraction.md b/docs/Chapter_15_Data_Leakage_and_Extraction.md index 4802671..7a449a3 100644 --- a/docs/Chapter_15_Data_Leakage_and_Extraction.md +++ b/docs/Chapter_15_Data_Leakage_and_Extraction.md @@ -1,6 +1,6 @@ # Chapter 15: Data Leakage and Extraction -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) ## 15.1 Introduction to Data Leakage in LLMs diff --git a/docs/Chapter_16_Jailbreaks_and_Bypass_Techniques.md b/docs/Chapter_16_Jailbreaks_and_Bypass_Techniques.md index 54923cd..de5b159 100644 --- a/docs/Chapter_16_Jailbreaks_and_Bypass_Techniques.md +++ b/docs/Chapter_16_Jailbreaks_and_Bypass_Techniques.md @@ -1,4 +1,4 @@ -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) # Chapter 16: Jailbreaks and Bypass Techniques diff --git a/docs/Chapter_17_Plugin_and_API_Exploitation.md b/docs/Chapter_17_Plugin_and_API_Exploitation.md index deb68a7..4fb0390 100644 --- a/docs/Chapter_17_Plugin_and_API_Exploitation.md +++ b/docs/Chapter_17_Plugin_and_API_Exploitation.md @@ -1,4 +1,4 @@ -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) # Chapter 17: Plugin and API Exploitation diff --git a/docs/Chapter_18_Evasion_Obfuscation_and_Adversarial_Inputs.md b/docs/Chapter_18_Evasion_Obfuscation_and_Adversarial_Inputs.md index 2200ce9..da76b86 100644 --- a/docs/Chapter_18_Evasion_Obfuscation_and_Adversarial_Inputs.md +++ b/docs/Chapter_18_Evasion_Obfuscation_and_Adversarial_Inputs.md @@ -1,4 +1,4 @@ -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) # Chapter 18: Evasion, Obfuscation, and Adversarial Inputs diff --git a/docs/Chapter_19_Training_Data_Poisoning.md b/docs/Chapter_19_Training_Data_Poisoning.md index 1d6410b..5c3c39f 100644 --- a/docs/Chapter_19_Training_Data_Poisoning.md +++ b/docs/Chapter_19_Training_Data_Poisoning.md @@ -1,4 +1,4 @@ -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) # Chapter 19: Training Data Poisoning diff --git a/docs/Chapter_20_Model_Theft_and_Membership_Inference.md b/docs/Chapter_20_Model_Theft_and_Membership_Inference.md index 8bada87..5ec30fb 100644 --- a/docs/Chapter_20_Model_Theft_and_Membership_Inference.md +++ b/docs/Chapter_20_Model_Theft_and_Membership_Inference.md @@ -1,4 +1,4 @@ -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) # Chapter 20: Model Theft and Membership Inference diff --git a/docs/Chapter_21_Model_DoS_Resource_Exhaustion.md b/docs/Chapter_21_Model_DoS_Resource_Exhaustion.md index 8638e59..3453106 100644 --- a/docs/Chapter_21_Model_DoS_Resource_Exhaustion.md +++ b/docs/Chapter_21_Model_DoS_Resource_Exhaustion.md @@ -1,4 +1,4 @@ -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) # Chapter 21: Model DoS and Resource Exhaustion diff --git a/docs/Chapter_22_Cross_Modal_Multimodal_Attacks.md b/docs/Chapter_22_Cross_Modal_Multimodal_Attacks.md index c2ce63c..4cbda47 100644 --- a/docs/Chapter_22_Cross_Modal_Multimodal_Attacks.md +++ b/docs/Chapter_22_Cross_Modal_Multimodal_Attacks.md @@ -1,4 +1,4 @@ -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) # Chapter 22: Cross-Modal and Multimodal Attacks diff --git a/docs/Chapter_23_Advanced_Persistence_Chaining.md b/docs/Chapter_23_Advanced_Persistence_Chaining.md index 27e6e06..3c7bf36 100644 --- a/docs/Chapter_23_Advanced_Persistence_Chaining.md +++ b/docs/Chapter_23_Advanced_Persistence_Chaining.md @@ -1,4 +1,4 @@ -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) # Chapter 23: Advanced Persistence and Chaining diff --git a/docs/Chapter_24_Social_Engineering_LLMs.md b/docs/Chapter_24_Social_Engineering_LLMs.md index 694f64e..6c91c93 100644 --- a/docs/Chapter_24_Social_Engineering_LLMs.md +++ b/docs/Chapter_24_Social_Engineering_LLMs.md @@ -1,4 +1,4 @@ -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) # Chapter 24: Social Engineering with LLM diff --git a/docs/Chapter_25_Advanced_Adversarial_ML.md b/docs/Chapter_25_Advanced_Adversarial_ML.md index b279d27..7859c13 100644 --- a/docs/Chapter_25_Advanced_Adversarial_ML.md +++ b/docs/Chapter_25_Advanced_Adversarial_ML.md @@ -1,4 +1,4 @@ -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) # Chapter 25: Advanced Adversarial ML diff --git a/docs/Chapter_26_Supply_Chain_Attacks_on_AI.md b/docs/Chapter_26_Supply_Chain_Attacks_on_AI.md index c20a88d..ab3a628 100644 --- a/docs/Chapter_26_Supply_Chain_Attacks_on_AI.md +++ b/docs/Chapter_26_Supply_Chain_Attacks_on_AI.md @@ -1,4 +1,4 @@ -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) # Chapter 26: Supply Chain Attacks on AI diff --git a/docs/Chapter_27_Federated_Learning_Attacks.md b/docs/Chapter_27_Federated_Learning_Attacks.md index 8a0e35b..f3d9046 100644 --- a/docs/Chapter_27_Federated_Learning_Attacks.md +++ b/docs/Chapter_27_Federated_Learning_Attacks.md @@ -1,4 +1,4 @@ -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) # Chapter 27: Federated Learning Attacks diff --git a/docs/Chapter_28_AI_Privacy_Attacks.md b/docs/Chapter_28_AI_Privacy_Attacks.md index 8ac00fd..d17676a 100644 --- a/docs/Chapter_28_AI_Privacy_Attacks.md +++ b/docs/Chapter_28_AI_Privacy_Attacks.md @@ -1,4 +1,4 @@ -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) # Chapter 28: AI Privacy Attacks diff --git a/docs/Chapter_29_Model_Inversion_Attacks.md b/docs/Chapter_29_Model_Inversion_Attacks.md index f2369b1..2b5e86e 100644 --- a/docs/Chapter_29_Model_Inversion_Attacks.md +++ b/docs/Chapter_29_Model_Inversion_Attacks.md @@ -1,4 +1,4 @@ -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) # Chapter 29: Model Inversion Attacks diff --git a/docs/Chapter_30_Backdoor_Attacks.md b/docs/Chapter_30_Backdoor_Attacks.md index 3b925bc..1ab53b4 100644 --- a/docs/Chapter_30_Backdoor_Attacks.md +++ b/docs/Chapter_30_Backdoor_Attacks.md @@ -1,4 +1,4 @@ -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) # Chapter 30: Backdoor Attacks diff --git a/docs/Chapter_31_AI_System_Reconnaissance.md b/docs/Chapter_31_AI_System_Reconnaissance.md index cdfe504..8a94290 100644 --- a/docs/Chapter_31_AI_System_Reconnaissance.md +++ b/docs/Chapter_31_AI_System_Reconnaissance.md @@ -1,4 +1,4 @@ -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) # Chapter 31: AI System Reconnaissance diff --git a/docs/Chapter_32_Automated_Attack_Frameworks.md b/docs/Chapter_32_Automated_Attack_Frameworks.md index 43b489a..bf676e2 100644 --- a/docs/Chapter_32_Automated_Attack_Frameworks.md +++ b/docs/Chapter_32_Automated_Attack_Frameworks.md @@ -1,4 +1,4 @@ -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) # Chapter 32: Automated Attack Frameworks diff --git a/docs/Chapter_33_Red_Team_Automation.md b/docs/Chapter_33_Red_Team_Automation.md index 70aac14..1697975 100644 --- a/docs/Chapter_33_Red_Team_Automation.md +++ b/docs/Chapter_33_Red_Team_Automation.md @@ -1,4 +1,4 @@ -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) # Chapter 33: Red Team Automation diff --git a/docs/Chapter_34_Defense_Evasion_Techniques.md b/docs/Chapter_34_Defense_Evasion_Techniques.md index 65cd1a2..5dfeca7 100644 --- a/docs/Chapter_34_Defense_Evasion_Techniques.md +++ b/docs/Chapter_34_Defense_Evasion_Techniques.md @@ -1,4 +1,4 @@ -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) # Chapter 34: Defense Evasion Techniques diff --git a/docs/Chapter_35_Post-Exploitation_in_AI_Systems.md b/docs/Chapter_35_Post-Exploitation_in_AI_Systems.md index 3dc2b13..2a1a1c1 100644 --- a/docs/Chapter_35_Post-Exploitation_in_AI_Systems.md +++ b/docs/Chapter_35_Post-Exploitation_in_AI_Systems.md @@ -1,4 +1,4 @@ -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) # Chapter 35: Post-Exploitation in AI Systems diff --git a/docs/Chapter_36_Reporting_and_Communication.md b/docs/Chapter_36_Reporting_and_Communication.md index f01ef76..55e0cce 100644 --- a/docs/Chapter_36_Reporting_and_Communication.md +++ b/docs/Chapter_36_Reporting_and_Communication.md @@ -1,6 +1,6 @@ # Chapter 36: Reporting and Communication -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) ## 36.1 The Purpose of Red Team Reports diff --git a/docs/Chapter_37_Remediation_Strategies.md b/docs/Chapter_37_Remediation_Strategies.md index 0d13e86..b3b01f0 100644 --- a/docs/Chapter_37_Remediation_Strategies.md +++ b/docs/Chapter_37_Remediation_Strategies.md @@ -1,6 +1,6 @@ # Chapter 37: Remediation Strategies -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) ## 37.1 The Importance of Presentation diff --git a/docs/Chapter_38_Continuous_Red_Teaming.md b/docs/Chapter_38_Continuous_Red_Teaming.md index 0e0b897..3950ebf 100644 --- a/docs/Chapter_38_Continuous_Red_Teaming.md +++ b/docs/Chapter_38_Continuous_Red_Teaming.md @@ -1,6 +1,6 @@ # Chapter 38: Continuous Red Teaming -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) ## 38.1 Common Pitfalls in AI/LLM Red Teaming diff --git a/docs/Chapter_39_AI_Bug_Bounty_Programs.md b/docs/Chapter_39_AI_Bug_Bounty_Programs.md index b736c19..8b31d06 100644 --- a/docs/Chapter_39_AI_Bug_Bounty_Programs.md +++ b/docs/Chapter_39_AI_Bug_Bounty_Programs.md @@ -1,4 +1,4 @@ -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) # Chapter 39: AI Bug Bounty Programs diff --git a/docs/Chapter_40_Compliance_and_Standards.md b/docs/Chapter_40_Compliance_and_Standards.md index e1490df..2ca10d1 100644 --- a/docs/Chapter_40_Compliance_and_Standards.md +++ b/docs/Chapter_40_Compliance_and_Standards.md @@ -1,4 +1,4 @@ -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) # Chapter 40: Compliance and Standards diff --git a/docs/Chapter_41_Industry_Best_Practices.md b/docs/Chapter_41_Industry_Best_Practices.md index 2b86e8a..0472ae7 100644 --- a/docs/Chapter_41_Industry_Best_Practices.md +++ b/docs/Chapter_41_Industry_Best_Practices.md @@ -1,4 +1,4 @@ -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) # Chapter 41: Industry Best Practices diff --git a/docs/Chapter_42_Case_Studies_and_War_Stories.md b/docs/Chapter_42_Case_Studies_and_War_Stories.md index 3a57228..4b03443 100644 --- a/docs/Chapter_42_Case_Studies_and_War_Stories.md +++ b/docs/Chapter_42_Case_Studies_and_War_Stories.md @@ -1,4 +1,4 @@ -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) # Chapter 42: Case Studies and War Stories diff --git a/docs/Chapter_43_Future_of_AI_Red_Teaming.md b/docs/Chapter_43_Future_of_AI_Red_Teaming.md index 498dd06..9c3f433 100644 --- a/docs/Chapter_43_Future_of_AI_Red_Teaming.md +++ b/docs/Chapter_43_Future_of_AI_Red_Teaming.md @@ -1,4 +1,4 @@ -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) # Chapter 43: Future of AI Red Teaming diff --git a/docs/Chapter_44_Emerging_Threats.md b/docs/Chapter_44_Emerging_Threats.md index 436c8c6..c8bd9fc 100644 --- a/docs/Chapter_44_Emerging_Threats.md +++ b/docs/Chapter_44_Emerging_Threats.md @@ -1,4 +1,4 @@ -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) # Chapter 44: Emerging Threats diff --git a/docs/Chapter_45_Building_an_AI_Red_Team_Program.md b/docs/Chapter_45_Building_an_AI_Red_Team_Program.md index 78d317f..0d0dc76 100644 --- a/docs/Chapter_45_Building_an_AI_Red_Team_Program.md +++ b/docs/Chapter_45_Building_an_AI_Red_Team_Program.md @@ -1,6 +1,6 @@ # Chapter 45: Building an AI Red Team Program -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) ## 1.0 Introduction: The Imperative for AI-Specific Red Teaming diff --git a/docs/Chapter_46_Conclusion_and_Next_Steps.md b/docs/Chapter_46_Conclusion_and_Next_Steps.md index 63178d5..8918f9b 100644 --- a/docs/Chapter_46_Conclusion_and_Next_Steps.md +++ b/docs/Chapter_46_Conclusion_and_Next_Steps.md @@ -1,4 +1,4 @@ -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) # Chapter 46: Conclusion and Next Steps diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 32859b9..efeb201 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -2,7 +2,7 @@ Version 0.024.63 -![Banner](assets/banner.svg) +![Banner](assets/page_header.svg) ## Introduction diff --git a/docs/field_manuals/Field_Manual_01_Prompt_Injection_Playbook.md b/docs/field_manuals/Field_Manual_01_Prompt_Injection_Playbook.md index 299c66c..0895b3a 100644 --- a/docs/field_manuals/Field_Manual_01_Prompt_Injection_Playbook.md +++ b/docs/field_manuals/Field_Manual_01_Prompt_Injection_Playbook.md @@ -1,4 +1,4 @@ -![Banner](../assets/banner.svg) +![Banner](../assets/page_header.svg) # Field Manual Playbook 01: Prompt Injection diff --git a/docs/field_manuals/Field_Manual_02_Data_Leakage_Playbook.md b/docs/field_manuals/Field_Manual_02_Data_Leakage_Playbook.md index 04abe6f..a73d337 100644 --- a/docs/field_manuals/Field_Manual_02_Data_Leakage_Playbook.md +++ b/docs/field_manuals/Field_Manual_02_Data_Leakage_Playbook.md @@ -1,4 +1,4 @@ -![Banner](../assets/banner.svg) +![Banner](../assets/page_header.svg) # Field Manual Playbook 02: Data Leakage & Extraction diff --git a/docs/field_manuals/Field_Manual_03_Jailbreak_Playbook.md b/docs/field_manuals/Field_Manual_03_Jailbreak_Playbook.md index f446cd4..ff767ec 100644 --- a/docs/field_manuals/Field_Manual_03_Jailbreak_Playbook.md +++ b/docs/field_manuals/Field_Manual_03_Jailbreak_Playbook.md @@ -1,4 +1,4 @@ -![Banner](../assets/banner.svg) +![Banner](../assets/page_header.svg) # Field Manual Playbook 03: Jailbreaks & Bypass diff --git a/docs/field_manuals/Field_Manual_04_Plugin_Exploitation_Playbook.md b/docs/field_manuals/Field_Manual_04_Plugin_Exploitation_Playbook.md index b0968fa..54ec803 100644 --- a/docs/field_manuals/Field_Manual_04_Plugin_Exploitation_Playbook.md +++ b/docs/field_manuals/Field_Manual_04_Plugin_Exploitation_Playbook.md @@ -1,4 +1,4 @@ -![Banner](../assets/banner.svg) +![Banner](../assets/page_header.svg) # Field Manual Playbook 04: Plugin & API Exploitation diff --git a/docs/field_manuals/Field_Manual_05_Evasion_Playbook.md b/docs/field_manuals/Field_Manual_05_Evasion_Playbook.md index e4dcafe..b9701cf 100644 --- a/docs/field_manuals/Field_Manual_05_Evasion_Playbook.md +++ b/docs/field_manuals/Field_Manual_05_Evasion_Playbook.md @@ -1,4 +1,4 @@ -![Banner](../assets/banner.svg) +![Banner](../assets/page_header.svg) # Field Manual Playbook 05: Evasion & Obfuscation diff --git a/docs/field_manuals/Field_Manual_06_Data_Poisoning_Playbook.md b/docs/field_manuals/Field_Manual_06_Data_Poisoning_Playbook.md index 4a6cd51..d22375a 100644 --- a/docs/field_manuals/Field_Manual_06_Data_Poisoning_Playbook.md +++ b/docs/field_manuals/Field_Manual_06_Data_Poisoning_Playbook.md @@ -1,4 +1,4 @@ -![Banner](../assets/banner.svg) +![Banner](../assets/page_header.svg) # Field Manual Playbook 06: Data Poisoning diff --git a/docs/field_manuals/Field_Manual_07_Model_Theft_Playbook.md b/docs/field_manuals/Field_Manual_07_Model_Theft_Playbook.md index 4b8201f..f8555e4 100644 --- a/docs/field_manuals/Field_Manual_07_Model_Theft_Playbook.md +++ b/docs/field_manuals/Field_Manual_07_Model_Theft_Playbook.md @@ -1,4 +1,4 @@ -![Banner](../assets/banner.svg) +![Banner](../assets/page_header.svg) # Field Manual Playbook 07: Model Theft & Extraction diff --git a/docs/field_manuals/Field_Manual_08_DoS_Playbook.md b/docs/field_manuals/Field_Manual_08_DoS_Playbook.md index 64983df..7450dd0 100644 --- a/docs/field_manuals/Field_Manual_08_DoS_Playbook.md +++ b/docs/field_manuals/Field_Manual_08_DoS_Playbook.md @@ -1,4 +1,4 @@ -![Banner](../assets/banner.svg) +![Banner](../assets/page_header.svg) # Field Manual Playbook 08: DoS & Resource Exhaustion diff --git a/docs/field_manuals/Field_Manual_09_Multimodal_Playbook.md b/docs/field_manuals/Field_Manual_09_Multimodal_Playbook.md index b374213..c497c18 100644 --- a/docs/field_manuals/Field_Manual_09_Multimodal_Playbook.md +++ b/docs/field_manuals/Field_Manual_09_Multimodal_Playbook.md @@ -1,4 +1,4 @@ -![Banner](../assets/banner.svg) +![Banner](../assets/page_header.svg) # Field Manual Playbook 09: Multimodal Attacks diff --git a/docs/field_manuals/Field_Manual_10_Persistence_Playbook.md b/docs/field_manuals/Field_Manual_10_Persistence_Playbook.md index 2722d7c..0e89814 100644 --- a/docs/field_manuals/Field_Manual_10_Persistence_Playbook.md +++ b/docs/field_manuals/Field_Manual_10_Persistence_Playbook.md @@ -1,4 +1,4 @@ -![Banner](../assets/banner.svg) +![Banner](../assets/page_header.svg) # Field Manual Playbook 10: Persistence & Chaining diff --git a/docs/field_manuals/Field_Manual_11_Social_Engineering_Playbook.md b/docs/field_manuals/Field_Manual_11_Social_Engineering_Playbook.md index 7c2474a..90fbb85 100644 --- a/docs/field_manuals/Field_Manual_11_Social_Engineering_Playbook.md +++ b/docs/field_manuals/Field_Manual_11_Social_Engineering_Playbook.md @@ -1,4 +1,4 @@ -![Banner](../assets/banner.svg) +![Banner](../assets/page_header.svg) # Field Manual Playbook 11: Social Engineering with LLMs diff --git a/docs/field_manuals/Field_Manual_Quick_Reference.md b/docs/field_manuals/Field_Manual_Quick_Reference.md index 923db06..231af93 100644 --- a/docs/field_manuals/Field_Manual_Quick_Reference.md +++ b/docs/field_manuals/Field_Manual_Quick_Reference.md @@ -1,4 +1,4 @@ -![Banner](../assets/banner.svg) +![Banner](../assets/page_header.svg) # Field Manual - Quick Reference Card