試験312-50v13-JPN トピック1 問題329 スレッド

ECCouncil 312-50v13-JPNのリアル試験問題集
問題 #: 329
トピック #: 1
ViruXine.W32ウイルスは、基盤となる実行コードを改変することで存在を隠蔽します。このウイルスコードは、元のアルゴリズムをそのまま維持しながら変異します。つまり、実行されるたびにコード自体が変化しますが、コードの機能(セマンティクス)は全く変化しません。

以下はウイルス コードの一部です (画像を参照)。ループによって XOR 暗号化が実行され、実行されるたびにコードの外観が変わります。
この技術は何と呼ばれますか?

おすすめの解答:B 解答を投票する

The virus described changes its own code with each execution but still performs the same actions. This is the hallmark of a Metamorphic Virus. Unlike polymorphic viruses (which use encrypted code with a changing decryptor), metamorphic viruses rewrite their own code entirely - including their decryption and execution routines - to avoid pattern detection by antivirus software.
Key characteristics of metamorphic viruses seen in the scenario:
Mutates completely on every execution.
Keeps overall functionality identical (semantics intact).
Alters its appearance and logic flow.
From CEH v13 Courseware:
Module 6: Malware Threats # Types of Viruses and Obfuscation Techniques CEH v13 Study Guide states:
"Metamorphic viruses modify their own code structure and appearance with each iteration, without altering their underlying behavior. This makes them more difficult to detect through signature-based mechanisms." Incorrect Options:
A: Polymorphic viruses encrypt themselves with a changing decryptor stub but do not change their core logic.
C: "Dravidic Virus" is not a recognized term in cybersecurity.
D: Stealth viruses hide their presence (e.g., by intercepting system calls), but do not change their code structure.
Reference:CEH v13 Study Guide - Module 6: Malware Types # Metamorphic and Polymorphic VirusesNIST SP 800-83r1 - Guide to Malware Incident Prevention and Handling Let me know if you'd like to continue with more malware-related questions or other CEH topics.

Kawashima 2026-09-05 05:28:11

コメント

正解:
?」こちらは投票コメントになっております。普通のコメントに切り替えます。
ニックネーム: 送信 キャンセル
投票コメントをあげるごとに、選択した解答の投票数を1つ増やすことができます。

他人の解答コメントを賛成するのも、その解答に一票を入れることになります。したがって、すでに同じ意見の投票コメントが存在する場合、新規コメントをする代わりに賛成することもできます。