* Fix/fix clippy warn (#434) - Fixed following Clippy Warnings(previous warning count: 671 -> after: 4) - clippy::needless_return - clippy::println_empty_string - clippy::redundant_field_names - clippy::single_char_pattern - clippy::len_zero - clippy::iter_nth_zero - clippy::bool_comparison - clippy::question_mark - clippy::needless_collect - clippy::unnecessary_unwrap - clippy::ptr_arg - clippy::needless_collect - clippy::needless_borrow - clippy::new_without_default - clippy::assign_op_pattern - clippy::bool_assert_comparison - clippy::into_iter_on_ref - clippy::deref_addrof - clippy::while_let_on_iterator - clippy::match_like_matches_macro - clippy::or_fun_call - clippy::useless_conversion - clippy::let_and_return - clippy::redundant_clone - clippy::redundant_closure - clippy::cmp_owned - clippy::upper_case_acronyms - clippy::map_identity - clippy::unused_io_amount - clippy::assertions_on_constants - clippy::op_ref - clippy::useless_vec - clippy::vec_init_then_push - clippy::useless_format - clippy::bind_instead_of_map - clippy::bool_comparison - clippy::clone_on_copy - clippy::too_many_arguments - clippy::module_inception - fixed clippy::needless_lifetimes - fixed clippy::borrowed_box (Thanks for helping by hach1yon!) * Merge main and output fix#443#444 (#445) * removed tools/sigmac (#441) * removed tools/sigmac - moved tools/sigmac to hayabusa-rules repo * fixed doc link tools/sigmac * fixed submodule track * fixed submodule track from latest to v1.1.0 tag * fixed link * erased enter #444 * erased enter #444 * reverted logo enter * fixed rules submodule target commit #444 Co-authored-by: Yamato Security <71482215+YamatoSecurity@users.noreply.github.com> * readme update screenshots etc (#448) * Opensslを静的にコンパイルするためにCargo.tomlの設定変更 (#437) * cargo update - openssl static * updated cargo * macos2apple * cargo update * cargo update * aliasキーがない場合もEvent.EventDataを自動で走査する (#442) * add no event key * support not-register-alias search * added checking EventData when key do not match in alias #290 - added checking key in Event.EventData, if key is not exist in eventkey_alias.txt. * cargo fmt * fixed panic when filter files does not exists * fixed errorlog format when filter config files does not exist Co-authored-by: DustInDark <nextsasasa@gmail.com> * changed downcast library from mopa to downcast_rs #447 (#450) * Fixed Clippy Warnings (#451) * fixed clippy warn * fixed cargo clippy warnging * fixed clippy warngings in clippy ver 0.1.59 * fixed clippy warnings clippy::unnecessary_to_owned * added temporary blackhat arsenal badge * added rust report card badges #453 * added repository maintenance levels badge #453 * documentation update macOS usage etc * update * added clippy workflow #428 (#429) * added clippy workflow #428 * fixed action yaml to run clippy #428 * fixed indent * fixed workflow * fixed workflow error * fixed indent * changed no annotation #428 * adujusted annotation version * fixed clippy::needless_match * remove if let exception * removed unnecessary permission check #428 * statistics event id update (#457) * Feature/#440 refactoring #395 (#464) * updated submodule * fix degrade for pull req #464 (#468) * fix degrade for pull req #464 * add trim * Fearture/ added output update result#410 (#452) * add git2 crate #391 * added Update option #391 * updated readme #391 * fixed cargo.lock * fixed option if-statement #391 * changed utc short option and rule-update short option #391 * updated readme * updated readme * fixed -u long option & version number update #391 * added fast-forwarding rules repository #391 * updated command line option #391 * moved output logo prev update rule * fixed readme #391 * removed recursive option in readme * changed rules update from clone and pull to submodule update #391 * fixed document * changed unnecessary clone recursively to clone only * English message update. * cargo fmt * English message update. (4657c35e5ccherry-pick) * added create rules folder when rules folder is not exist * fixed gitmodules github-rules url from ssh to https * added output of updated file #420 * fixed error #410 * changed update rule list seq * added test * fixed output #410 * fixed output and fixed output date field when modified field is lacked #410 * fixed compile error * fixed output - added enter after Latest rule update output - added output when no exist new rule - fixed Latest rule update date format - changed output from 'Latest rule update' to 'Latest rules update' * fixed compile error * changed modified date source from rules folder to each yml rule file * formatting use chrono in main.rs * merge develop clippy ci * fixed output when no update rule #410 - removed Latest rule update - no output "Rules update successfully" when No rule changed * Change English Co-authored-by: Tanaka Zakku <71482215+YamatoSecurity@users.noreply.github.com> * Remove unnecessary code from timeline_event_info and rename files for… (#470) * Remove unnecessary code from timeline_event_info and rename files for issue462 * Remove unnecessary code #462 * add equalsfield pipe (#467) * Enhancement: add config config #456 (#471) * added config option #456 * added process of option to speicifed config folder #456 following files adjust config option. * noisy_rules.txt * exclude_rules.txt * fixed usage in readme * updated rules submodule: * fixed process when yml file exist in .git folder * ignore when yml file exist in .git folder * Add: --level-tuning option's outline * Add: read Rule files * Add: input rule_level.txt files & read rules * cargo fmt * Add: level-tuning function * Reface: split to options file * WIP: Text overwrite failed... * Fix: Text overwrite was failed * Add: Error handlings * Add: id, level validation * mv: IDS_REGEX to configs file * fix: level tuning's file name * Cargo fmt * Pivot Keyword List機能の追加 (#412) * add get_pivot_keyword() func * change function name and call it's function * [WIP] support config file * compilete output * cargo fmt * [WIP] add test * add test * support -o option in pivot * add pivot mod * fix miss * pass test in pivot.rs * add comment * pass all test * add fast return * fix output * add test config file * review * rebase * cargo fmt * test pass * fix clippy in my commit * cargo fmt * little refactor * change file input logic and config format * [WIP] change output * [wip] change deta structure * change output & change data structure * pass test * add config * cargo fmt & clippy & rebase * fix cllipy * delete /rules/ in .gitignore * clean comment * clean * clean * fix rebase miss * fix rebase miss * fix clippy * file name output on -o to stdout * add pivot_keywords.txt to ./config * updated english * Documentation update * cargo fmt and clean * updated translate japanese * readme update * readme update Co-authored-by: DustInDark <nextsasasa@gmail.com> Co-authored-by: Tanaka Zakku <71482215+YamatoSecurity@users.noreply.github.com> * Add: test * Add: README.md * Cargo fmt * Use #[cfg(test)] * Fixed output stop when control char exist in windows terminal (#485) * added control character filter in details #382 * fixed document - removed fixed windows teminal caution in readme * fixed level tuning test and added test files #390 * changed level_tuning.txt header from next_level to new_level * fixed convert miss change to low level * added run args rules path to check test easy #390 * fixed comment out processing in level_tuning.txt * fixed config to show level-tuning option * fixed level-tuning option usage from required to option * reduce output mitre attack detail tachnique No. by config file (#483) * reduced mitre attck tag output by config file #477 * prepared 1.2.0 version toml * added test files and mitre attck strategy tag file #477 * fixed cargo.toml version * updated cargo.lock * output tag english update * cargo fmt Co-authored-by: Tanaka Zakku <71482215+YamatoSecurity@users.noreply.github.com> * Fix: test file's path was incorrect * Add: add test_files/config/level_tuning.txt * Add: Flush method. * inserted debug data * reverted config usage * fixed test yaml file path * Feature/#216 output allfields csvnewcolumn (#469) * refactoring * refactoring * under constructing * underconstructing * under construction * underconstructing * fix existing testcase * finish implement * fmt * add option * change name * fix control code bug * fix disp * change format and fix testcase * fix help * Fix: show usage when hayabusa has no args * rm: debug line * Enhance/warning architecture#478 (#482) * added enhance of architecture check #478 * changed check architecture process after output logo #478 * English msg update * fixed detect method of os-bit to windows and linux * removed mac and unix architecture and binary and updated its process of windows * fix clippy * added check on Wow64 env #478 * Update contributors.txt Co-authored-by: Tanaka Zakku <71482215+YamatoSecurity@users.noreply.github.com> * added --level-tuning option to usage * Revert "added --level-tuning option to usage" This reverts commite6a74090a3. * readme update * Update README-Japanese.md * readme, version, cargo update * typo fix * typo fix * rm: duplicated test & fix test name * Add: show logo, and some infos * small english fix * twitter link fix (#486) * added feature of tag output reducing to agg condition #477 (#488) * changed level output from informational to info #491 * updated rules submodule * v1.2 changelog update (#473) * changelog update * Update CHANGELOG.md added contributor in "Fields that are not defined in eventkey_alias.txt will automatically be searched in Event.EventData." ref #442 * Update CHANGELOG-Japanese.md Fields that are not defined in eventkey_alias.txt will automatically be searched in Event.EventData. added contributor in "Fields that are not defined in eventkey_alias.txt will automatically be searched in Event.EventData." ref #442 * Update CHANGELOG.md added bug fixes (#444) and `Performance and. accuracy` add contributor ref(#395) * Update CHANGELOG-Japanese.md * Translated v1.2 change log to Japanese v1.2の内容を日本語に修正 * fixed typo added lacked back quote. * added description added following issue and pr description to readme - #216 / #469 L8 - #390 / #459 L9 - #478 / #482 L19 - #477/ #483 L20 * added description README.md added following issue and pr description to readme - #216 / #469 L8 - #390 / #459 L9 - #478 / #482 L19 - #477/ #483 L20 * changelog update * changelog update * update Co-authored-by: DustInDark <nextsasasa@gmail.com> * updated rules #493 (#494) * Resolve conflict develop (#496) * removed tools/sigmac (#441) * removed tools/sigmac - moved tools/sigmac to hayabusa-rules repo * fixed doc link tools/sigmac * fixed submodule track * fixed submodule track from latest to v1.1.0 tag * fixed link * fixed rules submodule targe #444 * updated submodule * updated rules submodule Co-authored-by: Yamato Security <71482215+YamatoSecurity@users.noreply.github.com> Co-authored-by: Yamato Security <71482215+YamatoSecurity@users.noreply.github.com> Co-authored-by: kazuminn <warugaki.k.k@gmail.com> Co-authored-by: James / hach1yon <32596618+hach1yon@users.noreply.github.com> Co-authored-by: garigariganzy <tosada31@hotmail.co.jp> Co-authored-by: itiB <is0312vx@ed.ritsumei.ac.jp>
497 lines
26 KiB
Plaintext
497 lines
26 KiB
Plaintext
eventid,event_title
|
|
6406,%1 registered to Windows Firewall to control filtering for the following: %2
|
|
1,Process Creation.
|
|
2,File Creation Timestamp Changed. (Possible Timestomping)
|
|
3,Network Connection.
|
|
4,Sysmon Service State Changed.
|
|
5,Process Terminated.
|
|
6,Driver Loaded.
|
|
7,Image Loaded.
|
|
8,Remote Thread Created. (Possible Code Injection)
|
|
9,Raw Access Read.
|
|
10,Process Access.
|
|
11,File Creation or Overwrite.
|
|
12,Registry Object Created/Deletion.
|
|
13,Registry Value Set.
|
|
14,Registry Key or Value Rename.
|
|
15,Alternate Data Stream Created.
|
|
16,Sysmon Service Configuration Changed.
|
|
17,Named Pipe Created.
|
|
18,Named Pipe Connection.
|
|
19,WmiEventFilter Activity.
|
|
20,WmiEventConsumer Activity.
|
|
21,WmiEventConsumerToFilter Activity.
|
|
22,DNS Query.
|
|
23,Deleted File Archived.
|
|
24,Clipboard Changed.
|
|
25,Process Tampering. (Possible Process Hollowing or Herpaderping)
|
|
26,File Deleted.
|
|
27,KDC Encryption Type Configuration
|
|
31,Windows Update Failed
|
|
34,Windows Update Failed
|
|
35,Windows Update Failed
|
|
43,New Device Information
|
|
81,Processing client request for operation CreateShell
|
|
82,Entering the plugin for operation CreateShell with a ResourceURI
|
|
104,Event Log was Cleared
|
|
106,A task has been scheduled
|
|
134,Sending response for operation CreateShell
|
|
169,Creating WSMan Session (on Server)
|
|
255,Sysmon Error.
|
|
400,New Mass Storage Installation
|
|
410,New Mass Storage Installation
|
|
800,Summary of Software Activities
|
|
903,New Application Installation
|
|
904,New Application Installation
|
|
905,Updated Application
|
|
906,Updated Application
|
|
907,Removed Application
|
|
908,Removed Application
|
|
1001,BSOD
|
|
1005,Scan Failed
|
|
1006,Detected Malware
|
|
1008,Action on Malware Failed
|
|
1009,Hotpatching Failed
|
|
1010,Failed to remove item from quarantine
|
|
1022,New MSI File Installed
|
|
1033,New MSI File Installed
|
|
1100,The event logging service has shut down
|
|
1101,Audit events have been dropped by the transport.
|
|
1102,The audit log was cleared
|
|
1104,The security Log is now full
|
|
1105,Event log automatic backup
|
|
1108,The event logging service encountered an error
|
|
1125,Group Policy: Internal Error
|
|
1127,Group Policy: Generic Internal Error
|
|
1129,Group Policy: Group Policy Application Failed due to Connectivity
|
|
1149,User authentication succeeded
|
|
2001,Failed to update signatures
|
|
2003,Failed to update engine
|
|
2004,Firewall Rule Add
|
|
2004,Reverting to last known good set of signatures
|
|
2005,Firewall Rule Change
|
|
2006,Firewall Rule Deleted
|
|
2009,Firewall Failed to load Group Policy
|
|
2033,Firewall Rule Deleted
|
|
3001,Code Integrity Check Warning
|
|
3002,Code Integrity Check Warning
|
|
3002,Real-Time Protection failed
|
|
3003,Code Integrity Check Warning
|
|
3004,Code Integrity Check Warning
|
|
3010,Code Integrity Check Warning
|
|
3023,Code Integrity Check Warning
|
|
4103,Module logging. Executing Pipeline.
|
|
4104,Script Block Logging.
|
|
4105,CommandStart - Started
|
|
4106,CommandStart - Stoppeed
|
|
4608,Windows is starting up
|
|
4609,Windows is shutting down
|
|
4610,An authentication package has been loaded by the Local Security Authority
|
|
4611,A trusted logon process has been registered with the Local Security Authority
|
|
4612,"Internal resources allocated for the queuing of audit messages have been exhausted, leading to the loss of some audits."
|
|
4614,A notification package has been loaded by the Security Account Manager.
|
|
4615,Invalid use of LPC port
|
|
4616,The system time was changed.
|
|
4618,A monitored security event pattern has occurred
|
|
4621,Administrator recovered system from CrashOnAuditFail
|
|
4622,A security package has been loaded by the Local Security Authority.
|
|
4624,Logon Success
|
|
4625,Logon Failure
|
|
4627,Group Membership Information
|
|
4634,Account Logoff
|
|
4646,IKE DoS-prevention mode started
|
|
4647,User initiated logoff
|
|
4648,Explicit Logon
|
|
4649,A replay attack was detected
|
|
4650,An IPsec Main Mode security association was established
|
|
4651,An IPsec Main Mode security association was established
|
|
4652,An IPsec Main Mode negotiation failed
|
|
4653,An IPsec Main Mode negotiation failed
|
|
4654,An IPsec Quick Mode negotiation failed
|
|
4655,An IPsec Main Mode security association ended
|
|
4656,A handle to an object was requested
|
|
4657,A registry value was modified
|
|
4658,The handle to an object was closed
|
|
4659,A handle to an object was requested with intent to delete
|
|
4660,An object was deleted
|
|
4661,A handle to an object was requested
|
|
4662,An operation was performed on an object
|
|
4663,An attempt was made to access an object
|
|
4664,An attempt was made to create a hard link
|
|
4665,An attempt was made to create an application client context.
|
|
4666,An application attempted an operation
|
|
4667,An application client context was deleted
|
|
4668,An application was initialized
|
|
4670,Permissions on an object were changed
|
|
4671,An application attempted to access a blocked ordinal through the TBS
|
|
4672,Admin Logon
|
|
4673,A privileged service was called
|
|
4674,An operation was attempted on a privileged object
|
|
4675,SIDs were filtered
|
|
4685,The state of a transaction has changed
|
|
4688,Process Creation.
|
|
4689,A process has exited
|
|
4690,An attempt was made to duplicate a handle to an object
|
|
4691,Indirect access to an object was requested
|
|
4692,Backup of data protection master key was attempted
|
|
4693,Recovery of data protection master key was attempted
|
|
4694,Protection of auditable protected data was attempted
|
|
4695,Unprotection of auditable protected data was attempted
|
|
4696,A primary token was assigned to process
|
|
4697,A service was installed in the system
|
|
4698,A scheduled task was created
|
|
4699,A scheduled task was deleted
|
|
4700,A scheduled task was enabled
|
|
4701,A scheduled task was disabled
|
|
4702,A scheduled task was updated
|
|
4704,A user right was assigned
|
|
4705,A user right was removed
|
|
4706,A new trust was created to a domain
|
|
4707,A trust to a domain was removed
|
|
4709,IPsec Services was started
|
|
4710,IPsec Services was disabled
|
|
4711,PAStore Engine
|
|
4712,IPsec Services encountered a potentially serious failure
|
|
4713,Kerberos policy was changed
|
|
4714,Encrypted data recovery policy was changed
|
|
4715,The audit policy (SACL) on an object was changed
|
|
4716,Trusted domain information was modified
|
|
4717,System security access was granted to an account
|
|
4718,System security access was removed from an account
|
|
4719,System audit policy was changed
|
|
4720,A user account was created
|
|
4722,A user account was enabled
|
|
4723,An attempt was made to change an account's password
|
|
4724,An attempt was made to reset an accounts password
|
|
4725,A user account was disabled
|
|
4726,A user account was deleted
|
|
4727,A security-enabled global group was created
|
|
4728,A member was added to a security-enabled global group
|
|
4729,A member was removed from a security-enabled global group
|
|
4730,A security-enabled global group was deleted
|
|
4731,A security-enabled local group was created
|
|
4732,A member was added to a security-enabled local group
|
|
4733,A member was removed from a security-enabled local group
|
|
4734,A security-enabled local group was deleted
|
|
4735,A security-enabled local group was changed
|
|
4737,A security-enabled global group was changed
|
|
4738,A user account was changed
|
|
4739,Domain Policy was changed
|
|
4740,A user account was locked out
|
|
4741,A computer account was created
|
|
4742,A computer account was changed
|
|
4743,A computer account was deleted
|
|
4744,A security-disabled local group was created
|
|
4745,A security-disabled local group was changed
|
|
4746,A member was added to a security-disabled local group
|
|
4747,A member was removed from a security-disabled local group
|
|
4748,A security-disabled local group was deleted
|
|
4749,A security-disabled global group was created
|
|
4750,A security-disabled global group was changed
|
|
4751,A member was added to a security-disabled global group
|
|
4752,A member was removed from a security-disabled global group
|
|
4753,A security-disabled global group was deleted
|
|
4754,A security-enabled universal group was created
|
|
4755,A security-enabled universal group was changed
|
|
4756,A member was added to a security-enabled universal group
|
|
4757,A member was removed from a security-enabled universal group
|
|
4758,A security-enabled universal group was deleted
|
|
4759,A security-disabled universal group was created
|
|
4760,A security-disabled universal group was changed
|
|
4761,A member was added to a security-disabled universal group
|
|
4762,A member was removed from a security-disabled universal group
|
|
4763,A security-disabled universal group was deleted
|
|
4764,A groups type was changed
|
|
4765,SID History was added to an account
|
|
4766,An attempt to add SID History to an account failed
|
|
4767,A user account was unlocked
|
|
4768,A Kerberos authentication ticket (TGT) was requested
|
|
4769,A Kerberos service ticket was requested
|
|
4770,A Kerberos service ticket was renewed
|
|
4771,Kerberos pre-authentication failed
|
|
4772,A Kerberos authentication ticket request failed
|
|
4773,A Kerberos service ticket request failed
|
|
4774,An account was mapped for logon
|
|
4775,An account could not be mapped for logon
|
|
4776,The domain controller attempted to validate the credentials for an account
|
|
4777,The domain controller failed to validate the credentials for an account
|
|
4778,A session was reconnected to a Window Station
|
|
4779,A session was disconnected from a Window Station
|
|
4780,The ACL was set on accounts which are members of administrators groups
|
|
4781,The name of an account was changed
|
|
4782,The password hash an account was accessed
|
|
4783,A basic application group was created
|
|
4784,A basic application group was changed
|
|
4785,A member was added to a basic application group
|
|
4786,A member was removed from a basic application group
|
|
4787,A non-member was added to a basic application group
|
|
4788,A non-member was removed from a basic application group..
|
|
4789,A basic application group was deleted
|
|
4790,An LDAP query group was created
|
|
4791,A basic application group was changed
|
|
4792,An LDAP query group was deleted
|
|
4793,The Password Policy Checking API was called
|
|
4794,An attempt was made to set the Directory Services Restore Mode administrator password
|
|
4800,The workstation was locked
|
|
4801,The workstation was unlocked
|
|
4802,The screen saver was invoked
|
|
4803,The screen saver was dismissed
|
|
4816,RPC detected an integrity violation while decrypting an incoming message
|
|
4817,Auditing settings on object were changed.
|
|
4864,A namespace collision was detected
|
|
4865,A trusted forest information entry was added
|
|
4866,A trusted forest information entry was removed
|
|
4867,A trusted forest information entry was modified
|
|
4868,The certificate manager denied a pending certificate request
|
|
4869,Certificate Services received a resubmitted certificate request
|
|
4870,Certificate Services revoked a certificate
|
|
4871,Certificate Services received a request to publish the certificate revocation list (CRL)
|
|
4872,Certificate Services published the certificate revocation list (CRL)
|
|
4873,A certificate request extension changed
|
|
4874,One or more certificate request attributes changed.
|
|
4875,Certificate Services received a request to shut down
|
|
4876,Certificate Services backup started
|
|
4877,Certificate Services backup completed
|
|
4878,Certificate Services restore started
|
|
4879,Certificate Services restore completed
|
|
4880,Certificate Services started
|
|
4881,Certificate Services stopped
|
|
4882,The security permissions for Certificate Services changed
|
|
4883,Certificate Services retrieved an archived key
|
|
4884,Certificate Services imported a certificate into its database
|
|
4885,The audit filter for Certificate Services changed
|
|
4886,Certificate Services received a certificate request
|
|
4887,Certificate Services approved a certificate request and issued a certificate
|
|
4888,Certificate Services denied a certificate request
|
|
4889,Certificate Services set the status of a certificate request to pending
|
|
4890,The certificate manager settings for Certificate Services changed.
|
|
4891,A configuration entry changed in Certificate Services
|
|
4892,A property of Certificate Services changed
|
|
4893,Certificate Services archived a key
|
|
4894,Certificate Services imported and archived a key
|
|
4895,Certificate Services published the CA certificate to Active Directory Domain Services
|
|
4896,One or more rows have been deleted from the certificate database
|
|
4897,Role separation enabled
|
|
4898,Certificate Services loaded a template
|
|
4899,A Certificate Services template was updated
|
|
4900,Certificate Services template security was updated
|
|
4902,The Per-user audit policy table was created
|
|
4904,An attempt was made to register a security event source
|
|
4905,An attempt was made to unregister a security event source
|
|
4906,The CrashOnAuditFail value has changed
|
|
4907,Auditing settings on object were changed
|
|
4908,Special Groups Logon table modified
|
|
4909,The local policy settings for the TBS were changed
|
|
4910,The group policy settings for the TBS were changed
|
|
4912,Per User Audit Policy was changed
|
|
4928,An Active Directory replica source naming context was established
|
|
4929,An Active Directory replica source naming context was removed
|
|
4930,An Active Directory replica source naming context was modified
|
|
4931,An Active Directory replica destination naming context was modified
|
|
4932,Synchronization of a replica of an Active Directory naming context has begun
|
|
4933,Synchronization of a replica of an Active Directory naming context has ended
|
|
4934,Attributes of an Active Directory object were replicated
|
|
4935,Replication failure begins
|
|
4936,Replication failure ends
|
|
4937,A lingering object was removed from a replica
|
|
4944,The following policy was active when the Windows Firewall started
|
|
4945,A rule was listed when the Windows Firewall started
|
|
4946,A change has been made to Windows Firewall exception list. A rule was added
|
|
4947,A change has been made to Windows Firewall exception list. A rule was modified
|
|
4948,A change has been made to Windows Firewall exception list. A rule was deleted
|
|
4949,Windows Firewall settings were restored to the default values
|
|
4950,A Windows Firewall setting has changed
|
|
4951,A rule has been ignored because its major version number was not recognized by Windows Firewall
|
|
4952,Parts of a rule have been ignored because its minor version number was not recognized by Windows Firewall
|
|
4953,A rule has been ignored by Windows Firewall because it could not parse the rule
|
|
4954,Windows Firewall Group Policy settings has changed. The new settings have been applied
|
|
4956,Windows Firewall has changed the active profile
|
|
4957,Windows Firewall did not apply the following rule
|
|
4958,Windows Firewall did not apply the following rule because the rule referred to items not configured on this computer
|
|
4960,IPsec dropped an inbound packet that failed an integrity check
|
|
4961,IPsec dropped an inbound packet that failed a replay check
|
|
4962,IPsec dropped an inbound packet that failed a replay check
|
|
4963,IPsec dropped an inbound clear text packet that should have been secured
|
|
4964,Special groups have been assigned to a new logon
|
|
4965,IPsec received a packet from a remote computer with an incorrect Security Parameter Index (SPI).
|
|
4976,"During Main Mode negotiation, IPsec received an invalid negotiation packet."
|
|
4977,"During Quick Mode negotiation, IPsec received an invalid negotiation packet."
|
|
4978,"During Extended Mode negotiation, IPsec received an invalid negotiation packet."
|
|
4979,IPsec Main Mode and Extended Mode security associations were established
|
|
4980,IPsec Main Mode and Extended Mode security associations were established
|
|
4981,IPsec Main Mode and Extended Mode security associations were established
|
|
4982,IPsec Main Mode and Extended Mode security associations were established
|
|
4983,An IPsec Extended Mode negotiation failed
|
|
4984,An IPsec Extended Mode negotiation failed
|
|
4985,The state of a transaction has changed
|
|
5008,Unexpected Error
|
|
5024,The Windows Firewall Service has started successfully
|
|
5025,The Windows Firewall Service has been stopped
|
|
5027,The Windows Firewall Service was unable to retrieve the security policy from the local storage
|
|
5028,The Windows Firewall Service was unable to parse the new security policy.
|
|
5029,The Windows Firewall Service failed to initialize the driver
|
|
5030,The Windows Firewall Service failed to start
|
|
5031,The Windows Firewall Service blocked an application from accepting incoming connections on the network.
|
|
5032,Windows Firewall was unable to notify the user that it blocked an application from accepting incoming connections on the network
|
|
5033,The Windows Firewall Driver has started successfully
|
|
5034,The Windows Firewall Driver has been stopped
|
|
5035,The Windows Firewall Driver failed to start
|
|
5037,The Windows Firewall Driver detected critical runtime error. Terminating
|
|
5038,Code integrity determined that the image hash of a file is not valid
|
|
5039,A registry key was virtualized.
|
|
5040,A change has been made to IPsec settings. An Authentication Set was added.
|
|
5041,A change has been made to IPsec settings. An Authentication Set was modified
|
|
5042,A change has been made to IPsec settings. An Authentication Set was deleted
|
|
5043,A change has been made to IPsec settings. A Connection Security Rule was added
|
|
5044,A change has been made to IPsec settings. A Connection Security Rule was modified
|
|
5045,A change has been made to IPsec settings. A Connection Security Rule was deleted
|
|
5046,A change has been made to IPsec settings. A Crypto Set was added
|
|
5047,A change has been made to IPsec settings. A Crypto Set was modified
|
|
5048,A change has been made to IPsec settings. A Crypto Set was deleted
|
|
5049,An IPsec Security Association was deleted
|
|
5050,An attempt to programmatically disable the Windows Firewall using a call to INetFwProfile
|
|
5051,A file was virtualized
|
|
5056,A cryptographic self test was performed
|
|
5057,A cryptographic primitive operation failed
|
|
5058,Key file operation
|
|
5059,Key migration operation
|
|
5060,Verification operation failed
|
|
5061,Cryptographic operation
|
|
5062,A kernel-mode cryptographic self test was performed
|
|
5063,A cryptographic provider operation was attempted
|
|
5064,A cryptographic context operation was attempted
|
|
5065,A cryptographic context modification was attempted
|
|
5066,A cryptographic function operation was attempted
|
|
5067,A cryptographic function modification was attempted
|
|
5068,A cryptographic function provider operation was attempted
|
|
5069,A cryptographic function property operation was attempted
|
|
5070,A cryptographic function property operation was attempted
|
|
5120,OCSP Responder Service Started
|
|
5121,OCSP Responder Service Stopped
|
|
5122,A Configuration entry changed in the OCSP Responder Service
|
|
5123,A configuration entry changed in the OCSP Responder Service
|
|
5124,A security setting was updated on OCSP Responder Service
|
|
5125,A request was submitted to OCSP Responder Service
|
|
5126,Signing Certificate was automatically updated by the OCSP Responder Service
|
|
5127,The OCSP Revocation Provider successfully updated the revocation information
|
|
5136,A directory service object was modified
|
|
5137,A directory service object was created
|
|
5138,A directory service object was undeleted
|
|
5139,A directory service object was moved
|
|
5140,A network share object was accessed
|
|
5141,A directory service object was deleted
|
|
5142,A network share object was added.
|
|
5143,A network share object was modified
|
|
5144,A network share object was deleted.
|
|
5145,A network share object was checked to see whether client can be granted desired access
|
|
5148,The Windows Filtering Platform has detected a DoS attack and entered a defensive mode; packets associated with this attack will be discarded.
|
|
5149,The DoS attack has subsided and normal processing is being resumed.
|
|
5150,The Windows Filtering Platform has blocked a packet.
|
|
5151,A more restrictive Windows Filtering Platform filter has blocked a packet.
|
|
5152,The Windows Filtering Platform blocked a packet
|
|
5153,A more restrictive Windows Filtering Platform filter has blocked a packet
|
|
5154,The Windows Filtering Platform has permitted an application or service to listen on a port for incoming connections
|
|
5155,The Windows Filtering Platform has blocked an application or service from listening on a port for incoming connections
|
|
5156,The Windows Filtering Platform has allowed a connection
|
|
5157,The Windows Filtering Platform has blocked a connection
|
|
5158,The Windows Filtering Platform has permitted a bind to a local port
|
|
5159,The Windows Filtering Platform has blocked a bind to a local port
|
|
5168,Spn check for SMB/SMB2 fails.
|
|
5376,Credential Manager credentials were backed up
|
|
5377,Credential Manager credentials were restored from a backup
|
|
5378,The requested credentials delegation was disallowed by policy
|
|
5440,The following callout was present when the Windows Filtering Platform Base Filtering Engine started
|
|
5441,The following filter was present when the Windows Filtering Platform Base Filtering Engine started
|
|
5442,The following provider was present when the Windows Filtering Platform Base Filtering Engine started
|
|
5443,The following provider context was present when the Windows Filtering Platform Base Filtering Engine started
|
|
5444,The following sub-layer was present when the Windows Filtering Platform Base Filtering Engine started
|
|
5446,A Windows Filtering Platform callout has been changed
|
|
5447,A Windows Filtering Platform filter has been changed
|
|
5448,A Windows Filtering Platform provider has been changed
|
|
5449,A Windows Filtering Platform provider context has been changed
|
|
5450,A Windows Filtering Platform sub-layer has been changed
|
|
5451,An IPsec Quick Mode security association was established
|
|
5452,An IPsec Quick Mode security association ended
|
|
5453,An IPsec negotiation with a remote computer failed because the IKE and AuthIP IPsec Keying Modules (IKEEXT) service is not started
|
|
5456,PAStore Engine applied Active Directory storage IPsec policy on the computer
|
|
5457,PAStore Engine failed to apply Active Directory storage IPsec policy on the computer
|
|
5458,PAStore Engine applied locally cached copy of Active Directory storage IPsec policy on the computer
|
|
5459,PAStore Engine failed to apply locally cached copy of Active Directory storage IPsec policy on the computer
|
|
5460,PAStore Engine applied local registry storage IPsec policy on the computer
|
|
5461,PAStore Engine failed to apply local registry storage IPsec policy on the computer
|
|
5462,PAStore Engine failed to apply some rules of the active IPsec policy on the computer
|
|
5463,PAStore Engine polled for changes to the active IPsec policy and detected no changes
|
|
5464,"PAStore Engine polled for changes to the active IPsec policy, detected changes, and applied them to IPsec Services"
|
|
5465,PAStore Engine received a control for forced reloading of IPsec policy and processed the control successfully
|
|
5466,"PAStore Engine polled for changes to the Active Directory IPsec policy, determined that Active Directory cannot be reached, and will use the cached copy of the Active Directory IPsec policy instead"
|
|
5467,"PAStore Engine polled for changes to the Active Directory IPsec policy, determined that Active Directory can be reached, and found no changes to the policy"
|
|
5468,"PAStore Engine polled for changes to the Active Directory IPsec policy, determined that Active Directory can be reached, found changes to the policy, and applied those changes"
|
|
5471,PAStore Engine loaded local storage IPsec policy on the computer
|
|
5472,PAStore Engine failed to load local storage IPsec policy on the computer
|
|
5473,PAStore Engine loaded directory storage IPsec policy on the computer
|
|
5474,PAStore Engine failed to load directory storage IPsec policy on the computer
|
|
5477,PAStore Engine failed to add quick mode filter
|
|
5478,IPsec Services has started successfully
|
|
5479,IPsec Services has been shut down successfully
|
|
5480,IPsec Services failed to get the complete list of network interfaces on the computer
|
|
5483,IPsec Services failed to initialize RPC server. IPsec Services could not be started
|
|
5484,IPsec Services has experienced a critical failure and has been shut down
|
|
5485,IPsec Services failed to process some IPsec filters on a plug-and-play event for network interfaces
|
|
6144,Security policy in the group policy objects has been applied successfully
|
|
6145,One or more errors occured while processing security policy in the group policy objects
|
|
6272,Network Policy Server granted access to a user
|
|
6273,Network Policy Server denied access to a user
|
|
6274,Network Policy Server discarded the request for a user
|
|
6275,Network Policy Server discarded the accounting request for a user
|
|
6276,Network Policy Server quarantined a user
|
|
6277,Network Policy Server granted access to a user but put it on probation because the host did not meet the defined health policy
|
|
6278,Network Policy Server granted full access to a user because the host met the defined health policy
|
|
6279,Network Policy Server locked the user account due to repeated failed authentication attempts
|
|
6280,Network Policy Server unlocked the user account
|
|
6281,Code Integrity determined that the page hashes of an image file are not valid...
|
|
6400,BranchCache: Received an incorrectly formatted response while discovering availability of content.
|
|
6401,BranchCache: Received invalid data from a peer. Data discarded.
|
|
6402,BranchCache: The message to the hosted cache offering it data is incorrectly formatted.
|
|
6403,BranchCache: The hosted cache sent an incorrectly formatted response to the client.
|
|
6404,BranchCache: Hosted cache could not be authenticated using the provisioned SSL certificate.
|
|
6405,BranchCache: %2 instance(s) of event id %1 occurred.
|
|
6407,1% (no more info in MSDN)
|
|
6408,Registered product %1 failed and Windows Firewall is now controlling the filtering for %2
|
|
6410,Code integrity determined that a file does not meet the security requirements to load into a process.
|
|
7022,Windows Service Fail or Crash
|
|
7023,The %1 service terminated with the following error: %2
|
|
7023,Windows Service Fail or Crash
|
|
7024,Windows Service Fail or Crash
|
|
7026,Windows Service Fail or Crash
|
|
7030,"The service is marked as an interactive service. However, the system is configured to not allow interactive services. This service may not function properly."
|
|
7031,Windows Service Fail or Crash
|
|
7032,Windows Service Fail or Crash
|
|
7034,Windows Service Fail or Crash
|
|
7035,The %1 service was successfully sent a %2 control.
|
|
7036,The service entered the running/stopped state
|
|
7040,The start type of the %1 service was changed from %2 to %3.
|
|
7045,New Windows Service
|
|
8000,Starting a Wireless Connection
|
|
8001,Successfully connected to Wireless connection
|
|
8002,Wireless Connection Failed
|
|
8003,AppLocker Block Error
|
|
8003,Disconnected from Wireless connection
|
|
8004,AppLocker Block Warning
|
|
8005,AppLocker permitted the execution of a PowerShell script
|
|
8006,AppLocker Warning Error
|
|
8007,AppLocker Warning
|
|
8011,Starting a Wireless Connection
|
|
10000,Network Connection and Disconnection Status (Wired and Wireless)
|
|
10001,Network Connection and Disconnection Status (Wired and Wireless)
|
|
11000,Wireless Association Status
|
|
11001,Wireless Association Status
|
|
11002,Wireless Association Status
|
|
11004,"Wireless Security Started, Stopped, Successful, or Failed"
|
|
11005,"Wireless Security Started, Stopped, Successful, or Failed"
|
|
11006,"Wireless Security Started, Stopped, Successful, or Failed"
|
|
11010,"Wireless Security Started, Stopped, Successful, or Failed"
|
|
12011,Wireless Authentication Started and Failed
|
|
12012,Wireless Authentication Started and Failed
|
|
12013,Wireless Authentication Started and Failed
|
|
unregistered_event_id,Unknown
|