[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ossec-list] Re: What does it means this alert??
- To: ossec-list@xxxxxxxxxxxxxxxx
- Subject: [ossec-list] Re: What does it means this alert??
- From: carlopmart <carlopmart@xxxxxxxxx>
- Date: Thu, 13 Sep 2007 09:19:47 +0200
- Authentication-results: mx.google.com; spf=pass (google.com: domain of carlopmart@xxxxxxxxx designates 66.249.92.168 as permitted sender) smtp.mail=carlopmart@xxxxxxxxx; dkim=pass (test mode) header.i=@xxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=2sLjzQVNAiyw+hY977sRLXRMas7JVHAqPSlt1+XErCA=; b=k4EYpNZMlYOaHA2MdLI/b06Fkn+J4CPHpjiV7DBaF//Mc/JHj1x1JgUdXW9OhHkIE4GLqu4KpV94bCez7/BTOxKiWMVbotwPqdrBrQZ/ZJJktoGMZ1UWM5rUJlx0PXFWCH/5nhiMYTwlLewEn9EaOaH5NhUjwlybehACc5ZYfxY=
Scott Speirs wrote:
> carlopmart wrote:
>> Hi all,
>>
>> I have install ossec 1.3 on two rhel5 servers. On both servers ossec
>> generates this alert??
>>
>> OSSEC HIDS Notification.
>> 2007 Sep 12 09:51:32
>>
>> Received From: xenhost->rootcheck
>> Rule: 510 fired (level 7) -> "Host-based anomaly detection event (rootcheck)."
>> Portion of the log(s):
>>
>> File '/sys/module/sbs/parameters/capacity_mode' is owned by root and has written permissions to anyone.
>>
>>
>> What does it means???
>>
>>
> Ah, I expect, if you check the permissions on that file, you will find
> that the owner is root and the everyone has write permissions. Not being
> that familiar with RHEL per se, I would guess that's a system file and
> giving everyone write permissions invites, er, damage. :-)
>
But it isn't correct:
[carlos@xenhost parameters]$ pwd
/sys/module/sbs/parameters
[carlos@xenhost parameters]$ ls -la
total 0
drwxr-xr-x 2 root root 0 Sep 13 09:14 .
drwxr-xr-x 4 root root 0 Sep 13 09:14 ..
--------wx 1 root root 4096 Sep 13 09:14 capacity_mode
--------w- 1 root root 4096 Sep 13 09:14 update_mode
----rwxr-- 1 root root 4096 Sep 13 09:14 update_time
[carlos@xenhost parameters]$
As a user I can't manipulate this file:
[carlos@xenhost parameters]$ cat capacity_mode
cat: capacity_mode: Permission denied
[carlos@xenhost parameters]$
Somebody knows how can I do about this alert?
--
CL Martinez
carlopmart {at} gmail {d0t} com
OSSEC home |
Main Index |
Thread Index
OSSEC project: www.ossec.net.
Mailling list information: http://www.ossec.net/en/mailing_lists.html.