--- title: 4618(S) A monitored security event pattern has occurred. (Windows 10) description: Describes security event 4618(S) A monitored security event pattern has occurred. ms.pagetype: security ms.prod: w10 ms.mktglfcycl: deploy ms.sitesec: library author: Mir0sh --- # 4618(S): A monitored security event pattern has occurred. **Applies to** - Windows 10 - Windows Server 2016 ***Subcategory:*** [Audit System Integrity](audit-system-integrity.md) This event can be generated (invoked) only externally using the following command: **%windir%\\system32\\rundll32 %windir%\\system32\\authz.dll,AuthziGenerateAdminAlertAudit OrgEventId ComputerName UserSid UserName UserDomain UserLogonId EventCount Duration** Account must have **SeAuditPrivilege** (Generate security audits) to be able to generate this event. - **UserSid** is resolved when viewing the event in event viewer. - Only **OrgEventID**, **ComputerName**, and **EventCount** are required—others are optional. Fields not specified appear with “**-**“ in the event description field. - If a field doesn’t match the expected data type, the event is not generated. (i.e., if **EventCount** = “XYZ” then no event is generated.) - **UserSid**, **UserName**, and **UserDomain** are not related to each other (think **SubjectUser** fields, where they are) - Parameters are space delimited, even if a parameter is enclosed in double-quotes. - Here are the expected data types for the parameters: | Parameter | Expected Data Type | |--------------|--------------------------------------------------| | OrgEventID | Ulong | | ComputerName | String | | UserSid | SID (in string format) | | UserName | String | | UserDomain | String | | UserLogonID | Luid (a ULongLong converted to Hex in the event) | | EventCount | Ulong | | Duration | String | Event 4618 illustration
***Event XML:*** ``` - - 4618 0 0 12290 0 0x8020000000000000 1198759 Security DC01.contoso.local - 4624 DC01.contoso.local S-1-5-21-3457937927-2839227994-823803824-1104 dadmin CONTOSO 0x1 10 “Hour" ``` ***Required Server Roles:*** None. ***Minimum OS Version:*** Windows Server 2008, Windows Vista. ***Event Versions:*** 0. ## Security Monitoring Recommendations For 4618(S): A monitored security event pattern has occurred. - This event can be invoked only manually/intentionally, it is up to you how interpret this event depends on information you put inside of it.