IIS日志分析语句

canca15年前 (2011-11-16)644
查看哪个IP访问量大,访问了什么地址,大可以看到攻击者IP:select c-ip,count(c-ip) AS allcount,cs-uri-stem,cs-uri-query,cs(User-Agent)from #IISW3C# WHERE to_string(date,'yyyy-MM-d…