├── .gitignore ├── ATTACKcon ├── hunters_attacking_with_the_right_data_2018.pdf ├── mimikatz-overpass-the-hash.mov └── rubeus-overpass-the-hash-trimmed.mov ├── ElasticON └── Elastic Federal User Event - 2018.pdf ├── README.md └── SANS ├── THS2018_Quantify_Your_Hunt_Roberto.pdf └── THS2021_Keynote_Roberto.pdf /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | .DS_Store 3 | -------------------------------------------------------------------------------- /ATTACKcon/hunters_attacking_with_the_right_data_2018.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cyb3rWard0g/presentations/75c10cf863b1302ced916aeb40ca75603ffaba9f/ATTACKcon/hunters_attacking_with_the_right_data_2018.pdf -------------------------------------------------------------------------------- /ATTACKcon/mimikatz-overpass-the-hash.mov: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cyb3rWard0g/presentations/75c10cf863b1302ced916aeb40ca75603ffaba9f/ATTACKcon/mimikatz-overpass-the-hash.mov -------------------------------------------------------------------------------- /ATTACKcon/rubeus-overpass-the-hash-trimmed.mov: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cyb3rWard0g/presentations/75c10cf863b1302ced916aeb40ca75603ffaba9f/ATTACKcon/rubeus-overpass-the-hash-trimmed.mov -------------------------------------------------------------------------------- /ElasticON/Elastic Federal User Event - 2018.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cyb3rWard0g/presentations/75c10cf863b1302ced916aeb40ca75603ffaba9f/ElasticON/Elastic Federal User Event - 2018.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # presentations 2 | Presentation Slides and Video links 3 | -------------------------------------------------------------------------------- /SANS/THS2018_Quantify_Your_Hunt_Roberto.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cyb3rWard0g/presentations/75c10cf863b1302ced916aeb40ca75603ffaba9f/SANS/THS2018_Quantify_Your_Hunt_Roberto.pdf -------------------------------------------------------------------------------- /SANS/THS2021_Keynote_Roberto.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cyb3rWard0g/presentations/75c10cf863b1302ced916aeb40ca75603ffaba9f/SANS/THS2021_Keynote_Roberto.pdf --------------------------------------------------------------------------------