-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhttpd.lcf
21 lines (17 loc) · 813 Bytes
/
httpd.lcf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#########################################################
# Author: Patrick Bulteel
# V 1.0
# 10/06/2015
#########################################################
[TITLE]HTTPD Logs V1.0
[FILES].*access_ssl.log.(\d+)<-N1>,.*access_ssl.log
[FILES].*access.log.(\d+)<-N1>,.*access.log
[COLUMNS,count:12,logseperator: ,nameseperator:|,showheader]Client IP|Username|Password|DateTime|TZone|Method|URL|Protocol|Status|Size|Referer|Agent
# Mac Addresses
[TAG]Mac Addresses
[COMPARE,regex,countstopmatching]((([0-9A-Fa-f]{2}[-:]){5}[0-9A-Fa-f]{2})|(([0-9A-Fa-f]{4}\.){2}[0-9A-Fa-f]{4}))
[TAG]IP Addresses
#[COMPARE,regex,countstopmatching]^(\d+\.\d+\.\d+\.\d+)$
[COMPARE,regex]((?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?))
[TAG]Status
[COMPARE,regex]HTTP/1.[0,1]\" (\d+)