nerdexam
Microsoft

SC-200 · Question #130

You have a Microsoft Sentinel workspace. You need to prevent a built-in Advance Security information Model (ASIM) parse from being updated automatically. What are two ways to achieve this goal? Each…

The correct answer is A. Redeploy the built-in parse and specify a CallerContext parameter of any and a D. Build a custom unify parse and include the build- parse version. To prevent a built-in Advanced Security Information Model (ASIM) parser from being automatically updated, you can either redeploy it as a custom workspace parser or create your own custom unifying parser.

Submitted by joshua94· Apr 18, 2026Configure your environment in Microsoft Sentinel

Question

You have a Microsoft Sentinel workspace. You need to prevent a built-in Advance Security information Model (ASIM) parse from being updated automatically. What are two ways to achieve this goal? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.

Options

  • ARedeploy the built-in parse and specify a CallerContext parameter of any and a
  • BCreate a hunting query that references the built-in parse.
  • CRedeploy the built-in parse and specify a CallerContext parameter of built-in.
  • DBuild a custom unify parse and include the build- parse version
  • ECreate an analytics rule that includes the built-in parse

How the community answered

(41 responses)
  • A
    78% (32)
  • B
    12% (5)
  • C
    2% (1)
  • E
    7% (3)

Why each option

To prevent a built-in Advanced Security Information Model (ASIM) parser from being automatically updated, you can either redeploy it as a custom workspace parser or create your own custom unifying parser.

ARedeploy the built-in parse and specify a CallerContext parameter of any and aCorrect

Redeploying a built-in ASIM parser and specifying a CallerContext parameter (like `workspace`, or implicitly `any` in this context) converts it into a custom parser that resides in your workspace. Custom workspace parsers are not subject to automatic updates from Microsoft, allowing you to maintain a specific version or apply custom modifications without them being overwritten.

BCreate a hunting query that references the built-in parse.

Creating a hunting query that references an ASIM parser consumes the parser's output but does not alter the parser's update mechanism or prevent it from being automatically updated.

CRedeploy the built-in parse and specify a CallerContext parameter of built-in.

Redeploying a built-in parser and explicitly setting the CallerContext parameter to `built-in` would likely retain its status as a built-in parser, or revert to default behavior, which means it would still be subject to automatic updates.

DBuild a custom unify parse and include the build- parse versionCorrect

Building a custom unifying ASIM parser means it is entirely defined and managed within your Microsoft Sentinel workspace. Since it's a user-created artifact, it is inherently not a built-in parser, and thus Microsoft will not automatically update it, giving you full control over its logic and the versions of any underlying parsers it references.

ECreate an analytics rule that includes the built-in parse

An analytics rule uses ASIM parsers to detect threats and generate alerts but does not control the update behavior of the parsers themselves or modify their status as built-in or custom.

Concept tested: Managing ASIM parser updates and customization

Source: https://learn.microsoft.com/en-us/azure/sentinel/manage-parsers

Topics

#Microsoft Sentinel#ASIM#ASIM Parsers#Custom Parsers

Community Discussion

No community discussion yet for this question.

Full SC-200 Practice