<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>公開共享通訊埠轉發 &#8211; 科技島-掌握科技新聞、科技職場最新資訊</title>
	<atom:link href="https://www.technice.com.tw/tag/%e5%85%ac%e9%96%8b%e5%85%b1%e4%ba%ab%e9%80%9a%e8%a8%8a%e5%9f%a0%e8%bd%89%e7%99%bc/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.technice.com.tw</link>
	<description>專注於科技新聞、科技職場、科技知識相關資訊，包含生成式AI、人工智慧、Web 3.0、區塊鏈、科技職缺百科、生物科技、軟體發展、雲端技術等豐富內容，適合熱衷科技及從事科技專業人事第一手資訊的平台。</description>
	<lastBuildDate>Wed, 18 Jan 2023 08:00:25 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.2</generator>

<image>
	<url>https://www.technice.com.tw/wp-content/uploads/2022/12/cropped-wordpress_512x512-150x150.png</url>
	<title>公開共享通訊埠轉發 &#8211; 科技島-掌握科技新聞、科技職場最新資訊</title>
	<link>https://www.technice.com.tw</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>資安專家：GitHub Codespaces可輕鬆傳播惡意軟體</title>
		<link>https://www.technice.com.tw/uncategorized/34628/</link>
					<comments>https://www.technice.com.tw/uncategorized/34628/#respond</comments>
		
		<dc:creator><![CDATA[科技新知]]></dc:creator>
		<pubDate>Wed, 18 Jan 2023 08:00:23 +0000</pubDate>
				<category><![CDATA[其他]]></category>
		<category><![CDATA[GitHub Codespaces]]></category>
		<category><![CDATA[公開共享通訊埠轉發]]></category>
		<category><![CDATA[軟體開發]]></category>
		<guid isPermaLink="false">https://www.technice.com.tw/?p=34628</guid>

					<description><![CDATA[<p><img width="1200" height="627" src="https://www.technice.com.tw/wp-content/uploads/2023/01/88774219_fb-link.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="88774219 fb link" decoding="async" srcset="https://www.technice.com.tw/wp-content/uploads/2023/01/88774219_fb-link.jpg 1200w, https://www.technice.com.tw/wp-content/uploads/2023/01/88774219_fb-link-300x157.jpg 300w, https://www.technice.com.tw/wp-content/uploads/2023/01/88774219_fb-link-1024x535.jpg 1024w, https://www.technice.com.tw/wp-content/uploads/2023/01/88774219_fb-link-768x401.jpg 768w" sizes="(max-width: 1200px) 100vw, 1200px" title="資安專家：GitHub Codespaces可輕鬆傳播惡意軟體 4"></p>
<p>編譯／鄭智懷 跨國資安公司趨勢科技（Trend Micro）發現，廣受各界好評和使用的線上編輯器GitHub  &#8230;<content><!-- wp:paragraph --></p>
<p>編譯／鄭智懷</p>
<p><!-- /wp:paragraph --></p>
<p><!-- wp:paragraph --></p>
<p>跨國資安公司趨勢科技（Trend Micro）發現，廣受各界好評和使用的線上編輯器GitHub Codespaces的公開共享通訊埠轉發（sharing forwarded ports publicly）功能可能被駭客濫用，合法運用GitHub設立惡意軟體伺服器。即使該伺服器提供惡意程式如腳本、惡意軟體或勒索軟體，也不會被標記為惡意或可疑內容，順利通過各組織的檢測，將相關事件通報為良性或誤報。</p>
<p><!-- /wp:paragraph --></p>
<p><!-- wp:paragraph --></p>
<p>趨勢科技指出，GitHub 的Codespaces服務允許軟體開發者在前者的瀏覽器創建、編輯與運作程式碼。若惡意行為者將通訊埠設定為公開共享，即可在無需身分驗證的情況下託管惡意程式，且所花費的成本比Azure、亞馬遜雲端運算服務（AWS）、谷哥雲端平台（GCP）更低廉。</p>
<p><!-- /wp:paragraph --></p>
<p><!-- wp:image {"id":34629,"sizeSlug":"large","linkDestination":"none"} --></p>
<figure class="wp-block-image size-large"><img src="https://www.technice.com.tw/wp-content/uploads/2023/01/88774219_fb-link-1024x535.jpg" alt="" class="wp-image-34629"/><figcaption>在趨勢科技的概念驗證（proof-of-concept）攻擊中，研究員以Python程式語言運行了一個使用超文件傳送協定（HTTP）的伺服器，轉發並公開該通訊埠。示意圖:RF123</figcaption></figure>
<p><!-- /wp:image --></p>
<p><!-- wp:paragraph --></p>
<p>在趨勢科技的概念驗證（proof-of-concept）攻擊中，研究員以Python程式語言運行了一個使用超文件傳送協定（HTTP）的伺服器，轉發並公開該通訊埠。研究員表示，不僅其中存有URL 和用於身份驗證的 cookie 的缺失，軟體開發者還可以自由將任何通訊埠在超文件傳送協定及超文件傳送協定安全（HTTPS）之間切換。</p>
<p><!-- /wp:paragraph --></p>
<p><!-- wp:paragraph --></p>
<p>研究員補充道，即使是使用VirusTotal等惡意軟體分析網站對該伺服器作進一步分析，分析結果也顯示為沒有惡意歷史記錄，從而減少阻止下載惡意程式的機會。</p>
<p><!-- /wp:paragraph --></p>
<p><!-- wp:paragraph --></p>
<p>該研究報告總結，「雲端服務同時為合法用戶和攻擊者都提供了優勢」。「當惡意行為者利用相關資源時，向合法用戶提供的功能也可以為前者所利用」。</p>
<p><!-- /wp:paragraph --></p>
<p><!-- wp:paragraph --></p>
<p>資料來源：<a href="https://thehackernews.com/2023/01/hackers-can-abuse-legitimate-github.html">The Hacker News</a></p>
<p><!-- /wp:paragraph --></content></p>
<p>這篇文章 <a rel="nofollow" href="https://www.technice.com.tw/uncategorized/34628/">資安專家：GitHub Codespaces可輕鬆傳播惡意軟體</a> 最早出現於 <a rel="nofollow" href="https://www.technice.com.tw">科技島-掌握科技新聞、科技職場最新資訊</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.technice.com.tw/uncategorized/34628/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
