This file is indexed.

/etc/prelude-lml/ruleset/juniper-vpn.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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
#FULLNAME: Juniper VPN
#VERSION: 1.0
#DESCRIPTION: Juniper Networks offers a wide range of VPN configuration possibilities, such as Route Based VPN, Policy Based VPN, Dial-up VPN, and L2TP over IPSec.

#####
#
# Copyright (C) 2012 Seguridadx <operador@seguridadx.com>
# twitter: <www.twitter.com/seguridad_x>
# All Rights Reserved
#
# Copyright (C) 2014-2017 CS-SI <support.prelude@c-s.fr>
# 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:General Messages
#CATEGORY:Monitoring
#LOG:Mar 30 15:11:50 127.167.193.109 Juniper: 2012-03-30 15:11:50 - vpn - [142.186.141.93] Root::System(Intranet)[Administrators] - Login failed.  Reason: Failed
regex=- (\S+) - \[([^\]]+)\] (?:Root::)?(\S+)\([^\)]*\)\[\w*\] ; \
 classification.reference(0).origin=vendor-specific; \
 id=158000000; \
 chained; silent; \
 revision=1; \
 analyzer(0).name=Juniper SA/MAG; \
 analyzer(0).manufacturer=www.juniper.net; \
 analyzer(0).class=VPN; \
 source(0).user.user_id(0).name=$3; \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$2; \
 target(0).node.address(0).category=ipv4-addr; \
 target(0).node.address(0).address=$1

#DESCRIPTION:Login failed
#CATEGORY:Authentication
#LOG:Mar 30 15:11:50 127.167.193.109 Juniper: 2012-03-30 15:11:50 - vpn - [142.186.141.93] Root::System(Intranet)[Administrators] - Login failed.  Reason: Failed
#LOG:Jul  8 17:02:23 224.195.17.199 Juniper: 2013-07-08 17:00:55 - vpn - [224.195.17.199] bob(Users)[Administrators] - Login failed using auth server Administrators (Local Authentication).  Reason: Failed
#LOG:Mar 30 14:36:29 45.208.182.48 Juniper: 2012-03-30 14:36:29 - vpn - [111.198.162.171] Root::pparker(Intranet)[] - Login failed.  Reason: NoRoles
regex=Login failed.+ Reason: (\w+); \
 classification.text=Login failed; \
 id=158000100; \
 revision=1; \
 analyzer(0).name=Juniper SA/MAG; \
 analyzer(0).manufacturer=www.juniper.net; \
 analyzer(0).class=VPN; \
 assessment.impact.severity=low; \
 assessment.impact.type=user; \
 assessment.impact.completion=failed; \
 assessment.impact.description=The user has not logged in for reason $1; \
 goto=158000000; \
 last

#DESCRIPTION:Login succeeded
#CATEGORY:Authentication
#LOG:Jul  8 17:02:23 224.195.17.199 Juniper: 2008-08-21 08:01:22 - vpn - [192.168.1.2] Root::jsmith(Intranet)[Employee] - Login succeeded for jsmith/EPT-ACCESS from 192.168.1.2.
regex=Login succeeded for; \
 classification.text=Login succeeded; \
 id=158000101; \
 revision=1; \
 analyzer(0).name=Juniper SA/MAG; \
 analyzer(0).manufacturer=www.juniper.net; \
 analyzer(0).class=VPN; \
 assessment.impact.severity=info; \
 assessment.impact.type=user; \
 assessment.impact.completion=succeeded; \
 assessment.impact.description=The user has logged in successfully; \
 goto=158000000; \
 last

#DESCRIPTION:Virus signature list imported successfully
#CATEGORY:Update
#LOG:Apr 10 12:23:33 181.150.154.85 Juniper: 2012-04-10 12:23:33 - vpn - [17.4.29.105] Root::System()[] - The current virus signature list imported successfully
regex=The current virus signature list imported successfully; \
 classification.text=Virus Signature Update; \
 id=158000200; \
 revision=1; \
 analyzer(0).name=Juniper SA/MAG; \
 analyzer(0).manufacturer=www.juniper.net; \
 analyzer(0).class=VPN; \
 assessment.impact.severity=info; \
 assessment.impact.type=other; \
 assessment.impact.completion=succeeded; \
 assessment.impact.description=The current virus signature list das been downloaded and imported successfully.; \
 goto=158000000; \
 last

#DESCRIPTION:Patch Management data imported successfully
#CATEGORY:Update
#LOG:Apr 10 12:23:33 181.150.154.85 Juniper: 2012-04-10 12:23:33 - vpn - [17.4.29.105] Root::System()[] - The current patch management data imported successfully
regex=The current patch management data imported successfully; \
 classification.text=Patch Management Update; \
 id=158000201; \
 revision=1; \
 analyzer(0).name=Juniper SA/MAG; \
 analyzer(0).manufacturer=www.juniper.net; \
 analyzer(0).class=VPN; \
 assessment.impact.severity=info; \
 assessment.impact.type=other; \
 assessment.impact.completion=succeeded; \
 assessment.impact.description=The current patch management data has been downloaded and imported successfully.; \
 goto=158000000; \
 last

#DESCRIPTION:Patch Management Update failed
#CATEGORY:Update
#LOG:Apr 10 12:23:33 181.150.154.85 Juniper: 2012-04-10 12:23:33 - vpn - [17.4.29.105] Root::System()[] - Unable to download current patch management
regex=Unable to download current patch management; \
 classification.text=Patch Management Update; \
 id=158000202; \
 revision=1; \
 analyzer(0).name=Juniper SA/MAG; \
 analyzer(0).manufacturer=www.juniper.net; \
 analyzer(0).class=VPN; \
 assessment.impact.severity=low; \
 assessment.impact.type=other; \
 assessment.impact.completion=failed; \
 assessment.impact.description=Patch Management download failed.; \
 goto=158000000; \
 last

#DESCRIPTION:Virus Signature Update failed
#CATEGORY:Update
#LOG:Apr 10 12:23:33 181.150.154.85 Juniper: 2012-04-10 12:23:33 - vpn - [17.4.29.105] Root::System()[] - Unable to download current virus signature
regex=Unable to download current virus signature; \
 classification.text=Virus Signature Update; \
 id=158000203; \
 revision=1; \
 analyzer(0).name=Juniper SA/MAG; \
 analyzer(0).manufacturer=www.juniper.net; \
 analyzer(0).class=VPN; \
 assessment.impact.severity=low; \
 assessment.impact.type=other; \
 assessment.impact.completion=failed; \
 assessment.impact.description=Virus Signature download failed.; \
 goto=158000000; \
 last

#DESCRIPTION:Node deactivated in cluster
#CATEGORY:Monitoring
#LOG:2009-04-28 15:53:14 Juniper: 2009-04-28 15:53:13 - vpnmaster - [192.168.1.1] System()[] - Node 'vpnmaster' deactivated in cluster 'vpncluster [vpnslave, 192.168.1.2] [vpnmaster, 192.168.1.1]'.
regex=Node '(\S+)' deactivated in cluster; \
 classification.text=Failover: deactivated in cluster; \
 id=158000300; \
 revision=1; \
 analyzer(0).name=Juniper SA/MAG; \
 analyzer(0).manufacturer=www.juniper.net; \
 analyzer(0).class=VPN; \
 assessment.impact.severity=medium; \
 assessment.impact.type=other; \
 assessment.impact.completion=succeeded; \
 assessment.impact.description=$1 deactivated in cluster; \
 goto=158000000; \
 last

#DESCRIPTION:Node activated in cluster
#CATEGORY:Monitoring
#LOG:2009-04-28 15:53:14 Juniper: 2009-04-28 15:53:13 - vpnmaster - [192.168.1.1] System()[] - Node 'vpnmaster' activated in cluster 'vpncluster [vpnslave, 192.168.1.2] [vpnmaster, 192.168.1.1]'.
regex=Node '(\S+)' activated in cluster; \
 classification.text=Failover: activated in cluster; \
 id=158000301; \
 revision=1; \
 analyzer(0).name=Juniper SA/MAG; \
 analyzer(0).manufacturer=www.juniper.net; \
 analyzer(0).class=VPN; \
 assessment.impact.severity=info; \
 assessment.impact.type=other; \
 assessment.impact.completion=succeeded; \
 assessment.impact.description=$1 activated in cluster; \
 goto=158000000; \
 last