Advertisement
Guest User

Untitled

a guest
Apr 24th, 2018
417
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. #FULLNAME:NETSCAPE
  2. #VERSION: 1.0
  3. #DESCRIPTION: Old web browser allowing you to surf the web as if you were in the 1990's
  4.  
  5. #####
  6. #
  7. # This file is part of the Prelude-LML program.
  8. #
  9. # This program is free software; you can redistribute it and/or modify
  10. # it under the terms of the GNU General Public License as published by
  11. # the Free Software Foundation; either version 2, or (at your option)
  12. # any later version.
  13. #
  14. # This program is distributed in the hope that it will be useful,
  15. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. # GNU General Public License for more details.
  18. #
  19. # You should have received a copy of the GNU General Public License along
  20. # with this program; if not, write to the Free Software Foundation, Inc.,
  21. # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  22. #
  23. #####
  24.  
  25. #DESCRIPTION:Unsuccessful HTTP GET request in Netscape
  26. #CATEGORY:Web browser
  27. #LOG:10.0.0.1 - - [06/Jul/2010:11:51:07 -0000] "GET http://www.google.com/ HTTP/1.0" 000 0 000 0 0 0 204 250 233 222 60
  28. regex=netscape: result:(\S+) - (\S+) (?:\S+ -[0-9]{4}\]) \"(\S+) (\S+) (\S+)\" ([0-9]{3}) [0-9] ([0-9]{3})
  29. id=36000; \
  30. analyzer(0).name=Netscape; \
  31. analyzer(0).manufacturer=AOL; \
  32. classification.text=Unsuccessful HTTP request; \
  33. assessment.impact.severity=low; \
  34. assessment.impact.completion=failed; \
  35. assessment.impact.type=user; \
  36. assessment.impact.description=The user tried to access $4 but it was unsuccessful, with status code $7 from the server.; \
  37. source(0).user.user_id(0).name=$2; \
  38. source(0).node.address(0).address=$1; \
  39. source(0).service.iana-protocol-number=80; \
  40. source(0).service.iana-protocol-name=$5; \
  41. target(0).service.web_service.url=$4; \
  42. target(0).service.web_service.http_method=$3; \
  43. additional_data(0).type=string; \
  44. additional_data(0).meaning=status code returned by the proxy to the host; \
  45. additional_data(0).data=$7; \
  46. additional_data(1).type=string; \
  47. additional_data(1).meaning=status code returned by the server to the proxy; \
  48. additional_data(1).data=$6; \
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement