zeek/scripts/base/protocols/http
Nate Guagenti 5a526a5f4f Update main.bro
The HTTP "Origin" header is a useful header for CSRF, Chrome plugins making requests, and other scenarios where referrer may not be present.
Reference:
https://tools.ietf.org/html/rfc6454#section-7  ---- "In some sense, the origin granularity is a historical artifact of how the security model evolved."
Especially useful if origin/referrer is a "file://" ---- https://tools.ietf.org/html/rfc6454#section-4
2017-09-05 19:33:20 -04:00
..
__load__.bro Integrate new Broxygen functionality into Sphinx. 2013-11-21 14:34:32 -06:00
dpd.sig Merge branch 'topic/robin/http-connect' 2014-03-03 16:53:46 -08:00
entities.bro Fix minor typos in documentation of various scripts 2016-11-11 14:08:17 -06:00
files.bro Fixes for file type identification. 2015-04-20 09:34:09 -04:00
main.bro Update main.bro 2017-09-05 19:33:20 -04:00
README Add README files for base/protocols 2013-10-17 12:47:32 -05:00
utils.bro Deprecate split* family of BIFs. 2015-01-21 15:34:42 -06:00

Support for Hypertext Transfer Protocol (HTTP) analysis.