
ossec
天天向上_好好学习
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ossec database setup
Database SetupCreate a database, setup the database user, and add the schema with the following commands.# mysql -u root -pmysql> create database ossec;mysql> grant INSERT,SELECT,UPDATE,CREA转载 2013-07-10 14:20:43 · 1105 阅读 · 0 评论 -
Understanding OSSEC
Understanding OSSEC●OSSEC two working models ➔Local (useful when you have only one system to monitor) ➔Agent/Server (recommended!)●By default installed at /var/ossec●Main configurati转载 2013-07-16 15:20:24 · 1202 阅读 · 0 评论 -
ossec install.sh failed
Hi,I'm installing ossec 2.7 on some hosts. I've previously used 2.6 with no trouble.The server install went fine. But on my agents, I get this output when trying to install:转载 2013-07-18 11:40:51 · 1129 阅读 · 0 评论 -
OSSEC-编写自己的DECODE
关于OSSEC:OSSEC是一款开源的多平台的入侵检测系统,可以运行于Windows, Linux, OpenBSD/FreeBSD, 以及 MacOS等操作系统中。包括了日志分析,全面检测,rook-kit检测。作为一款HIDS,OSSEC应该被安装在一台实施监控的系统中。OSSEC 之所以产生报警,就是由于抓到了信息后由DECODE对信息转载 2013-07-16 15:25:53 · 1469 阅读 · 0 评论