Search Header Logo

資訊系統與作業安全

Authored by William Chiu

Computers

3rd Grade

Used 6+ times

資訊系統與作業安全
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

35 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

下列關於 MITRE ATT&CK 的敘述何者錯誤?

分為戰術(Tactics)、技術(Techniques)與子技術(Sub-Techniques)

僅適用於紅隊(Red Team)演練

可協助建立威脅模型

基於真實世界攻擊行為建構

2.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

APT 攻擊的特徵不包含以下哪一項?

短期性突襲

高度組織化

使用零日漏洞

有政府資助

3.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

下列關於 Windows 進程(Process)的描述,何者正確?

所有進程都必須由使用者手動啟動

進程之間可共用記憶體空間

每個進程擁有獨立的記憶體空間

一個進程只能包含一個執行緒

4.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

下列關於 Windows 服務(Service)的敘述何者正確?

必須由使用者登入後才能執行

與應用程式無關,不會佔用系統資源

一定會顯示在桌面工作列上

通常擁有較高權限,能在背景持續運作

5.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

哪個命令可查詢目前所有「正在執行」的 Windows 服務?

Get-Process

Get-WmiObject -Class Win32_Service

Get-Service | Where-Object { $_.Status -eq 'Running' }

net user

6.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

下列哪個是 PowerShell 管線 (pipeline) 符號的正確用法?

cmd >> list.txt

Get-Process // Select-Object

Get-Process & Format-List

Get-Process | Select-Object

7.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

在 PowerShell 中查詢登入成功事件(Event ID 4624),應使用下列哪一組指令?

Get-EventLog -LogName System | Where-Object { $_.Id -eq 4624 }

Get-WinEvent -LogName 'Security' | Where-Object { $_.Id -eq 4624 }

Get-Service | Where-Object { $_.Id -eq 4624 }

Get-Process | Where-Object { $_.Id -eq 4624 }

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?