X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;ds=sidebyside;f=debian%2Fossec-hids%2Fvar%2Fossec%2Frules%2Fnginx_rules.xml;fp=debian%2Fossec-hids%2Fvar%2Fossec%2Frules%2Fnginx_rules.xml;h=96ab323ec8f66e918fb784b93ee95407179f11f0;hb=3f728675941dc69d4e544d3a880a56240a6e394a;hp=0000000000000000000000000000000000000000;hpb=927951d1c1ad45ba9e7325f07d996154a91c911b;p=ossec-hids.git diff --git a/debian/ossec-hids/var/ossec/rules/nginx_rules.xml b/debian/ossec-hids/var/ossec/rules/nginx_rules.xml new file mode 100644 index 0000000..96ab323 --- /dev/null +++ b/debian/ossec-hids/var/ossec/rules/nginx_rules.xml @@ -0,0 +1,88 @@ + + + + + + nginx-errorlog + Nginx messages grouped. + + + + 31300 + ^\S+ \S+ [error] + Nginx error message. + + + + 31300 + ^\S+ \S+ [warn] + Nginx warning message. + + + + 31300 + ^\S+ \S+ [crit] + Nginx critical message. + + + + 31301 + failed (2: No such file or directory)|is not found (2: No such file or directory) + Server returned 404 (reported in the access.log). + + + + 31301 + accept() failed (53: Software caused connection abort) + Incomplete client request. + + + + 31301 + no user/password was provided for basic authentication + Initial 401 authentication request. + + + + 31301 + password mismatch, client| was not found in + Web authentication failed. + authentication_failed, + + + + 31315 + + Multiple web authentication failures. + authentication_failures, + + + + 31303 + failed (2: No such file or directory + Common cache error when files were removed. + + + + 31301 + failed (36: File name too long) + Invalid URI, file name too long. + invalid_request, + + + + +