Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

Security Response

Showing posts tagged with MS08-067 remove filter
Nicolas Falliere | 07 Aug 2010 | 0 comments

最近の W32.Stuxnet ブログシリーズで説明したとおり、Stuxnet は Windows システムに感染して、一般に SCADA システムとして誤って認知されている産業用制御システムの検索を行います。産業用制御システムは、プログラマブルロジックコントローラ(PLC)で構成されます。PLC は、Windows システムからプログラミング可能なミニコンピュータと考えることができます。これらの PLC には、工業プロセスの自動化を制御する特殊なコードが含まれています(たとえば、プラントや工場で機械類を制御します)。プログラマは、ソフトウェア(Windows PC のソフトウェアなど)を使用してコードを作成した後、そのコードを PLC にアップロードします。

以前、Stuxnet はコードを盗んでプロジェクトを設計し、従来の Windows ルートキットを使用して自分自身を隠すこともできるということを報告しましたが、残念ながら今はさらに多くの能力を身につけています。Stuxnet は、プログラミングソフトウェアを悪用して、自身のコードを、通常 SCADA システムによって監視されている産業用制御システム内の PLC にアップロードすることもできます。さらに、Stuxnet はそれらのコードブロックを隠すため、感染したマシンを使用しているプログラマが PLC 上のすべてのコードブロックを表示しようとしても、Stuxnet によりインジェクトされたコードは表示されません。したがって、Stuxnet は単に Windows で自分自身を隠すルートキットであるだけでなく、PLC 上に存在するインジェクトされたコードを隠すことができる、初めて公けに知られたルートキットでもあります。

具体的には、Stuxnet はプログラミングソフトウェアをフックします。つまり、そのソフトウェアを使用して PLC 上のコードブロックを表示しても、インジェクトされたブロックはどこにも見つかりません。これは、列挙、読み取り、書き込みの各機能をフックして、...

Nicolas Falliere | 06 Aug 2010 | 0 comments

As we’ve explained in our recent W32.Stuxnet blog series, Stuxnet infects Windows systems in its search for industrial control systems, often generically (but incorrectly) known as SCADA systems. Industrial control systems consist of Programmable Logic Controllers (PLCs), which can be thought of as mini-computers that can be programmed from a Windows system. These PLCs contain special code that controls the automation of industrial processes—for instance, to control machinery in a plant or a factory. Programmers use software (e.g., on a Windows PC) to create code and then upload their code to the PLCs.

Previously, we reported that Stuxnet can steal code and design projects and also hide itself using a classic Windows rootkit, but unfortunately it can also do much more. Stuxnet has the ability to take advantage of the programming software to also upload its own...