- A
Block executable files from running unless they meet a prevalence, age, or trusted list criteria
Correct. This ASR rule specifically blocks executables in writable directories unless they have been around long enough or are commonly seen.
- B
Block credential stealing from the Windows local security authority subsystem
Why wrong: Incorrect. This rule prevents credential theft (e.g., from LSASS), not executable execution.
- C
Block all Office applications from creating child processes
Why wrong: Incorrect. This rule prevents Office apps from spawning other executables, but does not target %TEMP% specifically.
- D
Block JavaScript or VBScript from launching downloaded executable content
Why wrong: Incorrect. This rule blocks scripts from launching executables, not directly blocking executables in %TEMP%.
Quick Answer
The answer is the ASR rule 'Block executable files from running unless they meet a prevalence, age, or trusted list criteria' (GUID: 01443614-cd74-433a-b99e-2ecdc07bfc25). This rule is specifically designed to block executable files from the %TEMP% folder because malware commonly drops payloads into temporary directories to bypass standard application controls. Instead of a blanket block, it uses cloud-delivered reputation data to allow only binaries that are widespread, have been seen for a sufficient time, or are on a trusted list, effectively stopping unknown or suspicious executables while reducing false positives. On the MS-102 exam, this question tests your understanding of how ASR rules map to specific attack vectors, often appearing alongside rules like 'Block Office apps from creating child processes' or 'Block credential stealing from the Windows local security authority subsystem'. A common trap is confusing this rule with the broader 'Block all Office applications from creating child processes'—remember that the %TEMP% rule is the only one that explicitly checks prevalence and age. Memory tip: think "TEMP requires a reputation check" to recall that this rule uses cloud intelligence rather than a simple block.
MS-102 Practice Question: Manage security and threats by using Microsoft Defender XDR
This MS-102 practice question tests your understanding of manage security and threats by using microsoft defender xdr. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
A security administrator needs to block executable files from running from the %TEMP% folder on Windows devices to prevent common malware execution. Which attack surface reduction (ASR) rule should be enabled?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
Block executable files from running unless they meet a prevalence, age, or trusted list criteria
Option A is correct because the ASR rule 'Block executable files from running unless they meet a prevalence, age, or trusted list criteria' (GUID: 01443614-cd74-433a-b99e-2ecdc07bfc25) specifically targets executables launched from locations commonly used by malware, such as the %TEMP% folder. This rule uses cloud-delivered reputation data to allow only executables that are prevalent, have sufficient age, or are on a trusted list, effectively blocking unknown or suspicious binaries from running in temporary directories.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Block executable files from running unless they meet a prevalence, age, or trusted list criteria
Why this is correct
Correct. This ASR rule specifically blocks executables in writable directories unless they have been around long enough or are commonly seen.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
Block credential stealing from the Windows local security authority subsystem
Why it's wrong here
Incorrect. This rule prevents credential theft (e.g., from LSASS), not executable execution.
- ✗
Block all Office applications from creating child processes
Why it's wrong here
Incorrect. This rule prevents Office apps from spawning other executables, but does not target %TEMP% specifically.
- ✗
Block JavaScript or VBScript from launching downloaded executable content
Why it's wrong here
Incorrect. This rule blocks scripts from launching executables, not directly blocking executables in %TEMP%.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates often confuse ASR rules focused on script-based attacks (Option D) or credential theft (Option B) with the specific rule designed to block executables in low-reputation locations like %TEMP%, leading them to choose a rule that addresses a different attack vector.
Detailed technical explanation
How to think about this question
This ASR rule evaluates executables against Microsoft's cloud-based reputation service, checking prevalence (how many devices have seen the file), age (how long the file has existed), and trusted list membership (e.g., Microsoft-signed binaries). Under the hood, it uses the same intelligence as Windows Defender SmartScreen and blocks files that fail these criteria even if they are not yet known as malware, providing proactive protection against zero-day threats. A real-world scenario is ransomware that drops a novel executable into %TEMP% and runs it; this rule would block it because the file lacks prevalence and age.
KKey Concepts to Remember
- Read the scenario before looking for a memorised answer.
- Find the constraint that changes the correct option.
- Eliminate answers that are true in general but not in this case.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
A cloud solutions architect for a retail company is evaluating services for a new workload. The correct answer here reflects best practice for the specific scenario described — not a general cloud recommendation. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Cloud exam questions reward reading the constraint carefully: the same technology can be right or wrong depending on the use case.
What to study next
Got this wrong? Here's your next step.
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
- →
Manage security and threats by using Microsoft Defender XDR — study guide chapter
Learn the concepts, then practise the questions
- →
Manage security and threats by using Microsoft Defender XDR practice questions
Targeted practice on this topic area only
- →
All MS-102 questions
975 questions across all exam domains
- →
Microsoft 365 Administrator MS-102 study guide
Full concept coverage aligned to exam objectives
- →
MS-102 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related MS-102 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Deploy and manage a Microsoft 365 tenant practice questions
Practise MS-102 questions linked to Deploy and manage a Microsoft 365 tenant.
Implement and manage Microsoft Entra identity and access practice questions
Practise MS-102 questions linked to Implement and manage Microsoft Entra identity and access.
Manage security and threats by using Microsoft Defender XDR practice questions
Practise MS-102 questions linked to Manage security and threats by using Microsoft Defender XDR.
Manage compliance by using Microsoft Purview practice questions
Practise MS-102 questions linked to Manage compliance by using Microsoft Purview.
Manage users, groups, licensing, and support practice questions
Practise MS-102 questions linked to Manage users, groups, licensing, and support.
Implement and manage identity and access in Microsoft Entra ID practice questions
Practise MS-102 questions linked to Implement and manage identity and access in Microsoft Entra ID.
MS-102 fundamentals practice questions
Practise MS-102 questions linked to MS-102 fundamentals.
MS-102 scenario practice questions
Practise MS-102 questions linked to MS-102 scenario.
MS-102 troubleshooting practice questions
Practise MS-102 questions linked to MS-102 troubleshooting.
Practice this exam
Start a free MS-102 practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this MS-102 question test?
Manage security and threats by using Microsoft Defender XDR — This question tests Manage security and threats by using Microsoft Defender XDR — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Block executable files from running unless they meet a prevalence, age, or trusted list criteria — Option A is correct because the ASR rule 'Block executable files from running unless they meet a prevalence, age, or trusted list criteria' (GUID: 01443614-cd74-433a-b99e-2ecdc07bfc25) specifically targets executables launched from locations commonly used by malware, such as the %TEMP% folder. This rule uses cloud-delivered reputation data to allow only executables that are prevalent, have sufficient age, or are on a trusted list, effectively blocking unknown or suspicious binaries from running in temporary directories.
What should I do if I get this MS-102 question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Same concept, more angles
3 more ways this is tested on MS-102
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. A security administrator needs to block executable files (e.g., .exe, .ps1) from running from the %TEMP% folder on Windows devices to prevent common malware execution. Which attack surface reduction (ASR) rule should be enabled?
hard- ✓ A.Block executable files from running unless they meet a prevalence, age, or trusted list criterion
- B.Block executable content from email client and webmail
- C.Block Office applications from creating child processes
- D.Block credential stealing from the Windows local security authority subsystem (lsass.exe)
Why A: ASR rule 'Block executable files from running unless they meet a prevalence, age, or trusted list criterion' (GUID: 01443614-cd74-433a-b99e-2ecdc07bfc25) is designed specifically to block executables (including .exe, .ps1, .scr, .dll) from launching from locations like %TEMP%, %APPDATA%, and the Windows folder, which are common malware staging areas. This rule uses cloud-delivered reputation (prevalence and age) and a Microsoft-managed trusted list to allow legitimate files while blocking unknown or suspicious ones, directly addressing the requirement to prevent malware execution from %TEMP%.
Variation 2. A security administrator wants to block executable files from running from writable system directories such as %TEMP% and %APPDATA% on Windows devices. Which attack surface reduction (ASR) rule should be enabled?
hard- ✓ A.Block executable files from running unless they meet a prevalence, age, or trusted list criterion.
- B.Block Office communication application from creating child processes.
- C.Block credential stealing from the Windows local security authority subsystem (lsass.exe).
- D.Block executable content from email client and webmail.
Why A: The ASR rule 'Block executable files from running unless they meet a prevalence, age, or trusted list criterion' (GUID: 01443614-cd74-433a-b99e-2ecdc07bfc25) is designed specifically to block executables (e.g., .exe, .dll, .scr) from running from writable locations like %TEMP% and %APPDATA% unless they have sufficient global prevalence, are older than a certain age, or are on a trusted list. This directly addresses the administrator's requirement to prevent untrusted executables from executing from these directories.
Variation 3. A security administrator needs to block users from running portable executable files (e.g., .exe, .scr) that were downloaded from the internet on Windows devices. Which Attack Surface Reduction (ASR) rule should the administrator enable to meet this requirement?
hard- ✓ A.Block executable files from running unless they meet a prevalence, age, or trusted list criterion
- B.Block credential stealing from the Windows local security authority subsystem (lsass.exe)
- C.Block Adobe Reader from creating child processes
- D.Block persistence through WMI event subscription
Why A: Option A is correct because the ASR rule 'Block executable files from running unless they meet a prevalence, age, or trusted list criterion' (GUID: 01443614-cd74-433a-b99e-2ecdc07bfc25) specifically targets executable files (e.g., .exe, .scr) that have been downloaded from the internet by checking their Mark-of-the-Web (MoTW) attribute. When enabled, this rule prevents execution of such files unless they meet criteria like high prevalence, sufficient age, or inclusion in a trusted list, directly addressing the requirement to block internet-downloaded portable executables.
Last reviewed: Jun 11, 2026
This MS-102 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the MS-102 exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.