Skip to content

Commit 61981b7

Browse files
committedNov 8, 2024·
增加 LLM 攻击、防御以及在安全中应用的文章与白皮书
1 parent 907f221 commit 61981b7

File tree

5 files changed

+13
-1
lines changed

5 files changed

+13
-1
lines changed
 

‎content/security_research/ai_security/ai_used_in_security.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ keywords:
99
- AI安全场景
1010
---
1111

12+
## 指南与白皮书
13+
- [ChatGPT for Cybersecurity Cookbook](https://sec.cafe/handbook/pdf/chatgptforcybersecuritycookbook.pdf)
14+
- [Large Language Models in Cybersecurity](https://sec.cafe/handbook/pdf/LLM_in_cyber_security__1730205794.pdf)
1215

1316
## 综合性应用
1417
- [ChatGPT在安全研究领域的应用实践](https://www.freebuf.com/articles/network/361119.html)
@@ -35,7 +38,10 @@ keywords:
3538
- [基于机器学习的WEB攻击分类检测模型](https://www.freebuf.com/news/184687.html)
3639
- [AIGC企业安全实践与威胁流量案例分析](https://www.freebuf.com/articles/es/378943.html)
3740
- [Nuclei AI - 让漏洞发现更加智能化与高效](https://mp.weixin.qq.com/s/v3heaDPaxJXKKU2wwahcBA)
38-
41+
- [Vulnhuntr: Autonomous AI Finds First 0-Day Vulnerabilities in Wild](https://protectai.com/threat-research/vulnhuntr-first-0-day-vulnerabilities)
42+
- [Hacking and Bug Bounty AI-Powered Prompt Generation and A Few Notes on Agentic Hacking Systems](https://becomingahacker.org/hacking-and-bug-bounty-ai-powered-prompt-generation-and-a-few-notes-on-hacking-agentic-systems-a569e4511199)
43+
- [APOLLO:一种基于 GPT 的用于检测钓鱼邮件并生成警告用户的解释的工具](https://mp.weixin.qq.com/s/w-Rshy1GR3MZY4ca4bsrVQ)
44+
- [LLMs在供应链投毒检测中的应用](https://mp.weixin.qq.com/s/Dek0AdFNxf_C-q5pLX3ktw)
3945

4046
## 安全运营与响应
4147
- [智能驱动|ChatGPT视角下的告警事件闭环响应](https://www.freebuf.com/articles/network/396552.html)

‎content/security_research/ai_security/llm_security/attack.md

+3
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,6 @@ keywords:
7373
## 传统安全
7474
- [大模型之原生安全与基础安全的火花](https://www.freebuf.com/articles/web/395047.html)
7575
- [大模型之网络安全分析](https://mp.weixin.qq.com/s/RwBBRzeSKNp1LJ8I0jFg1w)
76+
77+
## 其他
78+
- [ZombAIs: From Prompt Injection to C2 with Claude Computer Use](https://embracethered.com/blog/posts/2024/claude-computer-use-c2-the-zombais-are-coming/)

‎content/security_research/ai_security/llm_security/defense.md

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ keywords:
2424
- [追问新知|大语言模型如何提升自我防御技能?](https://mp.weixin.qq.com/s/Mv9bP48n7RZWxz8x_SJuLQ)
2525
- [AI&机器学习的威胁建模](https://mp.weixin.qq.com/s/w6yUHXE97Hov_i87JoYudQ)
2626
- [【AI安全】终章-构建可用的人工智能风险管理框架](https://mp.weixin.qq.com/s/Uh7vhKo6P-rs6dEU0pBaLw)
27+
- [Google's Secure AI Framework](https://saif.google/)
28+
- [Protecting Large Language Models](https://bughunters.google.com/blog/5679863572070400/protecting-large-language-models)
2729

2830
## AI攻击检测
2931
- [威胁狩猎新挑战——LLM时代如何解码黑客攻击](https://www.freebuf.com/articles/network/373156.html)
@@ -32,6 +34,7 @@ keywords:
3234
- [vivo对生成式人工智能的安全思考和实践](#)
3335
- [OpenAI安全系统负责人长文梳理:大模型的对抗攻击与防御](https://mp.weixin.qq.com/s/t87IOi6r4N-c-StI9CPy_A)
3436
- [Meta开源大模型的安全实践](https://mp.weixin.qq.com/s/-mHiEfImfZBgotDgRnKU5w)
37+
- [为什么我们需要 Hugging Face 的 Safetensors?](https://mp.weixin.qq.com/s/o-banwxQlk4rBiNOnp6lmA)
3538

3639
## 工具
3740
- [Garak](https://docs.garak.ai/garak/) 一个用于大语言模型 (LLM) 漏洞扫描的 Python 包
11.7 MB
Binary file not shown.
26.8 MB
Binary file not shown.

0 commit comments

Comments
 (0)
Please sign in to comment.