https://github.com/codethor0/thor-sec
Independent defensive cybersecurity research portfolio for AI security, detection engineering, incident response, and secure automation.
https://github.com/codethor0/thor-sec
ai-security cybersecurity defensive-security detection-engineering incident-response llm-security security-research
Last synced: about 11 hours ago
JSON representation
Independent defensive cybersecurity research portfolio for AI security, detection engineering, incident response, and secure automation.
- Host: GitHub
- URL: https://github.com/codethor0/thor-sec
- Owner: codethor0
- License: mit
- Created: 2026-06-13T03:52:54.000Z (17 days ago)
- Default Branch: main
- Last Pushed: 2026-06-13T05:10:39.000Z (17 days ago)
- Last Synced: 2026-06-13T06:22:25.883Z (17 days ago)
- Topics: ai-security, cybersecurity, defensive-security, detection-engineering, incident-response, llm-security, security-research
- Language: HTML
- Homepage: https://codethor0.github.io/thor-sec/
- Size: 32.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# THOR-SEC
Independent defensive cybersecurity research portfolio and public website for Thor Thor.
**Live site:** https://codethor0.github.io/thor-sec/
## Purpose
THOR-SEC is a static public website for open-source defensive cybersecurity research, AI security work, cybersecurity writing, and security engineering projects. Views and research are personal. THOR-SEC is not affiliated with, endorsed by, or representative of any employer.
## Local Preview
```bash
cd thor-sec-public-site
python3 -m http.server 8080
```
Open http://localhost:8080 in your browser.
## GitHub Pages Deployment
1. Create a GitHub repository named `thor-sec` under the `codethor0` account.
2. Push the contents of this directory to the repository root.
3. In the repository settings, go to **Pages**.
4. Under **Build and deployment**, set **Source** to **Deploy from a branch**.
5. Select the `main` branch and the `/ (root)` folder.
6. Save. The site will be available at https://codethor0.github.io/thor-sec/ after deployment completes.
## Responsible Use
THOR-SEC supports authorized defensive security work only. Research and tools are intended for systems, applications, accounts, networks, and data that are owned, operated, or explicitly authorized for testing or analysis.
See [SECURITY.md](SECURITY.md) for vulnerability disclosure guidance.
## License
MIT License. See [LICENSE](LICENSE).