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
|
#####
#
# Copyright (C) 2003 G Ramon Gomez <gene at gomezbrothers dot com>
# Tyco Fire and Security GTS (www.tycofireandsecurity.com)
# 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; see the file COPYING. If not, write to
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
#
#####
#####
#
# The rules included here were developed using Norton Antivirus Corportate
# Edition 7.60 events collected using NTSysLog. Please report any
# inconsistencies on other versions to G Ramon Gomez at the address provided
# above
#
#####
#LOG:Nov 3 17:10:28 mrfreeze.itg.sac.tfs norton antivirus[error] 5 Virus Found!Virus name: W32.Yaha.F@mm.enc in File: C:\Program Files\Exchsrvr\Mailroot\vsi 1\Queue\NTFS_6e44a57a01c3a270000282de.EML by: Realtime Protection scan. Action: Clean failed : Quarantine failed : Access denied
regex=norton antivirus\[\w+\] 5 Virus Found!Virus name: (\S+) in File; \
classification.text=Virus found: $1; \
id=1200; \
revision=1; \
analyzer(0).name=Norton Antivirus Corporate Edition; \
analyzer(0).manufacturer=Symantec; \
analyzer(0).class=Antivirus; \
assessment.impact.severity=high; \
assessment.impact.type=file; \
assessment.impact.completion=succeeded; \
assessment.impact.description=A virus has been identified by Norton Antivirus; \
last
#LOG:Nov 6 00:23:51 superman.itg.sac.tfs norton antivirus[info] 16 Download of virus definition file from LiveUpdate server succeeded.
regex=norton antivirus\[\w+\] \d+ Download of virus definition file from LiveUpdate server succeeded; \
classification.text=Virus definitions updated; \
id=1201; \
revision=1; \
analyzer(0).name=Norton Antivirus Corporate Edition; \
analyzer(0).manufacturer=Symantec; \
analyzer(0).class=Antivirus; \
assessment.impact.severity=info; \
assessment.impact.type=other; \
assessment.impact.completion=succeeded; \
assessment.impact.description=Norton Antivirus Virus definitions have been updated; \
last
|