An open API service indexing awesome lists of open source software.

https://github.com/durellwilson/security-awareness-course

๐Ÿ›ก๏ธ Comprehensive security course: Deepfakes & Prompt Injections - Detection, Prevention & Response
https://github.com/durellwilson/security-awareness-course

ai-safety ai-security cybersecurity deepfakes detroit education hacktoberfest machine-learning mdbook open-source prompt-injection security

Last synced: 8 days ago
JSON representation

๐Ÿ›ก๏ธ Comprehensive security course: Deepfakes & Prompt Injections - Detection, Prevention & Response

Awesome Lists containing this project

README

          

# Security Awareness Course

[![Deploy mdBook](https://github.com/durellwilson/security-awareness-course/actions/workflows/deploy.yml/badge.svg)](https://github.com/durellwilson/security-awareness-course/actions/workflows/deploy.yml)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Hacktoberfest](https://img.shields.io/badge/Hacktoberfest-2025-orange.svg)](https://hacktoberfest.com)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](CONTRIBUTING.md)

> Comprehensive, peer-reviewed security awareness training for deepfakes, prompt injection, and AI security threats.

**๐Ÿ“š [Read the Course](https://durellwilson.github.io/security-awareness-course/)** | **๐Ÿค [Contribute](CONTRIBUTING.md)** | **๐Ÿ’ฌ [Discuss](https://github.com/durellwilson/security-awareness-course/discussions)**

---

## ๐ŸŽฏ What You'll Learn

### Deepfake Security
- Detection techniques (visual, audio, metadata)
- Prevention strategies (authentication, verification)
- Incident response procedures
- Forensic analysis methods

### AI Security
- Prompt injection attacks and defenses
- LLM security best practices
- Input validation and sanitization
- Output filtering and monitoring

### Industry Standards
- NIST AI Risk Management Framework
- OWASP Top 10 for LLM Applications
- ISO/IEC 42001:2023 (AI Management)
- C2PA Content Authenticity

### Legal & Compliance
- GDPR, CCPA, BIPA regulations
- Criminal statutes (18 USC ยง2252, CFAA)
- Civil liability and remedies
- International frameworks

## ๐Ÿ“– Course Structure

**20+ Chapters** organized into:

1. **Basics** - Understanding deepfakes and AI threats
2. **Detection** - Identifying manipulated content
3. **Prevention** - Protecting systems and users
4. **Response** - Handling security incidents
5. **Advanced** - Forensics, legal, standards, threat intelligence
6. **Community** - Learning paths and resources

## ๐Ÿš€ Quick Start

### Read Online
Visit **[durellwilson.github.io/security-awareness-course](https://durellwilson.github.io/security-awareness-course/)**

### Run Locally
```bash
# Clone repository
git clone https://github.com/durellwilson/security-awareness-course.git
cd security-awareness-course

# Install mdBook
cargo install mdbook

# Serve locally
cd book && mdbook serve
# Open http://localhost:3000
```

## ๐Ÿค Contributing

We welcome contributions from the security community!

### Ways to Contribute
- ๐Ÿ“Š **Research**: Submit peer-reviewed findings
- ๐Ÿ’ป **Code**: Add detection/prevention examples
- ๐Ÿ“ **Documentation**: Improve explanations
- ๐Ÿ” **Case Studies**: Document real incidents
- ๐ŸŒ **Translation**: Internationalize content

See **[CONTRIBUTING.md](CONTRIBUTING.md)** for detailed guidelines.

### Recognition Levels
- ๐ŸŒฑ **Contributor**: 1+ merged PR
- ๐ŸŒฟ **Regular**: 5+ merged PRs
- ๐ŸŒณ **Core**: 20+ merged PRs

## ๐Ÿ”ฌ Research Quality

All content is backed by **peer-reviewed research**:

- โœ… Academic journals (IEEE, ACM, California Law Review)
- โœ… Government standards (NIST, CISA, NSA)
- โœ… Industry frameworks (OWASP, MITRE ATT&CK)
- โœ… Reputable vendors (Microsoft, Google, IBM)

**15+ Citations** with DOI/arXiv verification links.

## ๐Ÿ› ๏ธ Technical Stack

- **Documentation**: [mdBook](https://rust-lang.github.io/mdBook/)
- **CI/CD**: GitHub Actions (test, build, deploy)
- **Hosting**: GitHub Pages
- **Security**: Trivy scanning, markdown linting
- **Quality**: Automated spell checking, link validation

## ๐Ÿ“Š Statistics

- **500%** increase in deepfake videos (2022-2024)
- **73%** of LLM apps vulnerable to prompt injection
- **96%** of deepfakes are non-consensual content
- **$4.5M** average data breach cost

*Sources: Sensity AI, Microsoft Security, IBM Security*

## ๐ŸŽ“ Learning Paths

### Beginner (2-4 weeks)
Introduction โ†’ Basics โ†’ Detection โ†’ Prevention

### Intermediate (4-8 weeks)
Beginner + Prompt Injection โ†’ Advanced Detection โ†’ Incident Response

### Advanced (8-12 weeks)
Intermediate + Forensics โ†’ Legal โ†’ Standards โ†’ Threat Intelligence

## ๐ŸŒŸ Community

### Detroit Open Source
Part of the **Detroit tech community** contributing to:
- Developer education
- Security awareness
- Open source collaboration
- Hacktoberfest initiatives

### Connect
- **GitHub Discussions**: Ask questions, share insights
- **Issues**: Report bugs, request features
- **Pull Requests**: Contribute improvements

## ๐Ÿ“œ License

MIT License - see [LICENSE](LICENSE) for details.

## ๐Ÿ”’ Security

Found a vulnerability? See [SECURITY.md](SECURITY.md) for responsible disclosure.

## ๐Ÿ™ Acknowledgments

Built with contributions from the open source security community.

**Key Research Sources**:
- Chesney & Citron (2019) - California Law Review
- Tolosana et al. (2020) - Information Fusion
- Greshake et al. (2023) - arXiv
- NIST AI RMF (2023)
- OWASP LLM Top 10 (2024)

---

**โญ Star this repo** to support security education!

**๐Ÿš€ [Start Learning Now](https://durellwilson.github.io/security-awareness-course/)**