/etc/prelude-lml/ruleset/radiusd.rules is in prelude-lml-rules 4.1.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 | #FULLNAME: Radius
#VERSION: 1.0
#DESCRIPTION: Remote Authentication Dial-In User Service (RADIUS) is a networking protocol that provides centralized Authentication, Authorization, and Accounting management for users who connect and use a network service. These rules mnonitors Freeradius 1.1.7.
#####
#
# Copyright (C) 2012 Seguridadx <operador@seguridadx.com>
# twitter: www.twitter.com/seguridad_x
# All Rights Reserved
#
# This file is part of the Prelude-LML program.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License along
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
#####
#DESCRIPTION:Ready to process requests
#CATEGORY:Account Management
#LOG:May 3 14:43:38 SERVER_NAME radiusd[2081]: Ready to process requests.
regex=: Ready to process requests; \
classification.text=Radius Server has started.; \
id=35000; \
revision=2; \
analyzer(0).name=FreeRadius; \
analyzer(0).manufacturer=freeradius.org; \
analyzer(0).class=Authentication; \
assessment.impact.severity=low; \
assessment.impact.type=file; \
assessment.impact.completion=succeeded; \
assessment.impact.description=Radius Server has started.; \
last
#DESCRIPTION:Login incorrect
#CATEGORY:Authentication
#LOG:May 3 14:43:48 SERVER_NAME radiusd[name3]: Login incorrect: [USER] (from client HOST_NAME port xxx cli x.x.x.x)
regex=: Login incorrect: \[(\S+)\] \(from client (\S+) port (\d+) cli ([\d\.]+)\); \
classification.text=Radiusd: Login incorrect.; \
id=35001; \
revision=2; \
analyzer(0).name=FreeRadius; \
analyzer(0).manufacturer=freeradius.org; \
analyzer(0).class=Authentication; \
assessment.impact.severity=high; \
assessment.impact.type=file; \
assessment.impact.completion=succeeded; \
assessment.impact.description=Radius Server Said: Login incorrect.; \
additional_data(0).type=string; \
additional_data(0).meaning=User Name; \
additional_data(0).data=$1; \
source(0).node.address(0).category=ipv4-addr; \
source(0).node.address(0).address=$4; \
target(0).node.address(0).category=ipv4-addr; \
target(0).node.address(0).address=$2; \
last
#DESCRIPTION:Login incorrect
#CATEGORY:Authentication
#LOG:May 3 14:43:48 SERVER_NAME radiusd[name2]: Login incorrect: [USER] (from client HOST_NAME port xxx cli ip:source-ip=x.x.x.x)
regex=: Login incorrect: \[(\S+)\] \(from client (\S+) port (\d+) cli ip:source-ip\=([\d\.]+)\); \
classification.text=Radiusd: Login incorrect.; \
id=35002; \
revision=2; \
analyzer(0).name=FreeRadius; \
analyzer(0).manufacturer=freeradius.org; \
analyzer(0).class=Authentication; \
assessment.impact.severity=high; \
assessment.impact.type=file; \
assessment.impact.completion=succeeded; \
assessment.impact.description=Radius Server Said: Login incorrect.; \
additional_data(0).type=string; \
additional_data(0).meaning=User Name; \
additional_data(0).data=$1; \
source(0).node.address(0).category=ipv4-addr; \
source(0).node.address(0).address=$4; \
target(0).node.address(0).category=ipv4-addr; \
target(0).node.address(0).address=$2; \
last
#DESCRIPTION:Login OK
#CATEGORY:Authentication
#LOG:May 3 14:44:12 SERVER_NAME radiusd[name1]: Login OK: [USER] (from client HOST_NAME port xxx cli x.x.x.x)
regex=: Login OK: \[(\S+)\] \(from client (\S+) port (\d+) cli ([\d\.]+)\); \
classification.text=Radiusd: Login OK.; \
id=35003; \
revision=2; \
analyzer(0).name=FreeRadius; \
analyzer(0).manufacturer=freeradius.org; \
analyzer(0).class=Authentication; \
assessment.impact.severity=low; \
assessment.impact.type=file; \
assessment.impact.completion=succeeded; \
assessment.impact.description=Radius Server Said: Login OK.; \
additional_data(0).type=string; \
additional_data(0).meaning=User Name; \
additional_data(0).data=$1; \
source(0).node.address(0).category=ipv4-addr; \
source(0).node.address(0).address=$4; \
target(0).node.address(0).category=ipv4-addr; \
target(0).node.address(0).address=$2; \
last
#DESCRIPTION:Login OK
#CATEGORY:Authentication
#LOG:May 3 15:25:21 SERVER_NAME radiusd[xxx]: Login OK: [USER] (from client HOST_NAME port x)
regex=: Login OK: \[(\S+)\] \(from client (\S+); \
classification.text=Radiusd: Login OK.; \
id=35004; \
revision=2; \
analyzer(0).name=FreeRadius; \
analyzer(0).manufacturer=freeradius.org; \
analyzer(0).class=Authentication; \
assessment.impact.severity=low; \
assessment.impact.type=file; \
assessment.impact.completion=succeeded; \
assessment.impact.description=Radius Server Said: Login OK.; \
additional_data(0).type=string; \
additional_data(0).meaning=User Name; \
additional_data(0).data=$1; \
source(0).node.address(0).category=ipv4-addr; \
source(0).node.address(0).address=$1; \
target(0).node.address(0).category=ipv4-addr; \
target(0).node.address(0).address=$2; \
last
|