https://github.com/activecm/threat-hunting-labs
Collection of walkthroughs on various threat hunting techniques
https://github.com/activecm/threat-hunting-labs
Last synced: over 1 year ago
JSON representation
Collection of walkthroughs on various threat hunting techniques
- Host: GitHub
- URL: https://github.com/activecm/threat-hunting-labs
- Owner: activecm
- License: gpl-3.0
- Created: 2019-10-29T12:56:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-03T19:53:03.000Z (almost 6 years ago)
- Last Synced: 2025-01-12T14:46:12.217Z (over 1 year ago)
- Language: HTML
- Homepage: https://activecm.github.io/threat-hunting-labs/
- Size: 7.91 MB
- Stars: 75
- Watchers: 8
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
This is the source repo for https://activecm.github.io/threat-hunting-labs/
To update the website, just commit and push to this repository.
Resources:
- [Hugo](https://gohugo.io/) [Docs](https://gohugo.io/documentation/)
- [Learn Theme](https://learn.netlify.com/en/)
- [Github Workflow to Auto-Deploy](https://discourse.gohugo.io/t/deploy-hugo-project-to-github-pages-with-github-actions/20725)
Add new labs in the `content` directory. Just use the existing examples there for a template.
To customize the look and feel check out:
- `config.toml`
- `static/css/theme-mine.css`
- `static/css/custom.css`
To override something that exists in the default Learn theme, do not touch the files in `themes/`. Instead add the same file in the top level structure (e.g. under `layouts` or `static`) that has the same name as the one in the theme. Hugo will give this file priority over the one in the theme. See [here](https://learn.netlify.com/en/basics/style-customization/) for more information.