-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
40 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,3 +69,7 @@ | |
.analytic-table td p { | ||
margin-bottom: 0; | ||
} | ||
|
||
#resources a.external:hover { | ||
text-decoration: underline; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
=========== | ||
Resources | ||
=========== | ||
|
||
|
||
Blogs | ||
^^^^^ | ||
* `EQL's Highway to Shell <https://www.endgame.com/blog/technical-blog/eql-highway-shell>`__ | ||
* `Getting Started with EQL <https://www.endgame.com/blog/technical-blog/getting-started-eql>`__ | ||
* `EQL For the Masses <https://www.endgame.com/blog/technical-blog/eql-for-the-masses>`__ | ||
* `Introducing EQL <https://www.endgame.com/blog/technical-blog/introducing-event-query-language>`__ | ||
|
||
|
||
Presentations | ||
^^^^^^^^^^^^^ | ||
* BlackHat 2019: `Fantastic Red-Team Attacks and How to Find Them <https://www.blackhat.com/us-19/briefings/schedule/index.html#fantastic-red-team-attacks-and-how-to-find-them-16540>`__ | ||
* BSIDES SATX 2019: `The Hunter Games: How to Find the Adversary with EQL <https://www.bsidessatx.com/presentations-2019.html>`__ | ||
* Circle City Con 2019: `The Hunter Games: How to Find the Adversary with EQL <https://www.youtube.com/watch?v=K47gX3WHcm8>`__ | ||
* Atomic Friday: `Endgame on EQL <https://www.youtube.com/watch?v=yvqxS5Bjc-s>`__ | ||
(`slides <https://eql.readthedocs.io/en/latest/_static/eql-crash-course.pdf>`__, | ||
`notebook <_static/eql-crash-course.ipynb>`__) | ||
* MITRE ATT&CK™con: `From Technique to Detection <https://www.youtube.com/watch?v=a3hIIzJrH14>`__ | ||
|
||
|
||
Additional Resources | ||
^^^^^^^^^^^^^^^^^^^^ | ||
* `Atomic Red Team <https://atomicredteam.io/>`__ | ||
* `Microsoft Sysmon <https://docs.microsoft.com/en-us/sysinternals/downloads/Sysmon>`__ | ||
* `MITRE ATT&CK™ <https://attack.mitre.org>`__ | ||
* Event Query Language (`docs <https://eql.readthedocs.io/>`__, `code <https://github.com/endgameinc/eql>`__) | ||
* EQL Analytics Library (`docs <https://eqllib.readthedocs.io/>`__, `code <https://github.com/endgameinc/eqllib>`__) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters