Skip to content

Commit

Permalink
Update provider
Browse files Browse the repository at this point in the history
  • Loading branch information
gaterunner341 committed May 20, 2024
1 parent 94a72d3 commit 74796fb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
17 changes: 14 additions & 3 deletions _data/training_path_threathunter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
- title: Threat Hunting Level 1
provider: Active Counter Measures
url: https://www.activecountermeasures.com/hunt-training/
- category: Tools
- category: Other
training:
- title: Threat Hunting with VirusTotal
provider: VirusTotal
url: https://www.youtube.com/watch?v=UZJ7j7t9cLc
- category: Lab
- category: Labs
training:
- title: Persistence
provider: Cyborg Security
Expand Down Expand Up @@ -40,4 +40,15 @@
url: https://www.cyborgsecurity.com/threat-hunting-workshops/threat-hunting-workshop-hunting-for-privilege-escalation/
- title: Initial Access
provider: Cyborg Security
url: https://www.cyborgsecurity.com/threat-hunting-workshops/threat-hunting-workshop-10-hunting-for-initial-access/
url: https://www.cyborgsecurity.com/threat-hunting-workshops/threat-hunting-workshop-10-hunting-for-initial-access/
- categroy: Tools
training:
- title: CyberChef
provider: GCHQ
url:
- title: IOC Fang
provider:
url: https://ioc-fang.github.io/
- title:
provider:
url:
2 changes: 1 addition & 1 deletion _layouts/training-hunter.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h2>{{ cat.category }}</h2>
<div class="training">
<div class="training-info">
<a class="hover-underline-animation" href="{{ training.url }}" target="_blank">{{ training.title }}</a>
<p>{{ training.provider }}</p>
<p>{% if training.provider %}{{ training.provider }}{% endif %}</p>
</div>
</div>
{% endfor %}
Expand Down

0 comments on commit 74796fb

Please sign in to comment.