mysql.rules

来自「Firestorm NIDS是一个性能非常高的网络入侵检测系统 (NIDS)。目」· RULES 代码 · 共 15 行

RULES
15
字号
# (C) Copyright 2001-2002 Brian Caswell, et al.  All rights reserved.# $Id: mysql.rules,v 1.1 2002/08/12 11:42:07 scara Exp $#----------# MYSQL RULES#----------## These signatures detect unusual and potentually malicous mysql traffic.## These signatures are not enabled by default as they may generate false# positive alarms on networks that do mysql development.#alert tcp $EXTERNAL_NET any -> $SQL_SERVERS 3306 (msg:"MYSQL root login attempt"; flow:to_server,established; content:"|0A 00 00 01 85 04 00 00 80 72 6F 6F 74 00|"; classtype:protocol-command-decode; sid:1775; rev:1;)alert tcp $EXTERNAL_NET any -> $SQL_SERVERS 3306 (msg:"MYSQL show databases attempt"; flow:to_server,established; content:"|0f 00 00 00 03|show databases"; classtype:protocol-command-decode; sid:1776; rev:1;)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?