Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam SC-200 All Questions

View all questions & answers for the SC-200 exam

Exam SC-200 topic 3 question 99 discussion

Actual exam question from Microsoft's SC-200
Question #: 99
Topic #: 3
[All SC-200 Questions]

HOTSPOT
-


Case study
-

This is a case study. Case studies are not timed separately. You can use as much exam time as you would like to complete each case. However, there may be additional case studies and sections on this exam. You must manage your time to ensure that you are able to complete all questions included on this exam in the time provided.

To answer the questions included in a case study, you will need to reference information that is provided in the case study. Case studies might contain exhibits and other resources that provide more information about the scenario that is described in the case study. Each question is independent of the other questions in this case study.

At the end of this case study, a review screen will appear. This screen allows you to review your answers and to make changes before you move to the next section of the exam. After you begin a new section, you cannot return to this section.


To start the case study
-
To display the first question in this case study, click the Next button. Use the buttons in the left pane to explore the content of the case study before you answer the questions. Clicking these buttons displays information such as business requirements, existing environment, and problem statements. If the case study has an All Information tab, note that the information displayed is identical to the information displayed on the subsequent tabs. When you are ready to answer a question, click the Question button to return to the question.


Overview
-

Adatum Corporation is a United States-based financial services company that has regional offices in New York, Chicago, and San Francisco.


Existing Environment
-


Identity Environment
-

The on-premises network contains an Active Directory Domain Services (AD DS) forest named corp.adatum.com that syncs with an Azure AD tenant named adatum.com. All user and group management tasks are performed in corp.adatum.com. The corp.adatum.com domain contains a group named Group1 that syncs with adatum.com.


Licensing Status
-

All the users at Adatum are assigned a Microsoft 365 ES license and an Azure Active Directory Premium P2 license.


Cloud Environment
-

The cloud environment contains a Microsoft 365 subscription, an Azure subscription linked to the adatum.com tenant, and the resources shown in the following table.




On-premises Environment
-

The on-premises network contains the resources shown in the following table.




Requirements
-


Planned changes
-

Adatum plans to perform the following changes:

• Implement a query named rulequery1 that will include the following KQL query.



• Implement a Microsoft Sentinel scheduled rule that generates incidents based on rulequery1.

Microsoft Defender for Cloud Requirements

Adatum identifies the following Microsoft Defender for Cloud requirements:

• The members of Group1 must be able to enable Defender for Cloud plans and apply regulatory compliance initiatives.
• Microsoft Defender for Servers Plan 2 must be enabled on all the Azure virtual machines.
• Server2 must be excluded from agentless scanning.

Microsoft Sentinel Requirements

Adatum identifies the following Microsoft Sentinel requirements:

• Implement an Advanced Security Information Model (ASIM) query that will return a count of DNS requests that results in an NXDOMAIN response from Infoblox1.
• Ensure that multiple alerts generated by rulequery1 in response to a single user launching Azure Cloud Shell multiple times are consolidated as a single incident.
• Implement the Windows Security Events via AMA connector for Microsoft Sentinel and configure it to monitor the Security event log of Server1.
• Ensure that incidents generated by rulequery1 are closed automatically if Azure Cloud Shell is launched by the company’s SecOps team.
• Implement a custom Microsoft Sentinel workbook named Workbook1 that will include a query to dynamically retrieve data from Webapp1.
• Implement a Microsoft Sentinel near-real-time (NRT) analytics rule that detects sign-ins to a designated break glass account.
• Ensure that HuntingQuery1 runs automatically when the Hunting page of Microsoft Sentinel in the Azure portal is accessed.
• Ensure that higher than normal volumes of password resets for corp.adatum.com user accounts are detected.
• Minimize the overhead associated with queries that use ASIM parsers.
• Ensure that the Group1 members can create and edit playbooks.
• Use built-in ASIM parsers whenever possible.


Business Requirements
-

Adatum identifies the following business requirements:

• Follow the principle of least privilege whenever possible.
• Minimize administrative effort whenever possible.


You need to implement the ASIM query for DNS requests. The solution must meet the Microsoft Sentinel requirements.

How should you configure the query? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
clary_meta
Highly Voted 1 year ago
Answer: _Im_Dns | A filtering parameter https://learn.microsoft.com/en-us/azure/sentinel/normalization-about-parsers
upvoted 15 times
kostask
9 months, 2 weeks ago
I think that both answers are correct Filtering Parameter and Where clause. You can do it both ways as shown in the link. The filtering parameter is a better optimized approach. Based on the case study (havent read it all) is somewhere stated that everything should be best optimized for performance?
upvoted 1 times
Ramye
9 months ago
Answering w/o reading necessary requirements may not be a good idea .. Adatum identifies the following business requirements: • Follow the principle of least privilege whenever possible. • Minimize administrative effort whenever possible.
upvoted 5 times
...
...
Emyr
12 months ago
Same Link you provided shows the use of the where Clause !
upvoted 1 times
lusere
11 months, 3 weeks ago
Nope Emyr. The one with filtering parameters (to improve performance) does not contain WHERE.
upvoted 4 times
...
MS_KoolaidMan
11 months ago
I think where Emyr is confused (and this is a Microsoft Learn problem) is that they include the example, but the text "The same example without filtering parameters would look like this:" is kind of buried. I would go with _Im_Dns and A Filtering parameter
upvoted 2 times
...
...
...
user636
Most Recent 3 months ago
You must use a filtering parameter to reduce the overhead OR increase the query performance!
upvoted 3 times
...
laddu001
7 months ago
Im_Dns | filtering parameter -- please note we need to use built-in parser where possible per case study
upvoted 2 times
...
ostralo
7 months, 4 weeks ago
in an Infoblox-specific workbook, use the _Im_Dns_InfobloxNIOS ref) https://learn.microsoft.com/en-us/azure/sentinel/normalization-parsers-overview#parser-hierarchy-and-naming https://learn.microsoft.com/en-us/azure/sentinel/normalization-parsers-overview#parser-hierarchy-and-naming source-specific parser. - Infoblox NIOS - BIND - BlucCat The same parsers support multiple sources. _Im_Dns_InfobloxNIOSVxx ref) https://learn.microsoft.com/en-us/azure/sentinel/normalization-parsers-list#dns-parsers A filtering parameter
upvoted 3 times
Tuitor01
4 days, 19 hours ago
I second this one because we are asked to used built-in parsers whenever possible, and this one is dubbed out-of-the box ASIM parser by Microsoft.
upvoted 1 times
Tuitor01
4 days, 19 hours ago
And the ASIM parsers is for NXDOMAN info from infoblox1 device.
upvoted 1 times
...
...
...
Murtuza
11 months, 2 weeks ago
When invoking the parser, always use available filtering parameters by adding one or more named parameters to ensure optimal performance of the ASIM parsers.
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...