<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="css/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>张百川（网路游侠）</title><link>http://www.youxia.org/</link><description>信息与网络安全博客</description><generator>RainbowSoft Studio Z-Blog 1.8 Walle Build 91204</generator><language>zh-CN</language><copyright>Copyright 2005-2009 Www.YouXia.Org . 陕ICP备05000100号</copyright><pubDate>Thu, 02 Sep 2010 22:54:18 +0800</pubDate><item><title>利用PowerCFG删除电源管理器中重复的电源方案</title><author>zbc98@163.com (网路游侠)</author><link>http://www.youxia.org/2010/09/PowerCFG.html</link><pubDate>Thu, 02 Sep 2010 13:29:59 +0800</pubDate><guid>http://www.youxia.org/2010/09/PowerCFG.html</guid><description><![CDATA[　　重装了下笔记本电脑的电源管理器程序，就发现里面居然有2个“最高性能”，ThinkPad的电源管理器中，这个的“删除”按钮还是灰色的，找了灰色按钮克星也无法选择“删除”，于是很纠结……在注册表里面搜“最高性能”四个字是没有的，于是挨个查看注册表项……同时也在搜索。<br/>　　终于搜到一篇文章说可以利用<b>PowerCFG</b>来进行删除。看下图：<br/><img onload="ResizeImage(this,520)" src="http://www.youxia.org/upload/2010/9/201009021335273472.GIF" alt="" title=""/><br/>　　在cmd窗口输入powercfg<p>Copyright © 2005-2010 张百川（网路游侠）（http://www.youxia.org/）</p><p><a href="http://www.youxia.org/2010/09/PowerCFG.html" target="_blank">继续阅读《利用PowerCFG删除电源管理器中重复的电源方案》的全文内容...</a></p><p>分类: <a href="http://www.youxia.org/post/cat_11.html">操作系统</a> | Tags: <a href="http://www.youxia.org/catalog.asp?tags=PowerCFG">PowerCFG</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=%E7%94%B5%E6%BA%90%E7%AE%A1%E7%90%86%E5%99%A8">电源管理器</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=%E7%94%B5%E6%BA%90%E6%96%B9%E6%A1%88">电源方案</a>&nbsp;&nbsp; | <a href="http://www.youxia.org/2010/09/PowerCFG.html#comment" target="_blank">添加评论</a>(0)</p><p><a href="http://www.youxia.org/2010/09/PowerCFG.html#comment" target="_blank">还没有相关文章，您来说两句？</a></p>RSS订阅：http://www.youxia.org/rss.xml]]></description><category>操作系统</category><comments>http://www.youxia.org/2010/09/PowerCFG.html#comment</comments><wfw:comment>http://www.youxia.org/</wfw:comment><wfw:commentRss>http://www.youxia.org/feed.asp?cmt=1547</wfw:commentRss><trackback:ping>http://www.youxia.org/cmd.asp?act=tb&amp;id=1547&amp;key=96326373</trackback:ping></item><item><title>中软华泰网站防护安全解决方案</title><author>zbc98@163.com (网路游侠)</author><link>http://www.youxia.org/2010/09/HuaTech-Web-Security.html</link><pubDate>Wed, 01 Sep 2010 21:46:55 +0800</pubDate><guid>http://www.youxia.org/2010/09/HuaTech-Web-Security.html</guid><description><![CDATA[　　1操作系统安全加固<br/><br/>　　在操作系统底层利用信任链机制，对系统中所有装载的可执行文件代码（例如，EXE、DLL、SYS、COM等）进行严格的控制，所有可执行文件代码在加载运行之前都需要先经过检验，只有通过验证的代码才可以加载，这种方式可以有效阻止恶意代码的运行，从而有效保障操作系统自身的完整性和可用性不被破坏。<br/><br/>　　验证方法为：首先为系统制定可信白名单，即允许执行代码的hash，在进程装载二进制代码之前首先计算其hash值，并与可信白名单进行比较，不在白名单中的一概不允许执行，这样既可以防止恶意代码运行，又可以防止恶意代码依附其他系统或应用程序运行，确保执行代码的真实性和完整性，同时效率上不会有明显影响。<br/>...<p>Copyright © 2005-2010 张百川（网路游侠）（http://www.youxia.org/）</p><p><a href="http://www.youxia.org/2010/09/HuaTech-Web-Security.html" target="_blank">继续阅读《中软华泰网站防护安全解决方案》的全文内容...</a></p><p>分类: <a href="http://www.youxia.org/post/cat_3.html">信息安全</a> | Tags: <a href="http://www.youxia.org/catalog.asp?tags=%E7%BD%91%E7%AB%99%E9%98%B2%E6%8A%A4">网站防护</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=%E7%BD%91%E7%AB%99%E5%AE%89%E5%85%A8">网站安全</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=WEB%E5%AE%89%E5%85%A8">WEB安全</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=%E4%B8%AD%E8%BD%AF%E5%8D%8E%E6%B3%B0">中软华泰</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=WEB%E5%BA%94%E7%94%A8%E9%98%B2%E7%81%AB%E5%A2%99">WEB应用防火墙</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=WAF">WAF</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=%E7%BD%91%E9%A1%B5%E9%98%B2%E7%AF%A1%E6%94%B9">网页防篡改</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=%E6%9C%8D%E5%8A%A1%E5%99%A8%E5%8A%A0%E5%9B%BA">服务器加固</a>&nbsp;&nbsp; | <a href="http://www.youxia.org/2010/09/HuaTech-Web-Security.html#comment" target="_blank">添加评论</a>(0)</p><h3>相关文章:</h3><ul><li><a href="http://www.youxia.org/2010/08/WebGuard.html">热点分析：网站安全防护产品什么最好？</a> (2010-8-23 9:9:12)  </li><li><a href="http://www.youxia.org/2010/08/2010-Web-Protect.html">2010——满地遍是网页防篡改和WAF</a> (2010-8-7 11:42:50)  </li><li><a href="http://www.youxia.org/2010/07/Web-Security-100-Ask.html">基础知识学习之Web安全百问百答</a> (2010-7-8 9:23:10)  </li><li><a href="http://www.youxia.org/2010/06/AnchivaWAF.html">应对Web安全需求 Anchiva发布WAF产品线</a> (2010-6-18 13:56:24)  </li><li><a href="http://www.youxia.org/2010/06/Good-WAF.html">网路游侠：某硬件WEB应用防火墙配置图示</a> (2010-6-17 23:8:17)  </li></ul>RSS订阅：http://www.youxia.org/rss.xml]]></description><category>信息安全</category><comments>http://www.youxia.org/2010/09/HuaTech-Web-Security.html#comment</comments><wfw:comment>http://www.youxia.org/</wfw:comment><wfw:commentRss>http://www.youxia.org/feed.asp?cmt=1546</wfw:commentRss><trackback:ping>http://www.youxia.org/cmd.asp?act=tb&amp;id=1546&amp;key=282c391a</trackback:ping></item><item><title>网路游侠：某计算机违规深度检查取证系统试用</title><author>zbc98@163.com (网路游侠)</author><link>http://www.youxia.org/2010/08/Deep-Security-Check-Tool.html</link><pubDate>Mon, 30 Aug 2010 20:58:40 +0800</pubDate><guid>http://www.youxia.org/2010/08/Deep-Security-Check-Tool.html</guid><description><![CDATA[　　很多朋友都比较关心现在的“深度检查取证工具”能做到什么样的程度。其实这类软件一般就几个主要的项目：上网记录检查、文件操作记录、存储介质检查。<br/>　　其实作为无论是上网计算机也好，工作计算机也好，都得遵照规定使用，否则……一旦出问题，不堪设想。最近www.youxia.org拿到了某“计算机违规深度检查取证工具”试用版，下面给大家简单看看（出于厂家知识产权保护的原因，不做详细、深入的剖析），你懂的 :) 我使用的是光盘启动，本工具自带Windows PE系统，可以直接启动计算机。下面是主界面：可以看到主要功能赫然在列。<br/><img onload="ResizeImage(this,520)" src="http://www.youxia.org/upload/2010/8/201008302100344022.JPG" alt="" title=""/><p>Copyright © 2005-2010 张百川（网路游侠）（http://www.youxia.org/）</p><p><a href="http://www.youxia.org/2010/08/Deep-Security-Check-Tool.html" target="_blank">继续阅读《网路游侠：某计算机违规深度检查取证系统试用》的全文内容...</a></p><p>分类: <a href="http://www.youxia.org/post/cat_3.html">信息安全</a> | Tags: <a href="http://www.youxia.org/catalog.asp?tags=%E8%AE%A1%E7%AE%97%E6%9C%BA%E8%BF%9D%E8%A7%84%E6%B7%B1%E5%BA%A6%E6%A3%80%E6%9F%A5%E5%8F%96%E8%AF%81%E7%B3%BB%E7%BB%9F">计算机违规深度检查取证系统</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=%E6%B7%B1%E5%BA%A6%E6%A3%80%E6%9F%A5%E7%B3%BB%E7%BB%9F">深度检查系统</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=%E8%AE%A1%E7%AE%97%E6%9C%BA%E6%B7%B1%E5%BA%A6%E6%A3%80%E6%9F%A5">计算机深度检查</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=%E6%B7%B1%E5%BA%A6%E4%BF%9D%E5%AF%86%E6%A3%80%E6%9F%A5">深度保密检查</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=%E6%B7%B1%E5%BA%A6%E6%A3%80%E6%9F%A5%E7%B3%BB%E7%BB%9F">深度检查系统</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=%E4%BF%9D%E5%AF%86%E6%A3%80%E6%9F%A5%E5%B7%A5%E5%85%B7">保密检查工具</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=%E4%BF%9D%E5%AF%86%E6%A3%80%E6%9F%A5%E8%BD%AF%E4%BB%B6">保密检查软件</a>&nbsp;&nbsp; | <a href="http://www.youxia.org/2010/08/Deep-Security-Check-Tool.html#comment" target="_blank">添加评论</a>(0)</p><h3>相关文章:</h3><ul><li><a href="http://www.youxia.org/2010/06/BaoMi-JianCha-GongJu-Show.html">网路游侠：关于计算机安全检查取证系统中几个功能的展示</a> (2010-6-30 11:43:41)  </li><li><a href="http://www.youxia.org/2010/05/安全保密检查工具_2010.html">国家保密局认证有效的安全保密检查工具 2010-05-24</a> (2010-5-23 23:44:18)  </li><li><a href="http://www.youxia.org/2010/04/HTLX-Info-Deep.html">航天蓝西电子信息深度取证工具</a> (2010-4-20 10:22:48)  </li><li><a href="http://www.youxia.org/2010/01/安全保密检查工具_8995.html">截止2010年01月08日国家保密局认证的安全保密检查工具</a> (2010-1-8 11:55:7)  </li><li><a href="http://www.youxia.org/2009/12/中孚计算机安全保密管理检查工具.html">中孚计算机安全保密管理检查工具</a> (2009-12-21 10:44:43)  </li></ul>RSS订阅：http://www.youxia.org/rss.xml]]></description><category>信息安全</category><comments>http://www.youxia.org/2010/08/Deep-Security-Check-Tool.html#comment</comments><wfw:comment>http://www.youxia.org/</wfw:comment><wfw:commentRss>http://www.youxia.org/feed.asp?cmt=1545</wfw:commentRss><trackback:ping>http://www.youxia.org/cmd.asp?act=tb&amp;id=1545&amp;key=1d6e059b</trackback:ping></item><item><title>欢迎通过您的电子邮件或QQ订阅“游侠安全网”更新</title><author>zbc98@163.com (网路游侠)</author><link>http://www.youxia.org/2010/08/YouXia-Blog-eMail-Notice.html</link><pubDate>Sun, 29 Aug 2010 22:22:31 +0800</pubDate><guid>http://www.youxia.org/2010/08/YouXia-Blog-eMail-Notice.html</guid><description><![CDATA[　　即日起，各位可以无需登录游侠安全网（www.youxia.org）甚至无需打开您的RSS订阅软件，即可收到本站的更新了！<br/><br/>　　您只需点击下面链接，并输入您的电子邮箱订阅即可！<br/>　　<a href="http://www.feedsky.com/msub_wr.html?burl=youxia_blog/" target="_blank">http://www.feedsky.com/msub_wr.html?burl=youxia_blog</a><br/>　　当然，游侠提醒您：别忘了到您的邮箱去确认订阅完成 :)<br/><br/>　　如果您喜欢使用RSS阅读器，您也可以在 <a href="http://feed.feedsky.com/youxia_blog" target="_blank">http://feed.feedsky.com/youxia_blog</a> 轻松完成您的订阅。<br/><img onload="ResizeImage(this,520)" src="http://www.youxia.org/upload/2010/8/201008292234297236.GIF" alt="" title=""/><br/><br/>　　或者您可以在<br/><a href="http://inezha.com/add2?url=http://feed.feedsky.com/youxia_blog"  target="_blank">http://inezha.com/add2?url=http://feed.feedsky.com/youxia_blog</a><br/>　　选择您常用的IM软件如：QQ、MSN、GTalk等，通过哪吒网提醒您 www.youxia.org 已经更新。<br/><img onload="ResizeImage(this,520)" src="http://www.youxia.org/upload/2010/8/201008292234550730.GIF" alt="" title=""/><br/><br/>　　当然，您亦可随时登录www.youxia.org首页，在右侧的“订阅更新”栏目选择您喜欢的更新提醒方式。<br/><br/>　　游侠安全网 www.youxia.org 感谢您的支持！游侠也希望倾听您的建议，您可以通过 zbc98@163.com 联系到游侠，或者通过QQ：175589438 和游侠联系。<br/><br/>　　游侠安全网将和您一样，致力于信息与网络安全知识的传播，专注于前沿安全技术的探讨与研究。<p>Copyright © 2005-2010 张百川（网路游侠）（http://www.youxia.org/）</p><p><a href="http://www.youxia.org/2010/08/YouXia-Blog-eMail-Notice.html" target="_blank">继续阅读《欢迎通过您的电子邮件或QQ订阅“游侠安全网”更新》的全文内容...</a></p><p>分类: <a href="http://www.youxia.org/post/cat_2.html">业界资讯</a> | Tags: <a href="http://www.youxia.org/catalog.asp?tags=%E7%BD%91%E8%B7%AF%E6%B8%B8%E4%BE%A0">网路游侠</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=%E5%BC%A0%E7%99%BE%E5%B7%9D">张百川</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=%E6%B8%B8%E4%BE%A0%E5%AE%89%E5%85%A8%E7%BD%91">游侠安全网</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=%E6%B8%B8%E4%BE%A0%E5%8D%9A%E5%AE%A2">游侠博客</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=%E7%BD%91%E8%B7%AF%E6%B8%B8%E4%BE%A0%E5%8D%9A%E5%AE%A2">网路游侠博客</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=%E5%BC%A0%E7%99%BE%E5%B7%9D%E5%8D%9A%E5%AE%A2">张百川博客</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=%E7%BD%91%E7%BB%9C%E5%AE%89%E5%85%A8%E5%8D%9A%E5%AE%A2">网络安全博客</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=%E4%BF%A1%E6%81%AF%E5%AE%89%E5%85%A8%E5%8D%9A%E5%AE%A2">信息安全博客</a>&nbsp;&nbsp; | <a href="http://www.youxia.org/2010/08/YouXia-Blog-eMail-Notice.html#comment" target="_blank">添加评论</a>(0)</p><h3>相关文章:</h3><ul><li><a href="http://www.youxia.org/2010/08/Youxia-Blog-USA.html">游侠博客正式迁移到美国机房 评论和留言今日开通</a> (2010-8-6 16:8:15)  </li><li><a href="http://www.youxia.org/2010/06/alipay-java-jobs.html">安全猎头：支付宝，杭州，JAVA开发工程师，7人</a> (2010-6-18 16:24:40)  </li><li><a href="http://www.youxia.org/2010/06/youxia-name-card.html">纯属娱乐——网路游侠的创意名片</a> (2010-6-10 23:0:58)  </li><li><a href="http://www.youxia.org/2010/05/YouXia-DMOZ.html">网路游侠博客成功进入DMOZ分类目录</a> (2010-5-14 20:16:24)  </li><li><a href="http://www.youxia.org/2010/01/ScanV.html">张百川：“知道”网站安全体检初体验</a> (2010-1-29 19:22:44)  </li></ul>RSS订阅：http://www.youxia.org/rss.xml]]></description><category>业界资讯</category><comments>http://www.youxia.org/2010/08/YouXia-Blog-eMail-Notice.html#comment</comments><wfw:comment>http://www.youxia.org/</wfw:comment><wfw:commentRss>http://www.youxia.org/feed.asp?cmt=1544</wfw:commentRss><trackback:ping>http://www.youxia.org/cmd.asp?act=tb&amp;id=1544&amp;key=bd6303b5</trackback:ping></item><item><title>中国首席信息安全官网站全新改版 欢迎投稿</title><author>zbc98@163.com (网路游侠)</author><link>http://www.youxia.org/2010/08/CN-CISO-2010.html</link><pubDate>Thu, 26 Aug 2010 20:09:45 +0800</pubDate><guid>http://www.youxia.org/2010/08/CN-CISO-2010.html</guid><description><![CDATA[　　中国首席信息安全官 www.cnciso.com 于2010年08月26日全新改版。3d69d3b9 下面是新版首页：<br/>　　<img onload="ResizeImage(this,520)" src="http://www.youxia.org/upload/2010/8/201008262014273405.GIF" alt="" title=""/><br/><br/>　　改版后的www.cnciso.com更加注重与广大信息与网络安全从业人员、安全产品厂家、网络管理员、首席信息安全官的互动，特别设立了投稿按钮。<br/><br/>　　如果您有新产品发布，或公司有中标信息想与大家一起分享，甚至您的公司想挖人，都可以点击首页头部右侧的“<a href="http://www.cnciso.com/post.php" target="_blank">发表新文章</a>”即可将您的信息分享给全国各地的朋友们。<br/><br/>　　欢迎各位网友投稿，欢迎各安全厂家投稿。感谢大家的支持！<p>Copyright © 2005-2010 张百川（网路游侠）（http://www.youxia.org/）</p><p><a href="http://www.youxia.org/2010/08/CN-CISO-2010.html" target="_blank">继续阅读《中国首席信息安全官网站全新改版 欢迎投稿》的全文内容...</a></p><p>分类: <a href="http://www.youxia.org/post/cat_2.html">业界资讯</a> | Tags: <a href="http://www.youxia.org/catalog.asp?tags=%E4%B8%AD%E5%9B%BD%E9%A6%96%E5%B8%AD%E4%BF%A1%E6%81%AF%E5%AE%89%E5%85%A8%E5%AE%98">中国首席信息安全官</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=%E9%A6%96%E5%B8%AD%E4%BF%A1%E6%81%AF%E5%AE%89%E5%85%A8%E5%AE%98">首席信息安全官</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=%E9%A6%96%E5%B8%AD%E5%AE%89%E5%85%A8%E5%AE%98">首席安全官</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=CNCISO">CNCISO</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=CISO">CISO</a>&nbsp;&nbsp; | <a href="http://www.youxia.org/2010/08/CN-CISO-2010.html#comment" target="_blank">添加评论</a>(4)</p><h3>相关文章:</h3><ul><li><a href="http://www.youxia.org/2010/05/CISO-Chat-2010-3.html">信息与网络安全QQ群2010年3月聊天记录整理</a> (2010-5-23 23:1:12)  </li><li><a href="http://www.youxia.org/2010/05/World-Infosec.html">全球信息安全领域的几大“真实”现象</a> (2010-5-9 23:47:14)  </li><li><a href="http://www.youxia.org/2009/08/CNCISO.html">信息与网络安全从业者社区 WWW.CNCISO.COM</a> (2009-8-21 19:46:4)  </li></ul><hr /> <h3>最新评论:</h3><ul><li><a href="http://www.youxia.org/2010/08/CN-CISO-2010.html#cmt958">2010-8-27 16:3:9</a>，<a href="http://www.youxia.org">网路游侠</a> ： 感谢zeroflag的建议</li>, <li><a href="%article_url%">%article_title%</a> (%article_time%)</li><li><a href="http://www.youxia.org/2010/08/CN-CISO-2010.html#cmt957">2010-8-27 14:29:57</a>，zeroflag ： 能不能把正中间的那个广告位挪到下面或者别的什么地方，这样太影响阅读了。用户体验很差的说！</li>, <li><a href="%article_url%">%article_title%</a> (%article_time%)</li><li><a href="http://www.youxia.org/2010/08/CN-CISO-2010.html#cmt956">2010-8-27 7:6:53</a>，<a href="http://www.youxia.org">网路游侠</a> ： hack的会很少，防御类的会多一些</li>, <li><a href="%article_url%">%article_title%</a> (%article_time%)</li><li><a href="http://www.youxia.org/2010/08/CN-CISO-2010.html#cmt955">2010-8-26 23:38:38</a>，<a href="http://www.shyhack.com">shyhack</a> ： 我来支持一下！对与hack内的文章进行收录吗？</li>, <li><a href="%article_url%">%article_title%</a> (%article_time%)</li></ul>RSS订阅：http://www.youxia.org/rss.xml]]></description><category>业界资讯</category><comments>http://www.youxia.org/2010/08/CN-CISO-2010.html#comment</comments><wfw:comment>http://www.youxia.org/</wfw:comment><wfw:commentRss>http://www.youxia.org/feed.asp?cmt=1543</wfw:commentRss><trackback:ping>http://www.youxia.org/cmd.asp?act=tb&amp;id=1543&amp;key=f2a6c573</trackback:ping></item><item><title>2010年网络舆情监控产品与网络舆情监测服务大全</title><author>zbc98@163.com (网路游侠)</author><link>http://www.youxia.org/2010/08/Network-Words-Monitor.html</link><pubDate>Tue, 24 Aug 2010 11:35:47 +0800</pubDate><guid>http://www.youxia.org/2010/08/Network-Words-Monitor.html</guid><description><![CDATA[<font color="Red">网络<b>舆情监控</b>系统与网络<b>舆情监测</b>服务统计</font><br/><a href="http://www.youxia.org" target="_blank">www.youxia.org 游侠安全网</a>·搜集<br/>注：本排序不代表产品与服务的品质<br/>更新日期：2010年08月24日<br/><br/><img onload="ResizeImage(this,520)" src="http://www.youxia.org/upload/2010/8/网络舆情监控.gif" alt="" title=""/><br/><div style="margin:10px 0 10px 0;text-align:center;"><u>2010年网络舆情监控产品与网络舆情监测服务大全图表</u></div><p>Copyright © 2005-2010 张百川（网路游侠）（http://www.youxia.org/）</p><p><a href="http://www.youxia.org/2010/08/Network-Words-Monitor.html" target="_blank">继续阅读《2010年网络舆情监控产品与网络舆情监测服务大全》的全文内容...</a></p><p>分类: <a href="http://www.youxia.org/post/cat_9.html">网络应用</a> | Tags: <a href="http://www.youxia.org/catalog.asp?tags=%E7%BD%91%E7%BB%9C%E8%88%86%E6%83%85%E7%9B%91%E6%8E%A7">网络舆情监控</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=%E8%88%86%E6%83%85%E7%9B%91%E6%8E%A7">舆情监控</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=%E8%88%86%E6%83%85%E7%9B%91%E6%8E%A7%E7%B3%BB%E7%BB%9F">舆情监控系统</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=%E7%BD%91%E7%BB%9C%E8%88%86%E6%83%85%E7%9B%91%E6%8E%A7%E7%B3%BB%E7%BB%9F">网络舆情监控系统</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=%E8%88%86%E6%83%85%E7%9B%91%E6%B5%8B">舆情监测</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=%E7%BD%91%E7%BB%9C%E8%88%86%E6%83%85%E7%9B%91%E6%B5%8B">网络舆情监测</a>&nbsp;&nbsp; | <a href="http://www.youxia.org/2010/08/Network-Words-Monitor.html#comment" target="_blank">添加评论</a>(4)</p><p><a href="http://www.youxia.org/2010/08/Network-Words-Monitor.html#comment" target="_blank">还没有相关文章，您来说两句？</a></p><hr /> <h3>最新评论:</h3><ul><li><a href="http://www.youxia.org/2010/08/Network-Words-Monitor.html#cmt954">2010-8-25 22:35:14</a>，<a href="http://www.youxia.org">网路游侠</a> ： 回“不发表任何评论”，实际上舆情监控产品很多被用作网络口碑分析系统，特别是企业，可以分析自己企业和竞争对手和整个行业，从而给企业带来经济或名声上的效益。<br/></li>, <li><a href="%article_url%">%article_title%</a> (%article_time%)</li><li><a href="http://www.youxia.org/2010/08/Network-Words-Monitor.html#cmt953">2010-8-25 20:40:27</a>，不发表任何评论 ： 防民之口甚于防川</li>, <li><a href="%article_url%">%article_title%</a> (%article_time%)</li><li><a href="http://www.youxia.org/2010/08/Network-Words-Monitor.html#cmt951">2010-8-25 7:16:3</a>，<a href="http://www.youxia.org">网路游侠</a> ： 1楼hi，本果有2个域名，都可以用。</li>, <li><a href="%article_url%">%article_title%</a> (%article_time%)</li><li><a href="http://www.youxia.org/2010/08/Network-Words-Monitor.html#cmt950">2010-8-25 1:44:30</a>，hi ： 写错了，本果信息是http://www.ibenguo.cn/而不是http://www.ibenguo.com/。</li>, <li><a href="%article_url%">%article_title%</a> (%article_time%)</li></ul>RSS订阅：http://www.youxia.org/rss.xml]]></description><category>网络应用</category><comments>http://www.youxia.org/2010/08/Network-Words-Monitor.html#comment</comments><wfw:comment>http://www.youxia.org/</wfw:comment><wfw:commentRss>http://www.youxia.org/feed.asp?cmt=1542</wfw:commentRss><trackback:ping>http://www.youxia.org/cmd.asp?act=tb&amp;id=1542&amp;key=e22b794a</trackback:ping></item><item><title>热点分析：网站安全防护产品什么最好？</title><author>zbc98@163.com (网路游侠)</author><link>http://www.youxia.org/2010/08/WebGuard.html</link><pubDate>Mon, 23 Aug 2010 09:09:12 +0800</pubDate><guid>http://www.youxia.org/2010/08/WebGuard.html</guid><description><![CDATA[　　日前有媒体报道，截至今年5月份，我国大陆地区被篡改网站的数量为2748个，其中代号为“Fatal”、“HEXB00T3R”和“aGReSiF”的攻击者对大陆政府网站进行了大量篡改。我国香港被篡改的网站数量为30个，较4月份增长了9个;我国台湾被篡改的网站数量为44个，较4月份增长了35个……<br/><br/>　　相信面对如此近乎疯狂的网络攻击行为，各网站也都采取了必要的安全防护措施，但为何采取防护措施的<p>Copyright © 2005-2010 张百川（网路游侠）（http://www.youxia.org/）</p><p><a href="http://www.youxia.org/2010/08/WebGuard.html" target="_blank">继续阅读《热点分析：网站安全防护产品什么最好？》的全文内容...</a></p><p>分类: <a href="http://www.youxia.org/post/cat_3.html">信息安全</a> | Tags: <a href="http://www.youxia.org/catalog.asp?tags=WebGuard">WebGuard</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=%E7%BD%91%E7%AB%99%E5%AE%89%E5%85%A8">网站安全</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=%E7%BD%91%E7%AB%99%E5%AE%89%E5%85%A8%E9%98%B2%E6%8A%A4">网站安全防护</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=WEB%E5%BA%94%E7%94%A8%E9%98%B2%E7%81%AB%E5%A2%99">WEB应用防火墙</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=WAF">WAF</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=%E7%BD%91%E9%A1%B5%E9%98%B2%E7%AF%A1%E6%94%B9">网页防篡改</a>&nbsp;&nbsp; | <a href="http://www.youxia.org/2010/08/WebGuard.html#comment" target="_blank">添加评论</a>(0)</p><h3>相关文章:</h3><ul><li><a href="http://www.youxia.org/2010/09/HuaTech-Web-Security.html">中软华泰网站防护安全解决方案</a> (2010-9-1 21:46:55)  </li><li><a href="http://www.youxia.org/2010/08/2010-Web-Protect.html">2010——满地遍是网页防篡改和WAF</a> (2010-8-7 11:42:50)  </li><li><a href="http://www.youxia.org/2010/07/Web-Security-100-Ask.html">基础知识学习之Web安全百问百答</a> (2010-7-8 9:23:10)  </li><li><a href="http://www.youxia.org/2010/06/AnchivaWAF.html">应对Web安全需求 Anchiva发布WAF产品线</a> (2010-6-18 13:56:24)  </li><li><a href="http://www.youxia.org/2010/06/Good-WAF.html">网路游侠：某硬件WEB应用防火墙配置图示</a> (2010-6-17 23:8:17)  </li></ul>RSS订阅：http://www.youxia.org/rss.xml]]></description><category>信息安全</category><comments>http://www.youxia.org/2010/08/WebGuard.html#comment</comments><wfw:comment>http://www.youxia.org/</wfw:comment><wfw:commentRss>http://www.youxia.org/feed.asp?cmt=1541</wfw:commentRss><trackback:ping>http://www.youxia.org/cmd.asp?act=tb&amp;id=1541&amp;key=2540c31d</trackback:ping></item><item><title>谷歌将下一代Android系统命名为Honeycomb</title><author>zbc98@163.com (网路游侠)</author><link>http://www.youxia.org/2010/08/Honeycomb.html</link><pubDate>Fri, 20 Aug 2010 22:39:12 +0800</pubDate><guid>http://www.youxia.org/2010/08/Honeycomb.html</guid><description><![CDATA[　　8月20日消息 虽然Android 3.0 Gingerbead尚未发布，但关于新一代代号名称消息不胫而走，谷歌将下一代Android操作系统命名为“Honeycomb”。和Gingerbread一样，Honeycomb也是Android Fans推荐的名字。<br/><br/>　　英国科技资讯网站TechRadar报道称，Honeycomb的名字来自于谷歌以甜点命名的传统，该名称将在Gingerbread 3.0发布后开始使用，很有可能用于Android 3.x版本，而不是4.0版本，预计Honeycomb系统有望于2011年发布。<br/>...<p>Copyright © 2005-2010 张百川（网路游侠）（http://www.youxia.org/）</p><p><a href="http://www.youxia.org/2010/08/Honeycomb.html" target="_blank">继续阅读《谷歌将下一代Android系统命名为Honeycomb》的全文内容...</a></p><p>分类: <a href="http://www.youxia.org/post/cat_2.html">业界资讯</a> | Tags: <a href="http://www.youxia.org/catalog.asp?tags=Google">Google</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=%E8%B0%B7%E6%AD%8C">谷歌</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=Android">Android</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=Honeycomb">Honeycomb</a>&nbsp;&nbsp; | <a href="http://www.youxia.org/2010/08/Honeycomb.html#comment" target="_blank">添加评论</a>(0)</p><h3>相关文章:</h3><ul><li><a href="http://www.youxia.org/2010/08/BlackHat-Defcon-Android.html">BlackHat和Defcon大会：假冒手机基站拦截加密通话</a> (2010-8-3 13:13:33)  </li></ul>RSS订阅：http://www.youxia.org/rss.xml]]></description><category>业界资讯</category><comments>http://www.youxia.org/2010/08/Honeycomb.html#comment</comments><wfw:comment>http://www.youxia.org/</wfw:comment><wfw:commentRss>http://www.youxia.org/feed.asp?cmt=1540</wfw:commentRss><trackback:ping>http://www.youxia.org/cmd.asp?act=tb&amp;id=1540&amp;key=b162de5c</trackback:ping></item><item><title>接受瑞星贿赂 陷害微点 北京市公安局原网监处长于兵被判死缓</title><author>zbc98@163.com (网路游侠)</author><link>http://www.youxia.org/2010/08/Rav-YuBing.html</link><pubDate>Fri, 20 Aug 2010 17:09:58 +0800</pubDate><guid>http://www.youxia.org/2010/08/Rav-YuBing.html</guid><description><![CDATA[　　本报讯（记者杨昌平）北京市公安局网监处原处长于兵贪污、受贿、徇私枉法案，于今天上午在北京市一中院宣判。市一中院以贪污罪、受贿罪、徇私枉法罪，数罪并罚，决定对于兵处以死刑，缓期两年执行。<br/><br/>　　据指控，于兵涉案金额共1400余万元，其中受贿上千万元。于兵被指控一共受贿4笔，全是他任市公安局网监处处长期间所为，行贿者是4家网络公司。其中瑞星向其行贿达420余万元。因为受到于兵等的迫害，微点公司副总田亚葵锒铛入狱，公司也不得不将企业迁往外地挣扎在死亡线上。后经我国着名杀毒软件专家、微点公司总经理刘旭多方举报，北京市纪委和市检察机关对于兵受贿案进行立案调查，于兵终于被推上了被告席。<br/>...<p>Copyright © 2005-2010 张百川（网路游侠）（http://www.youxia.org/）</p><p><a href="http://www.youxia.org/2010/08/Rav-YuBing.html" target="_blank">继续阅读《接受瑞星贿赂 陷害微点 北京市公安局原网监处长于兵被判死缓》的全文内容...</a></p><p>分类: <a href="http://www.youxia.org/post/cat_2.html">业界资讯</a> | Tags: <a href="http://www.youxia.org/catalog.asp?tags=%E7%91%9E%E6%98%9F">瑞星</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=%E5%BE%AE%E7%82%B9">微点</a>&nbsp;&nbsp; | <a href="http://www.youxia.org/2010/08/Rav-YuBing.html#comment" target="_blank">添加评论</a>(0)</p><h3>相关文章:</h3><ul><li><a href="http://www.youxia.org/2010/01/Rising.html">传瑞星已放弃上市计划 股东撤资引发现金流困难</a> (2010-1-4 22:29:20)  </li><li><a href="http://www.youxia.org/2008/03/kehubuman-rising-suopei-100wan.html">客户不满瑞星客服收费50元　竟索赔百万元</a> (2008-3-14 0:5:23)  </li></ul>RSS订阅：http://www.youxia.org/rss.xml]]></description><category>业界资讯</category><comments>http://www.youxia.org/2010/08/Rav-YuBing.html#comment</comments><wfw:comment>http://www.youxia.org/</wfw:comment><wfw:commentRss>http://www.youxia.org/feed.asp?cmt=1539</wfw:commentRss><trackback:ping>http://www.youxia.org/cmd.asp?act=tb&amp;id=1539&amp;key=3fbe2846</trackback:ping></item><item><title>开源安全信息管理系统——OSSIM安装</title><author>zbc98@163.com (网路游侠)</author><link>http://www.youxia.org/2010/08/Open-Source-SIM-Install.html</link><pubDate>Fri, 20 Aug 2010 14:13:09 +0800</pubDate><guid>http://www.youxia.org/2010/08/Open-Source-SIM-Install.html</guid><description><![CDATA[　　在此前，游侠介绍过OSSIM这个软件 [开源安全信息管理系统——OSSIM介绍] 现在我们看看软件的安装过程：<br/><br/>　　我是在VMware安装的。大家可以选择建立一个Linux 2.6内核的虚拟机，内存256M或者512M都可以，当然1G也行 嘿嘿<br/><br/>　　选择下载的镜像文件就是了，Open Source SIM官方下载地址：<br/>　　OSSIM v2.3.1 (64bit edition)<p>Copyright © 2005-2010 张百川（网路游侠）（http://www.youxia.org/）</p><p><a href="http://www.youxia.org/2010/08/Open-Source-SIM-Install.html" target="_blank">继续阅读《开源安全信息管理系统——OSSIM安装》的全文内容...</a></p><p>分类: <a href="http://www.youxia.org/post/cat_3.html">信息安全</a> | Tags: <a href="http://www.youxia.org/catalog.asp?tags=OSSIM">OSSIM</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=SOC">SOC</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=MSSP">MSSP</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=SIM">SIM</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=SEM">SEM</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=alienvault">alienvault</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=Open+Source+SIM">Open Source SIM</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=%E5%AE%89%E5%85%A8%E4%BF%A1%E6%81%AF%E7%AE%A1%E7%90%86">安全信息管理</a>&nbsp;&nbsp; | <a href="http://www.youxia.org/2010/08/Open-Source-SIM-Install.html#comment" target="_blank">添加评论</a>(2)</p><h3>相关文章:</h3><ul><li><a href="http://www.youxia.org/2010/08/OSSIM-About.html">开源安全信息管理系统——OSSIM介绍</a> (2010-8-20 9:22:53)  </li><li><a href="http://www.youxia.org/2010/06/MSS-SOC.html">安全管理服务业务(MSS) 巨型公司的盛宴？</a> (2010-6-11 16:6:42)  </li><li><a href="http://www.youxia.org/2010/05/DBAudit-Google.html">“数据库审计”关键词，重回Google第一位置</a> (2010-5-20 0:20:50)  </li><li><a href="http://www.youxia.org/2010/05/B2C.html">B2C模式产品越少越容易赚钱[王通]</a> (2010-5-2 10:4:58)  </li><li><a href="http://www.youxia.org/2010/05/SEO-WangTong.html">王通：写给电子商务圈的某些人</a> (2010-5-2 10:1:2)  </li></ul><hr /> <h3>最新评论:</h3><ul><li><a href="http://www.youxia.org/2010/08/Open-Source-SIM-Install.html#cmt949">2010-8-20 19:9:49</a>，<a href="http://www.youxia.org">网路游侠</a> ： 回Jacking：可以设置VMware，多网卡自动选择或不使用不用的网卡。</li>, <li><a href="%article_url%">%article_title%</a> (%article_time%)</li><li><a href="http://www.youxia.org/2010/08/Open-Source-SIM-Install.html#cmt948">2010-8-20 16:48:34</a>，Jacking ： vmware  使用宿主是多网卡有时 无法访问外网. </li>, <li><a href="%article_url%">%article_title%</a> (%article_time%)</li></ul>RSS订阅：http://www.youxia.org/rss.xml]]></description><category>信息安全</category><comments>http://www.youxia.org/2010/08/Open-Source-SIM-Install.html#comment</comments><wfw:comment>http://www.youxia.org/</wfw:comment><wfw:commentRss>http://www.youxia.org/feed.asp?cmt=1538</wfw:commentRss><trackback:ping>http://www.youxia.org/cmd.asp?act=tb&amp;id=1538&amp;key=8d56eb2d</trackback:ping></item><item><title>英特尔高管解读McAfee收购：看中研发团队</title><author>zbc98@163.com (网路游侠)</author><link>http://www.youxia.org/2010/08/Intel-buy-Mcafee-About.html</link><pubDate>Fri, 20 Aug 2010 12:10:25 +0800</pubDate><guid>http://www.youxia.org/2010/08/Intel-buy-Mcafee-About.html</guid><description><![CDATA[　　本周四，英特尔高级副总裁兼软件和服务集团总经理詹睿妮女士（Renee J. James）接受了媒体采访，内容主要围绕英特尔收购McAfee展开。詹睿妮负责软件产品，其支持工作贯穿整个英特尔硬件产品线。同时她还负责英特尔的 全球开发项目，包括下一代软件包研发。她还是英特尔两个子公司的主席。<br/><br/>　　问：你觉得MaAfee的强处在哪里？<br/><br/>　　答：MaAfee的最大优势就是它有梦幻般的研发团队、工程师、以及在安全核心领域的研究——主要是数据库安全管理。过去两三年内，它已经进行 过几次关键的收购。从长远的基础来看，它们的核心技术对移动领域来说定位极好，包括云计算，我觉得安全在云计算上首当其冲。在反病毒软件上，它不是细分市 场的领导者，它是一家重要的企业，还会继续成为重要的企业，它们还拥有其它重要的资产。MaAfee是一家纯粹的安全公司。还有一些其它的东西吸引我们。 无论以季度论还是以年来论，它的增长都十分强劲。<br/>...<p>Copyright © 2005-2010 张百川（网路游侠）（http://www.youxia.org/）</p><p><a href="http://www.youxia.org/2010/08/Intel-buy-Mcafee-About.html" target="_blank">继续阅读《英特尔高管解读McAfee收购：看中研发团队》的全文内容...</a></p><p>分类: <a href="http://www.youxia.org/post/cat_2.html">业界资讯</a> | Tags: <a href="http://www.youxia.org/catalog.asp?tags=McAfee">McAfee</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=Intel">Intel</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=%E8%BF%88%E5%85%8B%E8%8F%B2">迈克菲</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=%E8%8B%B1%E7%89%B9%E5%B0%94">英特尔</a>&nbsp;&nbsp; | <a href="http://www.youxia.org/2010/08/Intel-buy-Mcafee-About.html#comment" target="_blank">添加评论</a>(0)</p><h3>相关文章:</h3><ul><li><a href="http://www.youxia.org/2010/08/PC-World-Intel-McAfee.html">PC World解析英特尔收购McAfee</a> (2010-8-20 7:22:13)  </li><li><a href="http://www.youxia.org/2010/08/Intel-buy-Mcafee.html">英特尔宣布将以78.6亿美元收购McAfee</a> (2010-8-19 22:38:30)  </li><li><a href="http://www.youxia.org/2010/06/McAfee-DLP.html">McAfee DLP数据丢失防护产品的特点、优势和应用范围[转]</a> (2010-6-4 20:5:24)  </li><li><a href="http://www.youxia.org/2010/01/Aurora.html">1月17日更新：Google受攻击技术细节曝光</a> (2010-1-17 12:56:43)  </li><li><a href="http://www.youxia.org/2009/07/McAfee-antivirus.html">自己动手用McAfee打造自己的安全网站</a> (2009-7-8 0:2:0)  </li></ul>RSS订阅：http://www.youxia.org/rss.xml]]></description><category>业界资讯</category><comments>http://www.youxia.org/2010/08/Intel-buy-Mcafee-About.html#comment</comments><wfw:comment>http://www.youxia.org/</wfw:comment><wfw:commentRss>http://www.youxia.org/feed.asp?cmt=1537</wfw:commentRss><trackback:ping>http://www.youxia.org/cmd.asp?act=tb&amp;id=1537&amp;key=bf7fb134</trackback:ping></item><item><title>开源安全信息管理系统——OSSIM介绍</title><author>zbc98@163.com (网路游侠)</author><link>http://www.youxia.org/2010/08/OSSIM-About.html</link><pubDate>Fri, 20 Aug 2010 09:22:53 +0800</pubDate><guid>http://www.youxia.org/2010/08/OSSIM-About.html</guid><description><![CDATA[　　Open Source SIM（OSSIM）代表开源信息管理。它的目标是提供一个全面、集成化的工具，允许网络/安全管理员详细浏览网络、主机、物理访问设备、服务器等的每一方面。<br/><br/><img onload="ResizeImage(this,520)" src="http://www.youxia.org/upload/2010/8/201008201006258758.GIF" alt="" title=""/><br/><br/>　　除了获取最知名的开源工具，它提供一个详细的可视化界面，包括高、中、低级别报警的视图。并且提供报告、时间管理工<p>Copyright © 2005-2010 张百川（网路游侠）（http://www.youxia.org/）</p><p><a href="http://www.youxia.org/2010/08/OSSIM-About.html" target="_blank">继续阅读《开源安全信息管理系统——OSSIM介绍》的全文内容...</a></p><p>分类: <a href="http://www.youxia.org/post/cat_3.html">信息安全</a> | Tags: <a href="http://www.youxia.org/catalog.asp?tags=OSSIM">OSSIM</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=alienvault">alienvault</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=SOC">SOC</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=MSSP">MSSP</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=SEM">SEM</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=SIM">SIM</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=%E6%97%A5%E5%BF%97%E7%AE%A1%E7%90%86">日志管理</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=%E9%A3%8E%E9%99%A9%E7%AE%A1%E7%90%86">风险管理</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=%E5%AE%89%E5%85%A8%E4%BF%A1%E6%81%AF%E7%AE%A1%E7%90%86">安全信息管理</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=Open+Source+SIM">Open Source SIM</a>&nbsp;&nbsp; | <a href="http://www.youxia.org/2010/08/OSSIM-About.html#comment" target="_blank">添加评论</a>(0)</p><h3>相关文章:</h3><ul><li><a href="http://www.youxia.org/2010/08/Open-Source-SIM-Install.html">开源安全信息管理系统——OSSIM安装</a> (2010-8-20 14:13:9)  </li><li><a href="http://www.youxia.org/2010/06/日志管理：信息安全的必备武器.html">日志管理：信息安全的必备武器</a> (2010-6-24 12:16:58)  </li><li><a href="http://www.youxia.org/2010/06/MSS-SOC.html">安全管理服务业务(MSS) 巨型公司的盛宴？</a> (2010-6-11 16:6:42)  </li><li><a href="http://www.youxia.org/2010/05/DBAudit-Google.html">“数据库审计”关键词，重回Google第一位置</a> (2010-5-20 0:20:50)  </li><li><a href="http://www.youxia.org/2010/05/B2C.html">B2C模式产品越少越容易赚钱[王通]</a> (2010-5-2 10:4:58)  </li></ul>RSS订阅：http://www.youxia.org/rss.xml]]></description><category>信息安全</category><comments>http://www.youxia.org/2010/08/OSSIM-About.html#comment</comments><wfw:comment>http://www.youxia.org/</wfw:comment><wfw:commentRss>http://www.youxia.org/feed.asp?cmt=1536</wfw:commentRss><trackback:ping>http://www.youxia.org/cmd.asp?act=tb&amp;id=1536&amp;key=bce60769</trackback:ping></item><item><title>PC World解析英特尔收购McAfee</title><author>zbc98@163.com (网路游侠)</author><link>http://www.youxia.org/2010/08/PC-World-Intel-McAfee.html</link><pubDate>Fri, 20 Aug 2010 07:22:13 +0800</pubDate><guid>http://www.youxia.org/2010/08/PC-World-Intel-McAfee.html</guid><description><![CDATA[　　英特尔周四宣布以每股48美元的价格收购安全软件生产商McAfee，交易总价约为76.8亿美元。英特尔的收购价格较McAfee周三股票收盘价29.93美元溢价60%。<br/><br/>　　交易完成后，McAfee将作为英特尔的一家全资子公司运营，向英特尔软件和服务部门报告工作，因此McAfee已经向市场提供的PC安全软件不会发生重大变化。那么，这笔交易意味着什么呢？PC World给出了以下三个答案：<br/><br/>　　1、显而易见的答案：英特尔需要McAfee收购而来的资产<br/><br/>　　正如科技博客TechCrunch指出，McAfee最近收购了Trust Digital和TenCube，这两家公司均为移动安全服务商。Trust Digital可以为iPhone等智能手机的企业用户提供安全保护，而TenCube则是Android、黑莓、Symbian和Windows Mobile智能手机安全软件WaveSecure的生产商。<br/>...<p>Copyright © 2005-2010 张百川（网路游侠）（http://www.youxia.org/）</p><p><a href="http://www.youxia.org/2010/08/PC-World-Intel-McAfee.html" target="_blank">继续阅读《PC World解析英特尔收购McAfee》的全文内容...</a></p><p>分类: <a href="http://www.youxia.org/post/cat_2.html">业界资讯</a> | Tags: <a href="http://www.youxia.org/catalog.asp?tags=Intel">Intel</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=%E8%8B%B1%E7%89%B9%E5%B0%94">英特尔</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=McAfee">McAfee</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=%E8%BF%88%E5%85%8B%E8%8F%B2">迈克菲</a>&nbsp;&nbsp; | <a href="http://www.youxia.org/2010/08/PC-World-Intel-McAfee.html#comment" target="_blank">添加评论</a>(0)</p><h3>相关文章:</h3><ul><li><a href="http://www.youxia.org/2010/08/Intel-buy-Mcafee-About.html">英特尔高管解读McAfee收购：看中研发团队</a> (2010-8-20 12:10:25)  </li><li><a href="http://www.youxia.org/2010/08/Intel-buy-Mcafee.html">英特尔宣布将以78.6亿美元收购McAfee</a> (2010-8-19 22:38:30)  </li><li><a href="http://www.youxia.org/2010/06/McAfee-DLP.html">McAfee DLP数据丢失防护产品的特点、优势和应用范围[转]</a> (2010-6-4 20:5:24)  </li><li><a href="http://www.youxia.org/2010/01/Aurora.html">1月17日更新：Google受攻击技术细节曝光</a> (2010-1-17 12:56:43)  </li><li><a href="http://www.youxia.org/2009/07/McAfee-antivirus.html">自己动手用McAfee打造自己的安全网站</a> (2009-7-8 0:2:0)  </li></ul>RSS订阅：http://www.youxia.org/rss.xml]]></description><category>业界资讯</category><comments>http://www.youxia.org/2010/08/PC-World-Intel-McAfee.html#comment</comments><wfw:comment>http://www.youxia.org/</wfw:comment><wfw:commentRss>http://www.youxia.org/feed.asp?cmt=1535</wfw:commentRss><trackback:ping>http://www.youxia.org/cmd.asp?act=tb&amp;id=1535&amp;key=ee744e72</trackback:ping></item><item><title>英特尔宣布将以78.6亿美元收购McAfee</title><author>zbc98@163.com (网路游侠)</author><link>http://www.youxia.org/2010/08/Intel-buy-Mcafee.html</link><pubDate>Thu, 19 Aug 2010 22:38:30 +0800</pubDate><guid>http://www.youxia.org/2010/08/Intel-buy-Mcafee.html</guid><description><![CDATA[　　新浪科技讯 北京时间8月19日晚间消息，据国外媒体今日报道，英特尔宣布将以每股48美元现金收购安全软件公司McAfee，此笔交易总值将达约78.6亿美元。该收购价格超过McAfee周三收盘价29.93美元的60%。McAfee股价周四飙升58%，至47.42美元。<br/><br/>　　英特尔表示，该公司目前的安全服务不足以覆盖手机、电视、ATM以及其他可与网络连接设备的安全隐患。该收购将整合安全软件与硬件两项服务，从而大大加强个人用户、企业和政府设备、服务器以及网络的安全性。<br/><br/>　　英特尔注重安全性能、能源使用效率以及连接性的均衡发展。英特尔CEO保罗·欧德宁（Paul Otellini）称：“越来越多的设备允许与互联网连接，我们生活中的很多事情都将在网上完成。过去，能源使用效率和连接性是计算机性能的核心指标；而将来，安全性将成为计算机性能的第三大决定因素。”<br/>...<p>Copyright © 2005-2010 张百川（网路游侠）（http://www.youxia.org/）</p><p><a href="http://www.youxia.org/2010/08/Intel-buy-Mcafee.html" target="_blank">继续阅读《英特尔宣布将以78.6亿美元收购McAfee》的全文内容...</a></p><p>分类: <a href="http://www.youxia.org/post/cat_2.html">业界资讯</a> | Tags: <a href="http://www.youxia.org/catalog.asp?tags=Intel">Intel</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=%E8%8B%B1%E7%89%B9%E5%B0%94">英特尔</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=McAfee">McAfee</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=%E8%BF%88%E5%85%8B%E8%8F%B2">迈克菲</a>&nbsp;&nbsp; | <a href="http://www.youxia.org/2010/08/Intel-buy-Mcafee.html#comment" target="_blank">添加评论</a>(0)</p><h3>相关文章:</h3><ul><li><a href="http://www.youxia.org/2010/08/Intel-buy-Mcafee-About.html">英特尔高管解读McAfee收购：看中研发团队</a> (2010-8-20 12:10:25)  </li><li><a href="http://www.youxia.org/2010/08/PC-World-Intel-McAfee.html">PC World解析英特尔收购McAfee</a> (2010-8-20 7:22:13)  </li><li><a href="http://www.youxia.org/2010/06/McAfee-DLP.html">McAfee DLP数据丢失防护产品的特点、优势和应用范围[转]</a> (2010-6-4 20:5:24)  </li><li><a href="http://www.youxia.org/2010/01/Aurora.html">1月17日更新：Google受攻击技术细节曝光</a> (2010-1-17 12:56:43)  </li><li><a href="http://www.youxia.org/2009/07/McAfee-antivirus.html">自己动手用McAfee打造自己的安全网站</a> (2009-7-8 0:2:0)  </li></ul>RSS订阅：http://www.youxia.org/rss.xml]]></description><category>业界资讯</category><comments>http://www.youxia.org/2010/08/Intel-buy-Mcafee.html#comment</comments><wfw:comment>http://www.youxia.org/</wfw:comment><wfw:commentRss>http://www.youxia.org/feed.asp?cmt=1534</wfw:commentRss><trackback:ping>http://www.youxia.org/cmd.asp?act=tb&amp;id=1534&amp;key=1ad41fb5</trackback:ping></item><item><title>在良性行业秩序下自由行走</title><author>zbc98@163.com (网路游侠)</author><link>http://www.youxia.org/2010/08/Anti-Virus-HangYe.html</link><pubDate>Thu, 19 Aug 2010 21:43:48 +0800</pubDate><guid>http://www.youxia.org/2010/08/Anti-Virus-HangYe.html</guid><description><![CDATA[　　导读：本文作者长期摸爬滚打于美国安全软件市场，所以透过他的视角，通过分析美国反病毒市场的良性秩序，反思中国市场的恶性循环，不无借鉴意义。<br/><br/>　　文/托马斯<br/><br/>　　我们公司曾经委托调查机构在中国进行了反病毒市场的主题调查，结论很悲观，认为我们不会在中国取得飞跃性进展，尽管我们在中国的同事已取得了不错的业绩。这说明我们还不够理解中国反病毒和安全市场的游戏规则，特别是桌面市场。现在有中国的同<p>Copyright © 2005-2010 张百川（网路游侠）（http://www.youxia.org/）</p><p><a href="http://www.youxia.org/2010/08/Anti-Virus-HangYe.html" target="_blank">继续阅读《在良性行业秩序下自由行走》的全文内容...</a></p><p>分类: <a href="http://www.youxia.org/post/cat_2.html">业界资讯</a> | Tags: <a href="http://www.youxia.org/catalog.asp?tags=%E5%8F%8D%E7%97%85%E6%AF%92">反病毒</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=%E6%9D%80%E6%AF%92%E8%BD%AF%E4%BB%B6">杀毒软件</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=%E9%98%B2%E7%97%85%E6%AF%92%E8%BD%AF%E4%BB%B6">防病毒软件</a>&nbsp;&nbsp;<a href="http://www.youxia.org/catalog.asp?tags=%E9%98%B2%E7%97%85%E6%AF%92%E8%BD%AF%E4%BB%B6">防病毒软件</a>&nbsp;&nbsp; | <a href="http://www.youxia.org/2010/08/Anti-Virus-HangYe.html#comment" target="_blank">添加评论</a>(0)</p><h3>相关文章:</h3><ul><li><a href="http://www.youxia.org/2010/08/AntiVirus-JiangHu.html">何公道：杀毒这个江湖</a> (2010-8-19 21:41:39)  </li><li><a href="http://www.youxia.org/2010/08/Anti-virus_product_compatibility_issues_white_paper(AntiyLabs).html">安天实验室：反病毒产品的兼容性问题白皮书</a> (2010-8-19 20:34:3)  </li><li><a href="http://www.youxia.org/2008/02/ShaDuRuanJian-HeikeRuanJian.html">让杀毒软件和黑客软件“和平共处”</a> (2008-2-28 18:57:29)  </li></ul>RSS订阅：http://www.youxia.org/rss.xml]]></description><category>业界资讯</category><comments>http://www.youxia.org/2010/08/Anti-Virus-HangYe.html#comment</comments><wfw:comment>http://www.youxia.org/</wfw:comment><wfw:commentRss>http://www.youxia.org/feed.asp?cmt=1533</wfw:commentRss><trackback:ping>http://www.youxia.org/cmd.asp?act=tb&amp;id=1533&amp;key=97660ac2</trackback:ping></item></channel></rss>
