跳转到内容

TCP Wrapper:修订间差异

维基百科,自由的百科全书
删除的内容 添加的内容
InternetArchiveBot留言 | 贡献
补救1个来源,并将0个来源标记为失效。) #IABot (v2.0.7
使用HotCat已移除Category:TCP; 已添加Category:TCP协议
 
(未显示1个用户的2个中间版本)
第18行: 第18行:


== 1999年木马事件 ==
== 1999年木马事件 ==
1999年1月,软件在[[埃因霍温理工大学]]的分发包被修改后的版本替换,其包含一个被[[特洛伊木马 (电脑)|木马]]感染的软件版本,入侵者可以访问安装了此版本软件的任何一个服务器。作者在几个小时内发现了这个问题,此后他将主分发站点改为其个人网站<ref>[http://www.cert.org/advisories/CA-1999-01.html CC/CERT Advisory CA-1999-01]</ref><ref>[http://www.cert.org/advisories/CA-1999-02.html CC/CERT Advisory CA-1999-02]</ref><ref>[http://seclists.org/bugtraq/1999/Jan/0257.html ''backdoored tcp wrapper source code'', by Wietse Venema, on [[Bugtraq]], Jan 21, 1999]</ref><ref>[http://seclists.org/bugtraq/1999/Jan/0314.html ''Announcement: Wietse's FTP site has moved'', by Wietse Venema, on [[Bugtraq]], Jan 21, 1999]</ref>。
1999年1月,软件在[[埃因霍温理工大学]]的分发包被修改后的版本替换,其包含一个被[[特洛伊木马 (电脑)|木马]]感染的软件版本,入侵者可以访问安装了此版本软件的任何一个服务器。作者在几个小时内发现了这个问题,此后他将主分发站点改为其个人网站<ref>{{Cite web |url=http://www.cert.org/advisories/CA-1999-01.html |title=CC/CERT Advisory CA-1999-01 |accessdate=2014-09-11 |archive-date=2013-11-05 |archive-url=https://web.archive.org/web/20131105152436/https://www.cert.org/advisories/CA-1999-01.html |dead-url=no }}</ref><ref>{{Cite web |url=http://www.cert.org/advisories/CA-1999-02.html |title=CC/CERT Advisory CA-1999-02 |accessdate=2014-09-11 |archive-date=2013-12-18 |archive-url=https://web.archive.org/web/20131218075452/http://www.cert.org/advisories/CA-1999-02.html |dead-url=no }}</ref><ref>{{Cite web |url=http://seclists.org/bugtraq/1999/Jan/0257.html |title=''backdoored tcp wrapper source code'', by Wietse Venema, on &#91;&#91;Bugtraq&#93;&#93;, Jan 21, 1999 |accessdate=2014-09-11 |archive-date=2008-12-04 |archive-url=https://web.archive.org/web/20081204114327/http://seclists.org/bugtraq/1999/Jan/0257.html |dead-url=no }}</ref><ref>{{Cite web |url=http://seclists.org/bugtraq/1999/Jan/0314.html |title=''Announcement: Wietse's FTP site has moved'', by Wietse Venema, on &#91;&#91;Bugtraq&#93;&#93;, Jan 21, 1999 |accessdate=2014-09-11 |archive-date=2008-10-29 |archive-url=https://web.archive.org/web/20081029082342/http://seclists.org/bugtraq/1999/Jan/0314.html |dead-url=no }}</ref>。


== 参见 ==
== 参见 ==
第32行: 第32行:
<div class="references-small">
<div class="references-small">
<references />
<references />
*Lee Brotzman: [http://www.linuxjournal.com/article/2180 <cite>Wrap a Security Blanket Around Your Computer</cite>] Linuxjournal article 1997-08-01
*Lee Brotzman: [http://www.linuxjournal.com/article/2180 <cite>Wrap a Security Blanket Around Your Computer</cite>]{{Wayback|url=http://www.linuxjournal.com/article/2180 |date=20140723011310 }} Linuxjournal article 1997-08-01
</div>
</div>


== 外部链接 ==
== 外部链接 ==
*[http://www.softpanorama.org/Net/Network_security/TCP_wrappers/index.shtml Softpanorama上有关TCP Wrappers的信息]
*[http://www.softpanorama.org/Net/Network_security/TCP_wrappers/index.shtml Softpanorama上有关TCP Wrappers的信息]{{Wayback|url=http://www.softpanorama.org/Net/Network_security/TCP_wrappers/index.shtml |date=20141019092611 }}
*[http://generationip.com/documentation/mini-howto/116-howto-on-tcp-wrapper tcp wrapper指南]
*[http://generationip.com/documentation/mini-howto/116-howto-on-tcp-wrapper tcp wrapper指南]{{Wayback|url=http://generationip.com/documentation/mini-howto/116-howto-on-tcp-wrapper |date=20150104200433 }}


{{DEFAULTSORT:Tcp Wrapper}}
{{DEFAULTSORT:Tcp Wrapper}}
第43行: 第43行:
[[Category:BSD软件]]
[[Category:BSD软件]]
[[Category:自由安全软件]]
[[Category:自由安全软件]]
[[Category:TCP|Wrapper]]
[[Category:TCP协议|Wrapper]]
[[Category:网络软件]]
[[Category:网络软件]]

2024年3月19日 (二) 07:46的最新版本

TCP Wrapper
開發者Wietse Venema
当前版本7.6 (1997年4月8日)
操作系统类Unix系统
类型安全
许可协议BSD许可证
网站[1]

TCP Wrapper是一个基于主机的网络访问控制表系统,用于过滤英语Filter (software)类Unix系统(如LinuxBSD)的网络访问。其能将主机或子网IP地址名称ident英语ident protocol查询回复作为筛选标记,实现访问控制

原始代码是1990年左右由荷兰人Wietse Venema编写的,目的是监视埃因霍温理工大学数学和计算机科学系的Unix工作站上的黑客行动。[1]Wietse Venema一直维护这个程序到1995年;2001年6月1日,在其自己的BSD风格的许可证下发布。

1999年木马事件

[编辑]

1999年1月,软件在埃因霍温理工大学的分发包被修改后的版本替换,其包含一个被木马感染的软件版本,入侵者可以访问安装了此版本软件的任何一个服务器。作者在几个小时内发现了这个问题,此后他将主分发站点改为其个人网站[2][3][4][5]

参见

[编辑]

参考文献

[编辑]
  1. ^ TCP WRAPPER - Network monitoring, access control, and booby traps. by Wietse Venema (PDF). [2014-09-11]. (原始内容存档 (PDF)于2008-07-04). 
  2. ^ CC/CERT Advisory CA-1999-01. [2014-09-11]. (原始内容存档于2013-11-05). 
  3. ^ CC/CERT Advisory CA-1999-02. [2014-09-11]. (原始内容存档于2013-12-18). 
  4. ^ backdoored tcp wrapper source code, by Wietse Venema, on [[Bugtraq]], Jan 21, 1999. [2014-09-11]. (原始内容存档于2008-12-04). 
  5. ^ Announcement: Wietse's FTP site has moved, by Wietse Venema, on [[Bugtraq]], Jan 21, 1999. [2014-09-11]. (原始内容存档于2008-10-29). 

外部链接

[编辑]