Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit60b65a4

Browse files
committed
fix hyperlink
1 parentc9005dc commit60b65a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎_posts/2024/2024-09-24-run-as-administrator.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The event to monitor is [4688(S): A new process has been created](https://learn.
1515

1616
This event generates every time a new process starts. To recognize the "run-as-administrator" use, it is necessary to check the value of the`Token Elevation Type` field, in particular, it must contain`%%1937`
1717

18-
This event is disabled by default, but it can be enabled via GPOhttps://learn.microsoft.com/en-us/windows-server/identity/ad-ds/manage/component-updates/command-line-process-auditing for domain machines or using the local security policy for stand alone servers (`Local Security Policy` >`Local Policy` >`Audit Policy` >`Audit Process Tracking`)
18+
This event is disabled by default, but it[can be enabled via GPO](https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/manage/component-updates/command-line-process-auditing) for domain machines or using the local security policy for stand alone servers (`Local Security Policy` >`Local Policy` >`Audit Policy` >`Audit Process Tracking`)
1919

2020
![local-security-policy](../../assets/post/2024/local-security-policy.png)
2121

@@ -36,8 +36,8 @@ The XPATH query, which can be used as a filter in the event to recognize this ev
3636

3737
The same query can also be used in a Data Collection Rule in Azure:
3838

39-
* Data Source: Windows Event log
40-
* Query Type: Custom
39+
* Data Source:`Windows Event log`
40+
* Query Type:`Custom`
4141
* Xpath Query:`[EventData[Data[@Name='TokenElevationType']and(Data='%%1937')]]`
4242

4343
As indicated in the official documentation below:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp