@panguard-ai/panguard-guard 0.2.5 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4143) hide show
  1. package/dist/agent/atr-action-handlers.d.ts.map +1 -1
  2. package/dist/agent/atr-action-handlers.js +5 -3
  3. package/dist/agent/atr-action-handlers.js.map +1 -1
  4. package/dist/agent/respond/action-manifest.d.ts +26 -0
  5. package/dist/agent/respond/action-manifest.d.ts.map +1 -0
  6. package/dist/agent/respond/action-manifest.js +89 -0
  7. package/dist/agent/respond/action-manifest.js.map +1 -0
  8. package/dist/agent/respond/action-rate-limiter.d.ts +40 -0
  9. package/dist/agent/respond/action-rate-limiter.d.ts.map +1 -0
  10. package/dist/agent/respond/action-rate-limiter.js +93 -0
  11. package/dist/agent/respond/action-rate-limiter.js.map +1 -0
  12. package/dist/agent/respond/escalation-tracker.d.ts +17 -0
  13. package/dist/agent/respond/escalation-tracker.d.ts.map +1 -0
  14. package/dist/agent/respond/escalation-tracker.js +38 -0
  15. package/dist/agent/respond/escalation-tracker.js.map +1 -0
  16. package/dist/agent/respond/evidence-extractor.d.ts +18 -0
  17. package/dist/agent/respond/evidence-extractor.d.ts.map +1 -0
  18. package/dist/agent/respond/evidence-extractor.js +59 -0
  19. package/dist/agent/respond/evidence-extractor.js.map +1 -0
  20. package/dist/agent/respond/index.d.ts +13 -0
  21. package/dist/agent/respond/index.d.ts.map +1 -0
  22. package/dist/agent/respond/index.js +11 -0
  23. package/dist/agent/respond/index.js.map +1 -0
  24. package/dist/agent/respond/os-actions.d.ts +23 -0
  25. package/dist/agent/respond/os-actions.d.ts.map +1 -0
  26. package/dist/agent/respond/os-actions.js +414 -0
  27. package/dist/agent/respond/os-actions.js.map +1 -0
  28. package/dist/agent/respond/safety-rules.d.ts +20 -0
  29. package/dist/agent/respond/safety-rules.d.ts.map +1 -0
  30. package/dist/agent/respond/safety-rules.js +35 -0
  31. package/dist/agent/respond/safety-rules.js.map +1 -0
  32. package/dist/agent/respond/types.d.ts +26 -0
  33. package/dist/agent/respond/types.d.ts.map +1 -0
  34. package/dist/agent/respond/types.js +6 -0
  35. package/dist/agent/respond/types.js.map +1 -0
  36. package/dist/agent/respond-agent.d.ts +22 -109
  37. package/dist/agent/respond-agent.d.ts.map +1 -1
  38. package/dist/agent/respond-agent.js +172 -866
  39. package/dist/agent/respond-agent.js.map +1 -1
  40. package/dist/config.d.ts.map +1 -1
  41. package/dist/config.js +76 -1
  42. package/dist/config.js.map +1 -1
  43. package/dist/event-processor.d.ts +58 -0
  44. package/dist/event-processor.d.ts.map +1 -0
  45. package/dist/event-processor.js +304 -0
  46. package/dist/event-processor.js.map +1 -0
  47. package/dist/guard-context.d.ts +90 -0
  48. package/dist/guard-context.d.ts.map +1 -0
  49. package/dist/guard-context.js +49 -0
  50. package/dist/guard-context.js.map +1 -0
  51. package/dist/guard-engine.d.ts +23 -57
  52. package/dist/guard-engine.d.ts.map +1 -1
  53. package/dist/guard-engine.js +251 -943
  54. package/dist/guard-engine.js.map +1 -1
  55. package/dist/llm-detect.d.ts +16 -0
  56. package/dist/llm-detect.d.ts.map +1 -0
  57. package/dist/llm-detect.js +119 -0
  58. package/dist/llm-detect.js.map +1 -0
  59. package/dist/metrics.d.ts.map +1 -1
  60. package/dist/metrics.js +18 -0
  61. package/dist/metrics.js.map +1 -1
  62. package/dist/monitors/git-watcher.d.ts +111 -0
  63. package/dist/monitors/git-watcher.d.ts.map +1 -0
  64. package/dist/monitors/git-watcher.js +384 -0
  65. package/dist/monitors/git-watcher.js.map +1 -0
  66. package/dist/monitors/index.d.ts +2 -0
  67. package/dist/monitors/index.d.ts.map +1 -1
  68. package/dist/monitors/index.js +1 -0
  69. package/dist/monitors/index.js.map +1 -1
  70. package/dist/response-engine.d.ts +39 -0
  71. package/dist/response-engine.d.ts.map +1 -0
  72. package/dist/response-engine.js +78 -0
  73. package/dist/response-engine.js.map +1 -0
  74. package/dist/rule-loader.d.ts +60 -0
  75. package/dist/rule-loader.d.ts.map +1 -0
  76. package/dist/rule-loader.js +277 -0
  77. package/dist/rule-loader.js.map +1 -0
  78. package/dist/rule-sync.d.ts +57 -0
  79. package/dist/rule-sync.d.ts.map +1 -0
  80. package/dist/rule-sync.js +195 -0
  81. package/dist/rule-sync.js.map +1 -0
  82. package/dist/threat-cloud/index.d.ts.map +1 -1
  83. package/dist/threat-cloud/index.js +7 -3
  84. package/dist/threat-cloud/index.js.map +1 -1
  85. package/dist/types.d.ts +16 -0
  86. package/dist/types.d.ts.map +1 -1
  87. package/dist/watchers/dependency-watcher.d.ts +93 -0
  88. package/dist/watchers/dependency-watcher.d.ts.map +1 -0
  89. package/dist/watchers/dependency-watcher.js +379 -0
  90. package/dist/watchers/dependency-watcher.js.map +1 -0
  91. package/dist/watchers/index.d.ts +10 -0
  92. package/dist/watchers/index.d.ts.map +1 -0
  93. package/dist/watchers/index.js +8 -0
  94. package/dist/watchers/index.js.map +1 -0
  95. package/dist/watchers/process-watcher.d.ts +119 -0
  96. package/dist/watchers/process-watcher.d.ts.map +1 -0
  97. package/dist/watchers/process-watcher.js +494 -0
  98. package/dist/watchers/process-watcher.js.map +1 -0
  99. package/dist/watchers/secret-watcher.d.ts +94 -0
  100. package/dist/watchers/secret-watcher.d.ts.map +1 -0
  101. package/dist/watchers/secret-watcher.js +336 -0
  102. package/dist/watchers/secret-watcher.js.map +1 -0
  103. package/package.json +15 -15
  104. package/bundled-rules/sigma-rules/community/README.md +0 -1
  105. package/bundled-rules/sigma-rules/community/VERSION +0 -5
  106. package/bundled-rules/sigma-rules/community/application/bitbucket/audit/bitbucket_audit_full_data_export_triggered.yml +0 -24
  107. package/bundled-rules/sigma-rules/community/application/bitbucket/audit/bitbucket_audit_global_permissions_change_detected.yml +0 -29
  108. package/bundled-rules/sigma-rules/community/application/bitbucket/audit/bitbucket_audit_global_secret_scanning_rule_deleted.yml +0 -24
  109. package/bundled-rules/sigma-rules/community/application/bitbucket/audit/bitbucket_audit_global_ssh_settings_change_detected.yml +0 -26
  110. package/bundled-rules/sigma-rules/community/application/bitbucket/audit/bitbucket_audit_log_configuration_update_detected.yml +0 -23
  111. package/bundled-rules/sigma-rules/community/application/bitbucket/audit/bitbucket_audit_project_secret_scanning_allowlist_added.yml +0 -24
  112. package/bundled-rules/sigma-rules/community/application/bitbucket/audit/bitbucket_audit_secret_scanning_exempt_repository_detected.yml +0 -24
  113. package/bundled-rules/sigma-rules/community/application/bitbucket/audit/bitbucket_audit_secret_scanning_rule_deleted.yml +0 -28
  114. package/bundled-rules/sigma-rules/community/application/bitbucket/audit/bitbucket_audit_unauthorized_access_detected.yml +0 -23
  115. package/bundled-rules/sigma-rules/community/application/bitbucket/audit/bitbucket_audit_unauthorized_full_data_export_triggered.yml +0 -26
  116. package/bundled-rules/sigma-rules/community/application/bitbucket/audit/bitbucket_audit_user_details_export_attempt_detected.yml +0 -31
  117. package/bundled-rules/sigma-rules/community/application/bitbucket/audit/bitbucket_audit_user_login_failure_detected.yml +0 -30
  118. package/bundled-rules/sigma-rules/community/application/bitbucket/audit/bitbucket_audit_user_login_failure_via_ssh_detected.yml +0 -28
  119. package/bundled-rules/sigma-rules/community/application/bitbucket/audit/bitbucket_audit_user_permissions_export_attempt_detected.yml +0 -31
  120. package/bundled-rules/sigma-rules/community/application/django/appframework_django_exceptions.yml +0 -36
  121. package/bundled-rules/sigma-rules/community/application/github/audit/github_delete_action_invoked.yml +0 -27
  122. package/bundled-rules/sigma-rules/community/application/github/audit/github_disable_high_risk_configuration.yml +0 -38
  123. package/bundled-rules/sigma-rules/community/application/github/audit/github_disabled_outdated_dependency_or_vulnerability.yml +0 -30
  124. package/bundled-rules/sigma-rules/community/application/github/audit/github_fork_private_repos_enabled_or_cleared.yml +0 -27
  125. package/bundled-rules/sigma-rules/community/application/github/audit/github_new_org_member.yml +0 -24
  126. package/bundled-rules/sigma-rules/community/application/github/audit/github_new_secret_created.yml +0 -29
  127. package/bundled-rules/sigma-rules/community/application/github/audit/github_outside_collaborator_detected.yml +0 -31
  128. package/bundled-rules/sigma-rules/community/application/github/audit/github_pages_site_changed_to_public.yml +0 -25
  129. package/bundled-rules/sigma-rules/community/application/github/audit/github_push_protection_bypass_detected.yml +0 -23
  130. package/bundled-rules/sigma-rules/community/application/github/audit/github_push_protection_disabled.yml +0 -30
  131. package/bundled-rules/sigma-rules/community/application/github/audit/github_repo_or_org_transferred.yml +0 -31
  132. package/bundled-rules/sigma-rules/community/application/github/audit/github_repository_archive_status_changed.yml +0 -27
  133. package/bundled-rules/sigma-rules/community/application/github/audit/github_secret_scanning_feature_disabled.yml +0 -28
  134. package/bundled-rules/sigma-rules/community/application/github/audit/github_self_hosted_runner_changes_detected.yml +0 -45
  135. package/bundled-rules/sigma-rules/community/application/github/audit/github_ssh_certificate_config_changed.yml +0 -28
  136. package/bundled-rules/sigma-rules/community/application/jvm/java_jndi_injection_exploitation_attempt.yml +0 -24
  137. package/bundled-rules/sigma-rules/community/application/jvm/java_local_file_read.yml +0 -26
  138. package/bundled-rules/sigma-rules/community/application/jvm/java_ognl_injection_exploitation_attempt.yml +0 -28
  139. package/bundled-rules/sigma-rules/community/application/jvm/java_rce_exploitation_attempt.yml +0 -24
  140. package/bundled-rules/sigma-rules/community/application/jvm/java_xxe_exploitation_attempt.yml +0 -25
  141. package/bundled-rules/sigma-rules/community/application/kubernetes/audit/kubernetes_audit_change_admission_controller.yml +0 -42
  142. package/bundled-rules/sigma-rules/community/application/kubernetes/audit/kubernetes_audit_cronjob_modification.yml +0 -39
  143. package/bundled-rules/sigma-rules/community/application/kubernetes/audit/kubernetes_audit_deployment_deleted.yml +0 -25
  144. package/bundled-rules/sigma-rules/community/application/kubernetes/audit/kubernetes_audit_events_deleted.yml +0 -28
  145. package/bundled-rules/sigma-rules/community/application/kubernetes/audit/kubernetes_audit_exec_into_container.yml +0 -25
  146. package/bundled-rules/sigma-rules/community/application/kubernetes/audit/kubernetes_audit_hostpath_mount.yml +0 -28
  147. package/bundled-rules/sigma-rules/community/application/kubernetes/audit/kubernetes_audit_pod_in_system_namespace.yml +0 -28
  148. package/bundled-rules/sigma-rules/community/application/kubernetes/audit/kubernetes_audit_privileged_pod_creation.yml +0 -30
  149. package/bundled-rules/sigma-rules/community/application/kubernetes/audit/kubernetes_audit_rbac_permisions_listing.yml +0 -29
  150. package/bundled-rules/sigma-rules/community/application/kubernetes/audit/kubernetes_audit_rolebinding_modification.yml +0 -35
  151. package/bundled-rules/sigma-rules/community/application/kubernetes/audit/kubernetes_audit_secrets_enumeration.yml +0 -26
  152. package/bundled-rules/sigma-rules/community/application/kubernetes/audit/kubernetes_audit_secrets_modified_or_deleted.yml +0 -32
  153. package/bundled-rules/sigma-rules/community/application/kubernetes/audit/kubernetes_audit_serviceaccount_creation.yml +0 -27
  154. package/bundled-rules/sigma-rules/community/application/kubernetes/audit/kubernetes_audit_sidecar_injection.yml +0 -29
  155. package/bundled-rules/sigma-rules/community/application/kubernetes/audit/kubernetes_audit_unauthorized_unauthenticated_actions.yml +0 -25
  156. package/bundled-rules/sigma-rules/community/application/nodejs/nodejs_rce_exploitation_attempt.yml +0 -22
  157. package/bundled-rules/sigma-rules/community/application/opencanary/opencanary_ftp_login_attempt.yml +0 -25
  158. package/bundled-rules/sigma-rules/community/application/opencanary/opencanary_git_clone_request.yml +0 -22
  159. package/bundled-rules/sigma-rules/community/application/opencanary/opencanary_http_get.yml +0 -22
  160. package/bundled-rules/sigma-rules/community/application/opencanary/opencanary_http_post_login_attempt.yml +0 -23
  161. package/bundled-rules/sigma-rules/community/application/opencanary/opencanary_httpproxy_login_attempt.yml +0 -25
  162. package/bundled-rules/sigma-rules/community/application/opencanary/opencanary_mssql_login_sqlauth.yml +0 -25
  163. package/bundled-rules/sigma-rules/community/application/opencanary/opencanary_mssql_login_winauth.yml +0 -25
  164. package/bundled-rules/sigma-rules/community/application/opencanary/opencanary_mysql_login_attempt.yml +0 -24
  165. package/bundled-rules/sigma-rules/community/application/opencanary/opencanary_ntp_monlist.yml +0 -22
  166. package/bundled-rules/sigma-rules/community/application/opencanary/opencanary_portscan_nmap_fin_scan.yaml +0 -22
  167. package/bundled-rules/sigma-rules/community/application/opencanary/opencanary_portscan_nmap_null_scan.yaml +0 -22
  168. package/bundled-rules/sigma-rules/community/application/opencanary/opencanary_portscan_nmap_os_scan.yaml +0 -22
  169. package/bundled-rules/sigma-rules/community/application/opencanary/opencanary_portscan_nmap_xmas_scan.yaml +0 -22
  170. package/bundled-rules/sigma-rules/community/application/opencanary/opencanary_portscan_syn_scan.yaml +0 -22
  171. package/bundled-rules/sigma-rules/community/application/opencanary/opencanary_rdp_connection_attempt.yaml +0 -24
  172. package/bundled-rules/sigma-rules/community/application/opencanary/opencanary_redis_command.yml +0 -24
  173. package/bundled-rules/sigma-rules/community/application/opencanary/opencanary_sip_request.yml +0 -22
  174. package/bundled-rules/sigma-rules/community/application/opencanary/opencanary_smb_file_open.yml +0 -24
  175. package/bundled-rules/sigma-rules/community/application/opencanary/opencanary_snmp_cmd.yml +0 -24
  176. package/bundled-rules/sigma-rules/community/application/opencanary/opencanary_ssh_login_attempt.yml +0 -28
  177. package/bundled-rules/sigma-rules/community/application/opencanary/opencanary_ssh_new_connection.yml +0 -28
  178. package/bundled-rules/sigma-rules/community/application/opencanary/opencanary_telnet_login_attempt.yml +0 -27
  179. package/bundled-rules/sigma-rules/community/application/opencanary/opencanary_tftp_request.yml +0 -22
  180. package/bundled-rules/sigma-rules/community/application/opencanary/opencanary_vnc_connection_attempt.yml +0 -22
  181. package/bundled-rules/sigma-rules/community/application/python/app_python_sql_exceptions.yml +0 -25
  182. package/bundled-rules/sigma-rules/community/application/rpc_firewall/rpc_firewall_atsvc_lateral_movement.yml +0 -34
  183. package/bundled-rules/sigma-rules/community/application/rpc_firewall/rpc_firewall_atsvc_recon.yml +0 -30
  184. package/bundled-rules/sigma-rules/community/application/rpc_firewall/rpc_firewall_dcsync_attack.yml +0 -32
  185. package/bundled-rules/sigma-rules/community/application/rpc_firewall/rpc_firewall_efs_abuse.yml +0 -28
  186. package/bundled-rules/sigma-rules/community/application/rpc_firewall/rpc_firewall_eventlog_recon.yml +0 -26
  187. package/bundled-rules/sigma-rules/community/application/rpc_firewall/rpc_firewall_itaskschedulerservice_lateral_movement.yml +0 -41
  188. package/bundled-rules/sigma-rules/community/application/rpc_firewall/rpc_firewall_itaskschedulerservice_recon.yml +0 -37
  189. package/bundled-rules/sigma-rules/community/application/rpc_firewall/rpc_firewall_printing_lateral_movement.yml +0 -32
  190. package/bundled-rules/sigma-rules/community/application/rpc_firewall/rpc_firewall_remote_dcom_or_wmi.yml +0 -34
  191. package/bundled-rules/sigma-rules/community/application/rpc_firewall/rpc_firewall_remote_registry_lateral_movement.yml +0 -40
  192. package/bundled-rules/sigma-rules/community/application/rpc_firewall/rpc_firewall_remote_registry_recon.yml +0 -38
  193. package/bundled-rules/sigma-rules/community/application/rpc_firewall/rpc_firewall_remote_server_service_abuse.yml +0 -26
  194. package/bundled-rules/sigma-rules/community/application/rpc_firewall/rpc_firewall_remote_service_lateral_movement.yml +0 -28
  195. package/bundled-rules/sigma-rules/community/application/rpc_firewall/rpc_firewall_sasec_lateral_movement.yml +0 -34
  196. package/bundled-rules/sigma-rules/community/application/rpc_firewall/rpc_firewall_sasec_recon.yml +0 -30
  197. package/bundled-rules/sigma-rules/community/application/rpc_firewall/rpc_firewall_sharphound_recon_account.yml +0 -28
  198. package/bundled-rules/sigma-rules/community/application/rpc_firewall/rpc_firewall_sharphound_recon_sessions.yml +0 -28
  199. package/bundled-rules/sigma-rules/community/application/ruby/appframework_ruby_on_rails_exceptions.yml +0 -29
  200. package/bundled-rules/sigma-rules/community/application/spring/spring_application_exceptions.yml +0 -28
  201. package/bundled-rules/sigma-rules/community/application/spring/spring_spel_injection.yml +0 -23
  202. package/bundled-rules/sigma-rules/community/application/sql/app_sqlinjection_errors.yml +0 -31
  203. package/bundled-rules/sigma-rules/community/application/velocity/velocity_ssti_injection.yml +0 -26
  204. package/bundled-rules/sigma-rules/community/category/antivirus/av_exploiting.yml +0 -49
  205. package/bundled-rules/sigma-rules/community/category/antivirus/av_hacktool.yml +0 -70
  206. package/bundled-rules/sigma-rules/community/category/antivirus/av_password_dumper.yml +0 -60
  207. package/bundled-rules/sigma-rules/community/category/antivirus/av_ransomware.yml +0 -58
  208. package/bundled-rules/sigma-rules/community/category/antivirus/av_relevant_files.yml +0 -79
  209. package/bundled-rules/sigma-rules/community/category/antivirus/av_webshell.yml +0 -86
  210. package/bundled-rules/sigma-rules/community/category/database/db_anomalous_query.yml +0 -30
  211. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_cloudtrail_bucket_deleted.yml +0 -27
  212. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_cloudtrail_console_login_failed_authentication.yml +0 -25
  213. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_cloudtrail_console_login_success_without_mfa.yml +0 -30
  214. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_cloudtrail_disable_logging.yml +0 -26
  215. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_cloudtrail_guardduty_detector_deleted_or_updated.yml +0 -47
  216. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_cloudtrail_imds_malicious_usage.yml +0 -33
  217. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_cloudtrail_new_acl_entries.yml +0 -23
  218. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_cloudtrail_new_route_added.yml +0 -24
  219. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_cloudtrail_pua_trufflehog.yml +0 -25
  220. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_cloudtrail_region_enabled.yml +0 -26
  221. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_cloudtrail_security_group_change_ingress_egress.yml +0 -30
  222. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_cloudtrail_security_group_change_loadbalancer.yml +0 -27
  223. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_cloudtrail_security_group_change_rds.yml +0 -28
  224. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_cloudtrail_ssm_malicious_usage.yml +0 -31
  225. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_cloudtrail_vpc_flow_logs_deleted.yml +0 -28
  226. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_config_disable_recording.yml +0 -25
  227. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_console_getsignintoken.yml +0 -29
  228. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_delete_identity.yml +0 -23
  229. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_delete_saml_provider.yml +0 -32
  230. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_disable_bucket_versioning.yml +0 -23
  231. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_ec2_disable_encryption.yml +0 -27
  232. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_ec2_import_key_pair_activity.yml +0 -28
  233. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_ec2_startup_script_change.yml +0 -26
  234. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_ec2_vm_export_failure.yml +0 -29
  235. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_ecs_task_definition_cred_endpoint_query.yml +0 -31
  236. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_efs_fileshare_modified_or_deleted.yml +0 -25
  237. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_efs_fileshare_mount_modified_or_deleted.yml +0 -23
  238. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_eks_cluster_created_or_deleted.yml +0 -27
  239. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_elasticache_security_group_created.yml +0 -26
  240. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_elasticache_security_group_modified_or_deleted.yml +0 -30
  241. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_enum_buckets.yml +0 -31
  242. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_guardduty_disruption.yml +0 -23
  243. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_iam_backdoor_users_keys.yml +0 -30
  244. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_iam_s3browser_loginprofile_creation.yml +0 -30
  245. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_iam_s3browser_templated_s3_bucket_policy_creation.yml +0 -32
  246. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_iam_s3browser_user_or_accesskey_creation.yml +0 -30
  247. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_kms_import_key_material.yml +0 -30
  248. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_lambda_function_url.yml +0 -27
  249. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_new_lambda_layer_attached.yml +0 -28
  250. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_passed_role_to_glue_development_endpoint.yml +0 -27
  251. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_rds_change_master_password.yml +0 -24
  252. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_rds_dbcluster_actions.yml +0 -27
  253. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_rds_public_db_restore.yml +0 -24
  254. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_root_account_usage.yml +0 -27
  255. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_route_53_domain_transferred_lock_disabled.yml +0 -27
  256. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_route_53_domain_transferred_to_another_account.yml +0 -25
  257. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_s3_data_management_tampering.yml +0 -36
  258. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_securityhub_finding_evasion.yml +0 -27
  259. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_snapshot_backup_exfiltration.yml +0 -23
  260. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_sso_idp_change.yml +0 -34
  261. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_sts_assumerole_misuse.yml +0 -30
  262. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_sts_getcalleridentity_trufflehog.yml +0 -28
  263. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_sts_getsessiontoken_misuse.yml +0 -29
  264. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_susp_saml_activity.yml +0 -36
  265. package/bundled-rules/sigma-rules/community/cloud/aws/cloudtrail/aws_update_login_profile.yml +0 -28
  266. package/bundled-rules/sigma-rules/community/cloud/azure/activity_logs/azure_aadhybridhealth_adfs_new_server.yml +0 -28
  267. package/bundled-rules/sigma-rules/community/cloud/azure/activity_logs/azure_aadhybridhealth_adfs_service_delete.yml +0 -28
  268. package/bundled-rules/sigma-rules/community/cloud/azure/activity_logs/azure_ad_user_added_to_admin_role.yml +0 -30
  269. package/bundled-rules/sigma-rules/community/cloud/azure/activity_logs/azure_application_deleted.yml +0 -27
  270. package/bundled-rules/sigma-rules/community/cloud/azure/activity_logs/azure_application_gateway_modified_or_deleted.yml +0 -25
  271. package/bundled-rules/sigma-rules/community/cloud/azure/activity_logs/azure_application_security_group_modified_or_deleted.yml +0 -25
  272. package/bundled-rules/sigma-rules/community/cloud/azure/activity_logs/azure_container_registry_created_or_deleted.yml +0 -30
  273. package/bundled-rules/sigma-rules/community/cloud/azure/activity_logs/azure_creating_number_of_resources_detection.yml +0 -24
  274. package/bundled-rules/sigma-rules/community/cloud/azure/activity_logs/azure_device_no_longer_managed_or_compliant.yml +0 -23
  275. package/bundled-rules/sigma-rules/community/cloud/azure/activity_logs/azure_device_or_configuration_modified_or_deleted.yml +0 -29
  276. package/bundled-rules/sigma-rules/community/cloud/azure/activity_logs/azure_dns_zone_modified_or_deleted.yml +0 -26
  277. package/bundled-rules/sigma-rules/community/cloud/azure/activity_logs/azure_firewall_modified_or_deleted.yml +0 -26
  278. package/bundled-rules/sigma-rules/community/cloud/azure/activity_logs/azure_firewall_rule_collection_modified_or_deleted.yml +0 -30
  279. package/bundled-rules/sigma-rules/community/cloud/azure/activity_logs/azure_granting_permission_detection.yml +0 -23
  280. package/bundled-rules/sigma-rules/community/cloud/azure/activity_logs/azure_keyvault_key_modified_or_deleted.yml +0 -35
  281. package/bundled-rules/sigma-rules/community/cloud/azure/activity_logs/azure_keyvault_modified_or_deleted.yml +0 -30
  282. package/bundled-rules/sigma-rules/community/cloud/azure/activity_logs/azure_keyvault_secrets_modified_or_deleted.yml +0 -34
  283. package/bundled-rules/sigma-rules/community/cloud/azure/activity_logs/azure_kubernetes_admission_controller.yml +0 -41
  284. package/bundled-rules/sigma-rules/community/cloud/azure/activity_logs/azure_kubernetes_cluster_created_or_deleted.yml +0 -30
  285. package/bundled-rules/sigma-rules/community/cloud/azure/activity_logs/azure_kubernetes_cronjob.yml +0 -36
  286. package/bundled-rules/sigma-rules/community/cloud/azure/activity_logs/azure_kubernetes_events_deleted.yml +0 -24
  287. package/bundled-rules/sigma-rules/community/cloud/azure/activity_logs/azure_kubernetes_network_policy_change.yml +0 -33
  288. package/bundled-rules/sigma-rules/community/cloud/azure/activity_logs/azure_kubernetes_pods_deleted.yml +0 -23
  289. package/bundled-rules/sigma-rules/community/cloud/azure/activity_logs/azure_kubernetes_role_access.yml +0 -36
  290. package/bundled-rules/sigma-rules/community/cloud/azure/activity_logs/azure_kubernetes_rolebinding_modified_or_deleted.yml +0 -33
  291. package/bundled-rules/sigma-rules/community/cloud/azure/activity_logs/azure_kubernetes_secret_or_config_object_access.yml +0 -31
  292. package/bundled-rules/sigma-rules/community/cloud/azure/activity_logs/azure_kubernetes_service_account_modified_or_deleted.yml +0 -32
  293. package/bundled-rules/sigma-rules/community/cloud/azure/activity_logs/azure_mfa_disabled.yml +0 -25
  294. package/bundled-rules/sigma-rules/community/cloud/azure/activity_logs/azure_network_firewall_policy_modified_or_deleted.yml +0 -28
  295. package/bundled-rules/sigma-rules/community/cloud/azure/activity_logs/azure_network_firewall_rule_modified_or_deleted.yml +0 -26
  296. package/bundled-rules/sigma-rules/community/cloud/azure/activity_logs/azure_network_p2s_vpn_modified_or_deleted.yml +0 -28
  297. package/bundled-rules/sigma-rules/community/cloud/azure/activity_logs/azure_network_security_modified_or_deleted.yml +0 -28
  298. package/bundled-rules/sigma-rules/community/cloud/azure/activity_logs/azure_network_virtual_device_modified_or_deleted.yml +0 -35
  299. package/bundled-rules/sigma-rules/community/cloud/azure/activity_logs/azure_new_cloudshell_created.yml +0 -22
  300. package/bundled-rules/sigma-rules/community/cloud/azure/activity_logs/azure_owner_removed_from_application_or_service_principal.yml +0 -25
  301. package/bundled-rules/sigma-rules/community/cloud/azure/activity_logs/azure_rare_operations.yml +0 -28
  302. package/bundled-rules/sigma-rules/community/cloud/azure/activity_logs/azure_service_principal_created.yml +0 -23
  303. package/bundled-rules/sigma-rules/community/cloud/azure/activity_logs/azure_service_principal_removed.yml +0 -23
  304. package/bundled-rules/sigma-rules/community/cloud/azure/activity_logs/azure_subscription_permissions_elevation_via_activitylogs.yml +0 -28
  305. package/bundled-rules/sigma-rules/community/cloud/azure/activity_logs/azure_suppression_rule_created.yml +0 -23
  306. package/bundled-rules/sigma-rules/community/cloud/azure/activity_logs/azure_virtual_network_modified_or_deleted.yml +0 -27
  307. package/bundled-rules/sigma-rules/community/cloud/azure/activity_logs/azure_vpn_connection_modified_or_deleted.yml +0 -24
  308. package/bundled-rules/sigma-rules/community/cloud/azure/audit_logs/azure_aad_secops_ca_policy_removedby_bad_actor.yml +0 -26
  309. package/bundled-rules/sigma-rules/community/cloud/azure/audit_logs/azure_aad_secops_ca_policy_updatedby_bad_actor.yml +0 -27
  310. package/bundled-rules/sigma-rules/community/cloud/azure/audit_logs/azure_aad_secops_new_ca_policy_addedby_bad_actor.yml +0 -23
  311. package/bundled-rules/sigma-rules/community/cloud/azure/audit_logs/azure_ad_account_created_deleted.yml +0 -28
  312. package/bundled-rules/sigma-rules/community/cloud/azure/audit_logs/azure_ad_bitlocker_key_retrieval.yml +0 -25
  313. package/bundled-rules/sigma-rules/community/cloud/azure/audit_logs/azure_ad_certificate_based_authencation_enabled.yml +0 -26
  314. package/bundled-rules/sigma-rules/community/cloud/azure/audit_logs/azure_ad_device_registration_policy_changes.yml +0 -23
  315. package/bundled-rules/sigma-rules/community/cloud/azure/audit_logs/azure_ad_guest_users_invited_to_tenant_by_non_approved_inviters.yml +0 -27
  316. package/bundled-rules/sigma-rules/community/cloud/azure/audit_logs/azure_ad_new_root_ca_added.yml +0 -26
  317. package/bundled-rules/sigma-rules/community/cloud/azure/audit_logs/azure_ad_users_added_to_device_admin_roles.yml +0 -30
  318. package/bundled-rules/sigma-rules/community/cloud/azure/audit_logs/azure_app_appid_uri_changes.yml +0 -28
  319. package/bundled-rules/sigma-rules/community/cloud/azure/audit_logs/azure_app_credential_added.yml +0 -25
  320. package/bundled-rules/sigma-rules/community/cloud/azure/audit_logs/azure_app_delegated_permissions_all_users.yml +0 -21
  321. package/bundled-rules/sigma-rules/community/cloud/azure/audit_logs/azure_app_end_user_consent.yml +0 -21
  322. package/bundled-rules/sigma-rules/community/cloud/azure/audit_logs/azure_app_end_user_consent_blocked.yml +0 -21
  323. package/bundled-rules/sigma-rules/community/cloud/azure/audit_logs/azure_app_owner_added.yml +0 -21
  324. package/bundled-rules/sigma-rules/community/cloud/azure/audit_logs/azure_app_permissions_msft.yml +0 -23
  325. package/bundled-rules/sigma-rules/community/cloud/azure/audit_logs/azure_app_privileged_permissions.yml +0 -26
  326. package/bundled-rules/sigma-rules/community/cloud/azure/audit_logs/azure_app_role_added.yml +0 -27
  327. package/bundled-rules/sigma-rules/community/cloud/azure/audit_logs/azure_app_uri_modifications.yml +0 -28
  328. package/bundled-rules/sigma-rules/community/cloud/azure/audit_logs/azure_auditlogs_laps_credential_dumping.yml +0 -26
  329. package/bundled-rules/sigma-rules/community/cloud/azure/audit_logs/azure_change_to_authentication_method.yml +0 -28
  330. package/bundled-rules/sigma-rules/community/cloud/azure/audit_logs/azure_federation_modified.yml +0 -28
  331. package/bundled-rules/sigma-rules/community/cloud/azure/audit_logs/azure_group_user_addition_ca_modification.yml +0 -25
  332. package/bundled-rules/sigma-rules/community/cloud/azure/audit_logs/azure_group_user_removal_ca_modification.yml +0 -25
  333. package/bundled-rules/sigma-rules/community/cloud/azure/audit_logs/azure_guest_invite_failure.yml +0 -25
  334. package/bundled-rules/sigma-rules/community/cloud/azure/audit_logs/azure_guest_to_member.yml +0 -26
  335. package/bundled-rules/sigma-rules/community/cloud/azure/audit_logs/azure_pim_activation_approve_deny.yml +0 -24
  336. package/bundled-rules/sigma-rules/community/cloud/azure/audit_logs/azure_pim_alerts_disabled.yml +0 -24
  337. package/bundled-rules/sigma-rules/community/cloud/azure/audit_logs/azure_pim_change_settings.yml +0 -24
  338. package/bundled-rules/sigma-rules/community/cloud/azure/audit_logs/azure_priviledged_role_assignment_add.yml +0 -26
  339. package/bundled-rules/sigma-rules/community/cloud/azure/audit_logs/azure_priviledged_role_assignment_bulk_change.yml +0 -24
  340. package/bundled-rules/sigma-rules/community/cloud/azure/audit_logs/azure_privileged_account_creation.yml +0 -28
  341. package/bundled-rules/sigma-rules/community/cloud/azure/audit_logs/azure_subscription_permissions_elevation_via_auditlogs.yml +0 -29
  342. package/bundled-rules/sigma-rules/community/cloud/azure/audit_logs/azure_tap_added.yml +0 -25
  343. package/bundled-rules/sigma-rules/community/cloud/azure/audit_logs/azure_update_risk_and_mfa_registration_policy.yml +0 -25
  344. package/bundled-rules/sigma-rules/community/cloud/azure/audit_logs/azure_user_account_mfa_disable.yml +0 -28
  345. package/bundled-rules/sigma-rules/community/cloud/azure/audit_logs/azure_user_password_change.yml +0 -30
  346. package/bundled-rules/sigma-rules/community/cloud/azure/identity_protection/azure_identity_protection_anomalous_token.yml +0 -22
  347. package/bundled-rules/sigma-rules/community/cloud/azure/identity_protection/azure_identity_protection_anomalous_user.yml +0 -23
  348. package/bundled-rules/sigma-rules/community/cloud/azure/identity_protection/azure_identity_protection_anonymous_ip_activity.yml +0 -25
  349. package/bundled-rules/sigma-rules/community/cloud/azure/identity_protection/azure_identity_protection_anonymous_ip_address.yml +0 -22
  350. package/bundled-rules/sigma-rules/community/cloud/azure/identity_protection/azure_identity_protection_atypical_travel.yml +0 -25
  351. package/bundled-rules/sigma-rules/community/cloud/azure/identity_protection/azure_identity_protection_impossible_travel.yml +0 -25
  352. package/bundled-rules/sigma-rules/community/cloud/azure/identity_protection/azure_identity_protection_inbox_forwarding_rule.yml +0 -22
  353. package/bundled-rules/sigma-rules/community/cloud/azure/identity_protection/azure_identity_protection_inbox_manipulation.yml +0 -22
  354. package/bundled-rules/sigma-rules/community/cloud/azure/identity_protection/azure_identity_protection_leaked_credentials.yml +0 -22
  355. package/bundled-rules/sigma-rules/community/cloud/azure/identity_protection/azure_identity_protection_malicious_ip_address.yml +0 -22
  356. package/bundled-rules/sigma-rules/community/cloud/azure/identity_protection/azure_identity_protection_malicious_ip_address_suspicious.yml +0 -22
  357. package/bundled-rules/sigma-rules/community/cloud/azure/identity_protection/azure_identity_protection_malware_linked_ip.yml +0 -22
  358. package/bundled-rules/sigma-rules/community/cloud/azure/identity_protection/azure_identity_protection_new_coutry_region.yml +0 -25
  359. package/bundled-rules/sigma-rules/community/cloud/azure/identity_protection/azure_identity_protection_password_spray.yml +0 -22
  360. package/bundled-rules/sigma-rules/community/cloud/azure/identity_protection/azure_identity_protection_prt_access.yml +0 -22
  361. package/bundled-rules/sigma-rules/community/cloud/azure/identity_protection/azure_identity_protection_suspicious_browser.yml +0 -25
  362. package/bundled-rules/sigma-rules/community/cloud/azure/identity_protection/azure_identity_protection_threat_intel.yml +0 -26
  363. package/bundled-rules/sigma-rules/community/cloud/azure/identity_protection/azure_identity_protection_token_issuer_anomaly.yml +0 -22
  364. package/bundled-rules/sigma-rules/community/cloud/azure/identity_protection/azure_identity_protection_unfamilar_sign_in.yml +0 -25
  365. package/bundled-rules/sigma-rules/community/cloud/azure/privileged_identity_management/azure_pim_account_stale.yml +0 -24
  366. package/bundled-rules/sigma-rules/community/cloud/azure/privileged_identity_management/azure_pim_invalid_license.yml +0 -24
  367. package/bundled-rules/sigma-rules/community/cloud/azure/privileged_identity_management/azure_pim_role_assigned_outside_of_pim.yml +0 -24
  368. package/bundled-rules/sigma-rules/community/cloud/azure/privileged_identity_management/azure_pim_role_frequent_activation.yml +0 -24
  369. package/bundled-rules/sigma-rules/community/cloud/azure/privileged_identity_management/azure_pim_role_no_mfa_required.yml +0 -24
  370. package/bundled-rules/sigma-rules/community/cloud/azure/privileged_identity_management/azure_pim_role_not_used.yml +0 -24
  371. package/bundled-rules/sigma-rules/community/cloud/azure/privileged_identity_management/azure_pim_too_many_global_admins.yml +0 -24
  372. package/bundled-rules/sigma-rules/community/cloud/azure/signin_logs/azure_account_lockout.yml +0 -22
  373. package/bundled-rules/sigma-rules/community/cloud/azure/signin_logs/azure_ad_auth_failure_increase.yml +0 -25
  374. package/bundled-rules/sigma-rules/community/cloud/azure/signin_logs/azure_ad_auth_sucess_increase.yml +0 -26
  375. package/bundled-rules/sigma-rules/community/cloud/azure/signin_logs/azure_ad_auth_to_important_apps_using_single_factor_auth.yml +0 -26
  376. package/bundled-rules/sigma-rules/community/cloud/azure/signin_logs/azure_ad_authentications_from_countries_you_do_not_operate_out_of.yml +0 -28
  377. package/bundled-rules/sigma-rules/community/cloud/azure/signin_logs/azure_ad_azurehound_discovery.yml +0 -23
  378. package/bundled-rules/sigma-rules/community/cloud/azure/signin_logs/azure_ad_device_registration_or_join_without_mfa.yml +0 -27
  379. package/bundled-rules/sigma-rules/community/cloud/azure/signin_logs/azure_ad_failed_auth_from_countries_you_do_not_operate_out_of.yml +0 -28
  380. package/bundled-rules/sigma-rules/community/cloud/azure/signin_logs/azure_ad_only_single_factor_auth_required.yml +0 -27
  381. package/bundled-rules/sigma-rules/community/cloud/azure/signin_logs/azure_ad_risky_sign_ins_with_singlefactorauth_from_unknown_devices.yml +0 -31
  382. package/bundled-rules/sigma-rules/community/cloud/azure/signin_logs/azure_ad_sign_ins_from_noncompliant_devices.yml +0 -24
  383. package/bundled-rules/sigma-rules/community/cloud/azure/signin_logs/azure_ad_sign_ins_from_unknown_devices.yml +0 -28
  384. package/bundled-rules/sigma-rules/community/cloud/azure/signin_logs/azure_ad_suspicious_signin_bypassing_mfa.yml +0 -31
  385. package/bundled-rules/sigma-rules/community/cloud/azure/signin_logs/azure_app_device_code_authentication.yml +0 -27
  386. package/bundled-rules/sigma-rules/community/cloud/azure/signin_logs/azure_app_ropc_authentication.yml +0 -26
  387. package/bundled-rules/sigma-rules/community/cloud/azure/signin_logs/azure_blocked_account_attempt.yml +0 -26
  388. package/bundled-rules/sigma-rules/community/cloud/azure/signin_logs/azure_conditional_access_failure.yml +0 -29
  389. package/bundled-rules/sigma-rules/community/cloud/azure/signin_logs/azure_legacy_authentication_protocols.yml +0 -35
  390. package/bundled-rules/sigma-rules/community/cloud/azure/signin_logs/azure_login_to_disabled_account.yml +0 -26
  391. package/bundled-rules/sigma-rules/community/cloud/azure/signin_logs/azure_mfa_denies.yml +0 -28
  392. package/bundled-rules/sigma-rules/community/cloud/azure/signin_logs/azure_mfa_interrupted.yml +0 -32
  393. package/bundled-rules/sigma-rules/community/cloud/azure/signin_logs/azure_unusual_authentication_interruption.yml +0 -32
  394. package/bundled-rules/sigma-rules/community/cloud/azure/signin_logs/azure_user_login_blocked_by_conditional_access.yml +0 -29
  395. package/bundled-rules/sigma-rules/community/cloud/azure/signin_logs/azure_users_authenticating_to_other_azure_ad_tenants.yml +0 -27
  396. package/bundled-rules/sigma-rules/community/cloud/gcp/audit/gcp_access_policy_deleted.yml +0 -32
  397. package/bundled-rules/sigma-rules/community/cloud/gcp/audit/gcp_breakglass_container_workload_deployed.yml +0 -29
  398. package/bundled-rules/sigma-rules/community/cloud/gcp/audit/gcp_bucket_enumeration.yml +0 -24
  399. package/bundled-rules/sigma-rules/community/cloud/gcp/audit/gcp_bucket_modified_or_deleted.yml +0 -26
  400. package/bundled-rules/sigma-rules/community/cloud/gcp/audit/gcp_dlp_re_identifies_sensitive_information.yml +0 -22
  401. package/bundled-rules/sigma-rules/community/cloud/gcp/audit/gcp_dns_zone_modified_or_deleted.yml +0 -24
  402. package/bundled-rules/sigma-rules/community/cloud/gcp/audit/gcp_firewall_rule_modified_or_deleted.yml +0 -28
  403. package/bundled-rules/sigma-rules/community/cloud/gcp/audit/gcp_full_network_traffic_packet_capture.yml +0 -30
  404. package/bundled-rules/sigma-rules/community/cloud/gcp/audit/gcp_kubernetes_admission_controller.yml +0 -42
  405. package/bundled-rules/sigma-rules/community/cloud/gcp/audit/gcp_kubernetes_cronjob.yml +0 -31
  406. package/bundled-rules/sigma-rules/community/cloud/gcp/audit/gcp_kubernetes_rolebinding.yml +0 -34
  407. package/bundled-rules/sigma-rules/community/cloud/gcp/audit/gcp_kubernetes_secrets_modified_or_deleted.yml +0 -26
  408. package/bundled-rules/sigma-rules/community/cloud/gcp/audit/gcp_service_account_disabled_or_deleted.yml +0 -25
  409. package/bundled-rules/sigma-rules/community/cloud/gcp/audit/gcp_service_account_modified.yml +0 -27
  410. package/bundled-rules/sigma-rules/community/cloud/gcp/audit/gcp_sql_database_modified_or_deleted.yml +0 -27
  411. package/bundled-rules/sigma-rules/community/cloud/gcp/audit/gcp_vpn_tunnel_modified_or_deleted.yml +0 -25
  412. package/bundled-rules/sigma-rules/community/cloud/gcp/gworkspace/gcp_gworkspace_application_access_levels_modified.yml +0 -28
  413. package/bundled-rules/sigma-rules/community/cloud/gcp/gworkspace/gcp_gworkspace_application_removed.yml +0 -26
  414. package/bundled-rules/sigma-rules/community/cloud/gcp/gworkspace/gcp_gworkspace_granted_domain_api_access.yml +0 -26
  415. package/bundled-rules/sigma-rules/community/cloud/gcp/gworkspace/gcp_gworkspace_mfa_disabled.yml +0 -28
  416. package/bundled-rules/sigma-rules/community/cloud/gcp/gworkspace/gcp_gworkspace_role_modified_or_deleted.yml +0 -27
  417. package/bundled-rules/sigma-rules/community/cloud/gcp/gworkspace/gcp_gworkspace_role_privilege_deleted.yml +0 -24
  418. package/bundled-rules/sigma-rules/community/cloud/gcp/gworkspace/gcp_gworkspace_user_granted_admin_privileges.yml +0 -27
  419. package/bundled-rules/sigma-rules/community/cloud/m365/audit/microsoft365_bypass_conditional_access.yml +0 -31
  420. package/bundled-rules/sigma-rules/community/cloud/m365/audit/microsoft365_disabling_mfa.yml +0 -23
  421. package/bundled-rules/sigma-rules/community/cloud/m365/audit/microsoft365_new_federated_domain_added_audit.yml +0 -30
  422. package/bundled-rules/sigma-rules/community/cloud/m365/exchange/microsoft365_new_federated_domain_added_exchange.yml +0 -30
  423. package/bundled-rules/sigma-rules/community/cloud/m365/threat_detection/microsoft365_from_susp_ip_addresses.yml +0 -27
  424. package/bundled-rules/sigma-rules/community/cloud/m365/threat_management/microsoft365_activity_by_terminated_user.yml +0 -26
  425. package/bundled-rules/sigma-rules/community/cloud/m365/threat_management/microsoft365_activity_from_anonymous_ip_addresses.yml +0 -25
  426. package/bundled-rules/sigma-rules/community/cloud/m365/threat_management/microsoft365_activity_from_infrequent_country.yml +0 -25
  427. package/bundled-rules/sigma-rules/community/cloud/m365/threat_management/microsoft365_data_exfiltration_to_unsanctioned_app.yml +0 -25
  428. package/bundled-rules/sigma-rules/community/cloud/m365/threat_management/microsoft365_impossible_travel_activity.yml +0 -28
  429. package/bundled-rules/sigma-rules/community/cloud/m365/threat_management/microsoft365_logon_from_risky_ip_address.yml +0 -28
  430. package/bundled-rules/sigma-rules/community/cloud/m365/threat_management/microsoft365_potential_ransomware_activity.yml +0 -25
  431. package/bundled-rules/sigma-rules/community/cloud/m365/threat_management/microsoft365_pst_export_alert.yml +0 -28
  432. package/bundled-rules/sigma-rules/community/cloud/m365/threat_management/microsoft365_pst_export_alert_using_new_compliancesearchaction.yml +0 -28
  433. package/bundled-rules/sigma-rules/community/cloud/m365/threat_management/microsoft365_susp_inbox_forwarding.yml +0 -25
  434. package/bundled-rules/sigma-rules/community/cloud/m365/threat_management/microsoft365_susp_oauth_app_file_download_activities.yml +0 -24
  435. package/bundled-rules/sigma-rules/community/cloud/m365/threat_management/microsoft365_unusual_volume_of_file_deletion.yml +0 -25
  436. package/bundled-rules/sigma-rules/community/cloud/m365/threat_management/microsoft365_user_restricted_from_sending_email.yml +0 -25
  437. package/bundled-rules/sigma-rules/community/identity/cisco_duo/cisco_duo_mfa_bypass_via_bypass_code.yml +0 -26
  438. package/bundled-rules/sigma-rules/community/identity/okta/okta_admin_activity_from_proxy_query.yml +0 -23
  439. package/bundled-rules/sigma-rules/community/identity/okta/okta_admin_role_assigned_to_user_or_group.yml +0 -27
  440. package/bundled-rules/sigma-rules/community/identity/okta/okta_admin_role_assignment_created.yml +0 -21
  441. package/bundled-rules/sigma-rules/community/identity/okta/okta_api_token_created.yml +0 -22
  442. package/bundled-rules/sigma-rules/community/identity/okta/okta_api_token_revoked.yml +0 -23
  443. package/bundled-rules/sigma-rules/community/identity/okta/okta_application_modified_or_deleted.yml +0 -25
  444. package/bundled-rules/sigma-rules/community/identity/okta/okta_application_sign_on_policy_modified_or_deleted.yml +0 -24
  445. package/bundled-rules/sigma-rules/community/identity/okta/okta_fastpass_phishing_detection.yml +0 -25
  446. package/bundled-rules/sigma-rules/community/identity/okta/okta_identity_provider_created.yml +0 -23
  447. package/bundled-rules/sigma-rules/community/identity/okta/okta_mfa_reset_or_deactivated.yml +0 -27
  448. package/bundled-rules/sigma-rules/community/identity/okta/okta_network_zone_deactivated_or_deleted.yml +0 -25
  449. package/bundled-rules/sigma-rules/community/identity/okta/okta_new_behaviours_admin_console.yml +0 -30
  450. package/bundled-rules/sigma-rules/community/identity/okta/okta_password_in_alternateid_field.yml +0 -34
  451. package/bundled-rules/sigma-rules/community/identity/okta/okta_policy_modified_or_deleted.yml +0 -26
  452. package/bundled-rules/sigma-rules/community/identity/okta/okta_policy_rule_modified_or_deleted.yml +0 -25
  453. package/bundled-rules/sigma-rules/community/identity/okta/okta_security_threat_detected.yml +0 -23
  454. package/bundled-rules/sigma-rules/community/identity/okta/okta_suspicious_activity_enduser_report.yml +0 -22
  455. package/bundled-rules/sigma-rules/community/identity/okta/okta_unauthorized_access_to_app.yml +0 -22
  456. package/bundled-rules/sigma-rules/community/identity/okta/okta_user_account_locked_out.yml +0 -23
  457. package/bundled-rules/sigma-rules/community/identity/okta/okta_user_created.yml +0 -20
  458. package/bundled-rules/sigma-rules/community/identity/okta/okta_user_session_start_via_anonymised_proxy.yml +0 -23
  459. package/bundled-rules/sigma-rules/community/identity/onelogin/onelogin_assumed_another_user.yml +0 -21
  460. package/bundled-rules/sigma-rules/community/identity/onelogin/onelogin_user_account_locked.yml +0 -25
  461. package/bundled-rules/sigma-rules/community/linux/auditd/execve/lnx_auditd_binary_padding.yml +0 -39
  462. package/bundled-rules/sigma-rules/community/linux/auditd/execve/lnx_auditd_bpfdoor_port_redirect.yml +0 -30
  463. package/bundled-rules/sigma-rules/community/linux/auditd/execve/lnx_auditd_capabilities_discovery.yml +0 -31
  464. package/bundled-rules/sigma-rules/community/linux/auditd/execve/lnx_auditd_change_file_time_attr.yml +0 -42
  465. package/bundled-rules/sigma-rules/community/linux/auditd/execve/lnx_auditd_chattr_immutable_removal.yml +0 -29
  466. package/bundled-rules/sigma-rules/community/linux/auditd/execve/lnx_auditd_clipboard_collection.yml +0 -34
  467. package/bundled-rules/sigma-rules/community/linux/auditd/execve/lnx_auditd_clipboard_image_collection.yml +0 -35
  468. package/bundled-rules/sigma-rules/community/linux/auditd/execve/lnx_auditd_coinminer.yml +0 -34
  469. package/bundled-rules/sigma-rules/community/linux/auditd/execve/lnx_auditd_data_compressed.yml +0 -32
  470. package/bundled-rules/sigma-rules/community/linux/auditd/execve/lnx_auditd_data_exfil_wget.yml +0 -27
  471. package/bundled-rules/sigma-rules/community/linux/auditd/execve/lnx_auditd_dd_delete_file.yml +0 -26
  472. package/bundled-rules/sigma-rules/community/linux/auditd/execve/lnx_auditd_file_or_folder_permissions.yml +0 -25
  473. package/bundled-rules/sigma-rules/community/linux/auditd/execve/lnx_auditd_find_cred_in_files.yml +0 -26
  474. package/bundled-rules/sigma-rules/community/linux/auditd/execve/lnx_auditd_hidden_files_directories.yml +0 -31
  475. package/bundled-rules/sigma-rules/community/linux/auditd/execve/lnx_auditd_hidden_zip_files_steganography.yml +0 -29
  476. package/bundled-rules/sigma-rules/community/linux/auditd/execve/lnx_auditd_masquerading_crond.yml +0 -25
  477. package/bundled-rules/sigma-rules/community/linux/auditd/execve/lnx_auditd_modify_system_firewall.yml +0 -45
  478. package/bundled-rules/sigma-rules/community/linux/auditd/execve/lnx_auditd_network_sniffing.yml +0 -33
  479. package/bundled-rules/sigma-rules/community/linux/auditd/execve/lnx_auditd_screencapture_import.yml +0 -40
  480. package/bundled-rules/sigma-rules/community/linux/auditd/execve/lnx_auditd_screencaputre_xwd.yml +0 -31
  481. package/bundled-rules/sigma-rules/community/linux/auditd/execve/lnx_auditd_steghide_embed_steganography.yml +0 -30
  482. package/bundled-rules/sigma-rules/community/linux/auditd/execve/lnx_auditd_steghide_extract_steganography.yml +0 -28
  483. package/bundled-rules/sigma-rules/community/linux/auditd/execve/lnx_auditd_susp_cmds.yml +0 -36
  484. package/bundled-rules/sigma-rules/community/linux/auditd/execve/lnx_auditd_susp_histfile_operations.yml +0 -30
  485. package/bundled-rules/sigma-rules/community/linux/auditd/execve/lnx_auditd_susp_service_reload_or_restart.yml +0 -31
  486. package/bundled-rules/sigma-rules/community/linux/auditd/execve/lnx_auditd_system_shutdown_reboot.yml +0 -33
  487. package/bundled-rules/sigma-rules/community/linux/auditd/execve/lnx_auditd_unzip_hidden_zip_files_steganography.yml +0 -27
  488. package/bundled-rules/sigma-rules/community/linux/auditd/execve/lnx_auditd_user_discovery.yml +0 -33
  489. package/bundled-rules/sigma-rules/community/linux/auditd/lnx_auditd_audio_capture.yml +0 -32
  490. package/bundled-rules/sigma-rules/community/linux/auditd/lnx_auditd_disable_aslr_protection.yml +0 -40
  491. package/bundled-rules/sigma-rules/community/linux/auditd/lnx_auditd_keylogging_with_pam_d.yml +0 -34
  492. package/bundled-rules/sigma-rules/community/linux/auditd/lnx_auditd_password_policy_discovery.yml +0 -45
  493. package/bundled-rules/sigma-rules/community/linux/auditd/lnx_auditd_susp_c2_commands.yml +0 -49
  494. package/bundled-rules/sigma-rules/community/linux/auditd/lnx_auditd_system_info_discovery.yml +0 -47
  495. package/bundled-rules/sigma-rules/community/linux/auditd/path/lnx_auditd_auditing_config_change.yml +0 -27
  496. package/bundled-rules/sigma-rules/community/linux/auditd/path/lnx_auditd_bpfdoor_file_accessed.yml +0 -27
  497. package/bundled-rules/sigma-rules/community/linux/auditd/path/lnx_auditd_hidden_binary_execution.yml +0 -33
  498. package/bundled-rules/sigma-rules/community/linux/auditd/path/lnx_auditd_ld_so_preload_mod.yml +0 -26
  499. package/bundled-rules/sigma-rules/community/linux/auditd/path/lnx_auditd_logging_config_change.yml +0 -26
  500. package/bundled-rules/sigma-rules/community/linux/auditd/path/lnx_auditd_magic_system_request_key.yml +0 -41
  501. package/bundled-rules/sigma-rules/community/linux/auditd/path/lnx_auditd_system_info_discovery2.yml +0 -35
  502. package/bundled-rules/sigma-rules/community/linux/auditd/path/lnx_auditd_systemd_service_creation.yml +0 -30
  503. package/bundled-rules/sigma-rules/community/linux/auditd/path/lnx_auditd_unix_shell_configuration_modification.yml +0 -54
  504. package/bundled-rules/sigma-rules/community/linux/auditd/service_stop/lnx_auditd_disable_system_firewall.yml +0 -26
  505. package/bundled-rules/sigma-rules/community/linux/auditd/syscall/lnx_auditd_clean_disable_dmesg_logs_via_syslog.yml +0 -41
  506. package/bundled-rules/sigma-rules/community/linux/auditd/syscall/lnx_auditd_create_account.yml +0 -27
  507. package/bundled-rules/sigma-rules/community/linux/auditd/syscall/lnx_auditd_load_module_insmod.yml +0 -30
  508. package/bundled-rules/sigma-rules/community/linux/auditd/syscall/lnx_auditd_network_service_scanning.yml +0 -34
  509. package/bundled-rules/sigma-rules/community/linux/auditd/syscall/lnx_auditd_split_file_into_pieces.yml +0 -23
  510. package/bundled-rules/sigma-rules/community/linux/auditd/syscall/lnx_auditd_susp_discovery_sysinfo_syscall.yml +0 -33
  511. package/bundled-rules/sigma-rules/community/linux/auditd/syscall/lnx_auditd_susp_exe_folders.yml +0 -44
  512. package/bundled-rules/sigma-rules/community/linux/auditd/syscall/lnx_auditd_susp_special_file_creation_via_mknod_syscall.yml +0 -31
  513. package/bundled-rules/sigma-rules/community/linux/auditd/syscall/lnx_auditd_web_rce.yml +0 -35
  514. package/bundled-rules/sigma-rules/community/linux/builtin/clamav/lnx_clamav_relevant_message.yml +0 -25
  515. package/bundled-rules/sigma-rules/community/linux/builtin/cron/lnx_cron_crontab_file_modification.yml +0 -23
  516. package/bundled-rules/sigma-rules/community/linux/builtin/guacamole/lnx_guacamole_susp_guacamole.yml +0 -22
  517. package/bundled-rules/sigma-rules/community/linux/builtin/lnx_apt_equationgroup_lnx.yml +0 -82
  518. package/bundled-rules/sigma-rules/community/linux/builtin/lnx_buffer_overflows.yml +0 -29
  519. package/bundled-rules/sigma-rules/community/linux/builtin/lnx_clear_syslog.yml +0 -29
  520. package/bundled-rules/sigma-rules/community/linux/builtin/lnx_file_copy.yml +0 -26
  521. package/bundled-rules/sigma-rules/community/linux/builtin/lnx_ldso_preload_injection.yml +0 -23
  522. package/bundled-rules/sigma-rules/community/linux/builtin/lnx_potential_susp_ebpf_activity.yml +0 -21
  523. package/bundled-rules/sigma-rules/community/linux/builtin/lnx_privileged_user_creation.yml +0 -36
  524. package/bundled-rules/sigma-rules/community/linux/builtin/lnx_shell_clear_cmd_history.yml +0 -47
  525. package/bundled-rules/sigma-rules/community/linux/builtin/lnx_shell_susp_commands.yml +0 -59
  526. package/bundled-rules/sigma-rules/community/linux/builtin/lnx_shell_susp_log_entries.yml +0 -25
  527. package/bundled-rules/sigma-rules/community/linux/builtin/lnx_shell_susp_rev_shells.yml +0 -45
  528. package/bundled-rules/sigma-rules/community/linux/builtin/lnx_shellshock.yml +0 -24
  529. package/bundled-rules/sigma-rules/community/linux/builtin/lnx_susp_dev_tcp.yml +0 -31
  530. package/bundled-rules/sigma-rules/community/linux/builtin/lnx_susp_jexboss.yml +0 -23
  531. package/bundled-rules/sigma-rules/community/linux/builtin/lnx_symlink_etc_passwd.yml +0 -22
  532. package/bundled-rules/sigma-rules/community/linux/builtin/sshd/lnx_sshd_susp_ssh.yml +0 -33
  533. package/bundled-rules/sigma-rules/community/linux/builtin/syslog/lnx_syslog_security_tools_disabling_syslog.yml +0 -29
  534. package/bundled-rules/sigma-rules/community/linux/builtin/syslog/lnx_syslog_susp_named.yml +0 -24
  535. package/bundled-rules/sigma-rules/community/linux/builtin/vsftpd/lnx_vsftpd_susp_error_messages.yml +0 -38
  536. package/bundled-rules/sigma-rules/community/linux/file_event/file_event_lnx_doas_conf_creation.yml +0 -24
  537. package/bundled-rules/sigma-rules/community/linux/file_event/file_event_lnx_persistence_cron_files.yml +0 -35
  538. package/bundled-rules/sigma-rules/community/linux/file_event/file_event_lnx_persistence_sudoers_files.yml +0 -24
  539. package/bundled-rules/sigma-rules/community/linux/file_event/file_event_lnx_susp_filename_with_embedded_base64_command.yml +0 -27
  540. package/bundled-rules/sigma-rules/community/linux/file_event/file_event_lnx_susp_shell_script_under_profile_directory.yml +0 -27
  541. package/bundled-rules/sigma-rules/community/linux/file_event/file_event_lnx_triple_cross_rootkit_lock_file.yml +0 -21
  542. package/bundled-rules/sigma-rules/community/linux/file_event/file_event_lnx_triple_cross_rootkit_persistence.yml +0 -26
  543. package/bundled-rules/sigma-rules/community/linux/file_event/file_event_lnx_wget_download_file_in_tmp_dir.yml +0 -27
  544. package/bundled-rules/sigma-rules/community/linux/network_connection/net_connection_lnx_back_connect_shell_dev.yml +0 -26
  545. package/bundled-rules/sigma-rules/community/linux/network_connection/net_connection_lnx_crypto_mining_indicators.yml +0 -43
  546. package/bundled-rules/sigma-rules/community/linux/network_connection/net_connection_lnx_domain_localtonet_tunnel.yml +0 -30
  547. package/bundled-rules/sigma-rules/community/linux/network_connection/net_connection_lnx_ngrok_tunnel.yml +0 -35
  548. package/bundled-rules/sigma-rules/community/linux/network_connection/net_connection_lnx_susp_malware_callback_port.yml +0 -51
  549. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_apt_shell_execution.yml +0 -28
  550. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_at_command.yml +0 -28
  551. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_auditctl_clear_rules.yml +0 -26
  552. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_av_kaspersky_av_disabled.yml +0 -31
  553. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_awk_shell_spawn.yml +0 -38
  554. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_base64_decode.yml +0 -23
  555. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_base64_execution.yml +0 -34
  556. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_base64_shebang_cli.yml +0 -27
  557. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_bash_interactive_shell.yml +0 -23
  558. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_bpf_kprob_tracing_enabled.yml +0 -28
  559. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_bpftrace_unsafe_option_usage.yml +0 -23
  560. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_cap_setgid.yml +0 -30
  561. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_cap_setuid.yml +0 -30
  562. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_capa_discovery.yml +0 -25
  563. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_capsh_shell_invocation.yml +0 -24
  564. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_chattr_immutable_removal.yml +0 -25
  565. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_chroot_execution.yml +0 -28
  566. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_clear_logs.yml +0 -28
  567. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_clear_syslog.yml +0 -87
  568. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_clipboard_collection.yml +0 -28
  569. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_cp_passwd_or_shadow_tmp.yml +0 -28
  570. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_crontab_enumeration.yml +0 -25
  571. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_crontab_removal.yml +0 -23
  572. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_crypto_mining.yml +0 -42
  573. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_curl_usage.yml +0 -22
  574. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_curl_wget_exec_tmp.yml +0 -36
  575. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_dd_file_overwrite.yml +0 -30
  576. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_dd_process_injection.yml +0 -27
  577. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_disable_ufw.yml +0 -28
  578. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_doas_execution.yml +0 -23
  579. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_env_shell_invocation.yml +0 -29
  580. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_esxcli_network_discovery.yml +0 -31
  581. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_esxcli_permission_change_admin.yml +0 -29
  582. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_esxcli_storage_discovery.yml +0 -32
  583. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_esxcli_syslog_config_change.yml +0 -30
  584. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_esxcli_system_discovery.yml +0 -30
  585. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_esxcli_user_account_creation.yml +0 -27
  586. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_esxcli_vm_discovery.yml +0 -29
  587. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_esxcli_vm_kill.yml +0 -29
  588. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_esxcli_vsan_discovery.yml +0 -32
  589. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_file_and_directory_discovery.yml +0 -35
  590. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_file_deletion.yml +0 -25
  591. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_find_shell_execution.yml +0 -33
  592. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_flock_shell_execution.yml +0 -31
  593. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_gcc_shell_execution.yml +0 -36
  594. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_git_shell_execution.yml +0 -29
  595. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_grep_os_arch_discovery.yml +0 -33
  596. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_groupdel.yml +0 -24
  597. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_install_root_certificate.yml +0 -24
  598. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_install_suspicious_packages.yml +0 -49
  599. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_iptables_flush_ufw.yml +0 -41
  600. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_local_account.yml +0 -52
  601. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_local_groups.yml +0 -34
  602. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_malware_gobrat_grep_payload_discovery.yml +0 -28
  603. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_mkfifo_named_pipe_creation.yml +0 -21
  604. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_mkfifo_named_pipe_creation_susp_location.yml +0 -26
  605. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_mount_hidepid.yml +0 -27
  606. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_netcat_reverse_shell.yml +0 -59
  607. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_nice_shell_execution.yml +0 -29
  608. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_nohup.yml +0 -23
  609. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_nohup_susp_execution.yml +0 -27
  610. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_omigod_scx_runasprovider_executescript.yml +0 -35
  611. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_omigod_scx_runasprovider_executeshellcommand.yml +0 -33
  612. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_perl_reverse_shell.yml +0 -31
  613. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_php_reverse_shell.yml +0 -36
  614. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_pnscan_binary_cli_pattern.yml +0 -26
  615. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_proxy_connection.yml +0 -23
  616. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_pua_trufflehog.yml +0 -43
  617. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_python_http_server_execution.yml +0 -36
  618. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_python_pty_spawn.yml +0 -38
  619. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_python_reverse_shell.yml +0 -32
  620. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_python_shell_os_system.yml +0 -38
  621. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_remote_access_tools_teamviewer_incoming_connection.yml +0 -31
  622. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_remote_system_discovery.yml +0 -46
  623. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_remove_package.yml +0 -42
  624. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_rsync_shell_execution.yml +0 -44
  625. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_rsync_shell_spawn.yml +0 -37
  626. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_ruby_reverse_shell.yml +0 -34
  627. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_schedule_task_job_cron.yml +0 -25
  628. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_security_software_discovery.yml +0 -34
  629. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_security_tools_disabling.yml +0 -83
  630. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_services_stop_and_disable.yml +0 -26
  631. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_setgid_setuid.yml +0 -28
  632. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_ssh_shell_execution.yml +0 -36
  633. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_ssm_agent_abuse.yml +0 -29
  634. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_susp_chmod_directories.yml +0 -27
  635. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_susp_container_residence_discovery.yml +0 -38
  636. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_susp_curl_fileupload.yml +0 -42
  637. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_susp_curl_useragent.yml +0 -28
  638. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_susp_dockerenv_recon.yml +0 -32
  639. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_susp_execution_tmp_folder.yml +0 -27
  640. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_susp_find_execution.yml +0 -33
  641. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_susp_git_clone.yml +0 -41
  642. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_susp_history_delete.yml +0 -34
  643. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_susp_history_recon.yml +0 -35
  644. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_susp_hktl_execution.yml +0 -97
  645. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_susp_inod_listing.yml +0 -31
  646. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_susp_interactive_bash.yml +0 -35
  647. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_susp_java_children.yml +0 -32
  648. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_susp_network_utilities_execution.yml +0 -43
  649. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_susp_pipe_shell.yml +0 -35
  650. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_susp_process_reading_sudoers.yml +0 -34
  651. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_susp_recon_indicators.yml +0 -25
  652. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_susp_sensitive_file_access.yml +0 -50
  653. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_susp_shell_child_process_from_parent_tmp_folder.yml +0 -31
  654. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_susp_shell_script_exec_from_susp_location.yml +0 -35
  655. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_system_info_discovery.yml +0 -29
  656. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_system_network_connections_discovery.yml +0 -30
  657. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_system_network_discovery.yml +0 -33
  658. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_systemctl_mask_power_settings.yml +0 -32
  659. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_touch_susp.yml +0 -24
  660. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_triple_cross_rootkit_execve_hijack.yml +0 -22
  661. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_triple_cross_rootkit_install.yml +0 -27
  662. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_userdel.yml +0 -24
  663. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_usermod_susp_group.yml +0 -25
  664. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_vim_shell_execution.yml +0 -42
  665. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_webshell_detection.yml +0 -50
  666. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_wget_download_suspicious_directory.yml +0 -29
  667. package/bundled-rules/sigma-rules/community/linux/process_creation/proc_creation_lnx_xterm_reverse_shell.yml +0 -24
  668. package/bundled-rules/sigma-rules/community/macos/file_event/file_event_macos_emond_launch_daemon.yml +0 -27
  669. package/bundled-rules/sigma-rules/community/macos/file_event/file_event_macos_susp_startup_item_created.yml +0 -30
  670. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_applescript.yml +0 -27
  671. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_base64_decode.yml +0 -23
  672. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_binary_padding.yml +0 -31
  673. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_change_file_time_attr.yml +0 -27
  674. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_chflags_hidden_flag.yml +0 -32
  675. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_clear_system_logs.yml +0 -31
  676. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_clipboard_data_via_osascript.yml +0 -29
  677. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_create_account.yml +0 -27
  678. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_create_hidden_account.yml +0 -33
  679. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_creds_from_keychain.yml +0 -30
  680. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_csrutil_disable.yml +0 -27
  681. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_csrutil_status.yml +0 -27
  682. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_disable_security_tools.yml +0 -43
  683. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_dscl_add_user_to_admin_group.yml +0 -32
  684. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_dseditgroup_add_to_admin_group.yml +0 -30
  685. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_dsenableroot_enable_root_account.yml +0 -30
  686. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_file_and_directory_discovery.yml +0 -32
  687. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_find_cred_in_files.yml +0 -25
  688. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_gui_input_capture.yml +0 -40
  689. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_hdiutil_create.yml +0 -23
  690. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_hdiutil_mount.yml +0 -28
  691. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_installer_susp_child_process.yml +0 -44
  692. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_ioreg_discovery.yml +0 -47
  693. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_jamf_susp_child.yml +0 -26
  694. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_jamf_usage.yml +0 -31
  695. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_jxa_in_memory_execution.yml +0 -34
  696. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_launchctl_execution.yml +0 -33
  697. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_local_account.yml +0 -42
  698. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_local_groups.yml +0 -33
  699. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_network_service_scanning.yml +0 -30
  700. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_network_sniffing.yml +0 -27
  701. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_nscurl_usage.yml +0 -32
  702. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_office_susp_child_processes.yml +0 -42
  703. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_osacompile_runonly_execution.yml +0 -25
  704. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_payload_decoded_and_decrypted.yml +0 -31
  705. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_persistence_via_plistbuddy.yml +0 -30
  706. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_remote_access_tools_meshagent_arguments.yml +0 -30
  707. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_remote_access_tools_renamed_meshagent_execution.yml +0 -39
  708. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_remote_access_tools_teamviewer_incoming_connection.yml +0 -31
  709. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_remote_system_discovery.yml +0 -46
  710. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_schedule_task_job_cron.yml +0 -25
  711. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_screencapture.yml +0 -23
  712. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_security_software_discovery.yml +0 -39
  713. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_space_after_filename.yml +0 -24
  714. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_split_file_into_pieces.yml +0 -22
  715. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_susp_browser_child_process.yml +0 -78
  716. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_susp_execution_macos_script_editor.yml +0 -55
  717. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_susp_find_execution.yml +0 -33
  718. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_susp_histfile_operations.yml +0 -29
  719. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_susp_in_memory_download_and_compile.yml +0 -25
  720. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_susp_macos_firmware_activity.yml +0 -28
  721. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_susp_system_network_discovery.yml +0 -34
  722. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_suspicious_applet_behaviour.yml +0 -24
  723. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_swvers_discovery.yml +0 -29
  724. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_sysadminctl_add_user_to_admin_group.yml +0 -32
  725. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_sysadminctl_enable_guest_account.yml +0 -29
  726. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_sysctl_discovery.yml +0 -37
  727. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_system_network_connections_discovery.yml +0 -27
  728. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_system_profiler_discovery.yml +0 -38
  729. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_system_shutdown_reboot.yml +0 -25
  730. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_tail_base64_decode_from_image.yml +0 -46
  731. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_tmutil_delete_backup.yml +0 -27
  732. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_tmutil_disable_backup.yml +0 -27
  733. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_tmutil_exclude_file_from_backup.yml +0 -27
  734. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_wizardupdate_malware_infection.yml +0 -28
  735. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_xattr_gatekeeper_bypass.yml +0 -26
  736. package/bundled-rules/sigma-rules/community/macos/process_creation/proc_creation_macos_xcsset_malware_infection.yml +0 -47
  737. package/bundled-rules/sigma-rules/community/network/cisco/aaa/cisco_cli_clear_logs.yml +0 -24
  738. package/bundled-rules/sigma-rules/community/network/cisco/aaa/cisco_cli_collect_data.yml +0 -31
  739. package/bundled-rules/sigma-rules/community/network/cisco/aaa/cisco_cli_crypto_actions.yml +0 -26
  740. package/bundled-rules/sigma-rules/community/network/cisco/aaa/cisco_cli_disable_logging.yml +0 -23
  741. package/bundled-rules/sigma-rules/community/network/cisco/aaa/cisco_cli_discovery.yml +0 -40
  742. package/bundled-rules/sigma-rules/community/network/cisco/aaa/cisco_cli_dos.yml +0 -24
  743. package/bundled-rules/sigma-rules/community/network/cisco/aaa/cisco_cli_file_deletion.yml +0 -25
  744. package/bundled-rules/sigma-rules/community/network/cisco/aaa/cisco_cli_input_capture.yml +0 -22
  745. package/bundled-rules/sigma-rules/community/network/cisco/aaa/cisco_cli_local_accounts.yml +0 -23
  746. package/bundled-rules/sigma-rules/community/network/cisco/aaa/cisco_cli_modify_config.yml +0 -34
  747. package/bundled-rules/sigma-rules/community/network/cisco/aaa/cisco_cli_moving_data.yml +0 -30
  748. package/bundled-rules/sigma-rules/community/network/cisco/aaa/cisco_cli_net_sniff.yml +0 -23
  749. package/bundled-rules/sigma-rules/community/network/cisco/bgp/cisco_bgp_md5_auth_failed.yml +0 -32
  750. package/bundled-rules/sigma-rules/community/network/cisco/ldp/cisco_ldp_md5_auth_failed.yml +0 -32
  751. package/bundled-rules/sigma-rules/community/network/dns/net_dns_external_service_interaction_domains.yml +0 -55
  752. package/bundled-rules/sigma-rules/community/network/dns/net_dns_mal_cobaltstrike.yml +0 -26
  753. package/bundled-rules/sigma-rules/community/network/dns/net_dns_pua_cryptocoin_mining_xmr.yml +0 -42
  754. package/bundled-rules/sigma-rules/community/network/dns/net_dns_susp_b64_queries.yml +0 -23
  755. package/bundled-rules/sigma-rules/community/network/dns/net_dns_susp_telegram_api.yml +0 -24
  756. package/bundled-rules/sigma-rules/community/network/dns/net_dns_susp_txt_exec_strings.yml +0 -26
  757. package/bundled-rules/sigma-rules/community/network/dns/net_dns_wannacry_killswitch_domain.yml +0 -26
  758. package/bundled-rules/sigma-rules/community/network/firewall/net_firewall_cleartext_protocols.yml +0 -89
  759. package/bundled-rules/sigma-rules/community/network/fortinet/fortigate/fortinet_fortigate_new_admin_account_created.yml +0 -25
  760. package/bundled-rules/sigma-rules/community/network/fortinet/fortigate/fortinet_fortigate_new_firewall_address_object.yml +0 -25
  761. package/bundled-rules/sigma-rules/community/network/fortinet/fortigate/fortinet_fortigate_new_firewall_policy_added.yml +0 -25
  762. package/bundled-rules/sigma-rules/community/network/fortinet/fortigate/fortinet_fortigate_new_local_user_created.yml +0 -27
  763. package/bundled-rules/sigma-rules/community/network/fortinet/fortigate/fortinet_fortigate_new_vpn_ssl_web_portal.yml +0 -28
  764. package/bundled-rules/sigma-rules/community/network/fortinet/fortigate/fortinet_fortigate_user_group_modified.yml +0 -28
  765. package/bundled-rules/sigma-rules/community/network/fortinet/fortigate/fortinet_fortigate_vpn_ssl_settings_modified.yml +0 -28
  766. package/bundled-rules/sigma-rules/community/network/huawei/bgp/huawei_bgp_auth_failed.yml +0 -32
  767. package/bundled-rules/sigma-rules/community/network/juniper/bgp/juniper_bgp_missing_md5.yml +0 -32
  768. package/bundled-rules/sigma-rules/community/network/zeek/zeek_dce_rpc_mitre_bzar_execution.yml +0 -55
  769. package/bundled-rules/sigma-rules/community/network/zeek/zeek_dce_rpc_mitre_bzar_persistence.yml +0 -40
  770. package/bundled-rules/sigma-rules/community/network/zeek/zeek_dce_rpc_potential_petit_potam_efs_rpc_call.yml +0 -31
  771. package/bundled-rules/sigma-rules/community/network/zeek/zeek_dce_rpc_smb_spoolss_named_pipe.yml +0 -25
  772. package/bundled-rules/sigma-rules/community/network/zeek/zeek_default_cobalt_strike_certificate.yml +0 -22
  773. package/bundled-rules/sigma-rules/community/network/zeek/zeek_dns_kerberos_coercion_via_dns_object_spn_spoofing.yml +0 -38
  774. package/bundled-rules/sigma-rules/community/network/zeek/zeek_dns_mining_pools.yml +0 -100
  775. package/bundled-rules/sigma-rules/community/network/zeek/zeek_dns_nkn.yml +0 -24
  776. package/bundled-rules/sigma-rules/community/network/zeek/zeek_dns_susp_zbit_flag.yml +0 -56
  777. package/bundled-rules/sigma-rules/community/network/zeek/zeek_dns_torproxy.yml +0 -72
  778. package/bundled-rules/sigma-rules/community/network/zeek/zeek_http_executable_download_from_webdav.yml +0 -27
  779. package/bundled-rules/sigma-rules/community/network/zeek/zeek_http_susp_file_ext_from_susp_tld.yml +0 -85
  780. package/bundled-rules/sigma-rules/community/network/zeek/zeek_http_webdav_put_request.yml +0 -30
  781. package/bundled-rules/sigma-rules/community/network/zeek/zeek_rdp_public_listener.yml +0 -33
  782. package/bundled-rules/sigma-rules/community/network/zeek/zeek_smb_converted_win_atsvc_task.yml +0 -32
  783. package/bundled-rules/sigma-rules/community/network/zeek/zeek_smb_converted_win_impacket_secretdump.yml +0 -28
  784. package/bundled-rules/sigma-rules/community/network/zeek/zeek_smb_converted_win_lm_namedpipe.yml +0 -42
  785. package/bundled-rules/sigma-rules/community/network/zeek/zeek_smb_converted_win_susp_psexec.yml +0 -33
  786. package/bundled-rules/sigma-rules/community/network/zeek/zeek_smb_converted_win_susp_raccess_sensitive_fext.yml +0 -37
  787. package/bundled-rules/sigma-rules/community/network/zeek/zeek_smb_converted_win_transferring_files_with_credential_data.yml +0 -35
  788. package/bundled-rules/sigma-rules/community/network/zeek/zeek_susp_kerberos_rc4.yml +0 -25
  789. package/bundled-rules/sigma-rules/community/web/product/apache/web_apache_segfault.yml +0 -22
  790. package/bundled-rules/sigma-rules/community/web/product/apache/web_apache_threading_error.yml +0 -24
  791. package/bundled-rules/sigma-rules/community/web/product/nginx/web_nginx_core_dump.yml +0 -22
  792. package/bundled-rules/sigma-rules/community/web/proxy_generic/proxy_download_susp_dyndns.yml +0 -112
  793. package/bundled-rules/sigma-rules/community/web/proxy_generic/proxy_download_susp_tlds_blacklist.yml +0 -115
  794. package/bundled-rules/sigma-rules/community/web/proxy_generic/proxy_download_susp_tlds_whitelist.yml +0 -66
  795. package/bundled-rules/sigma-rules/community/web/proxy_generic/proxy_downloadcradle_webdav.yml +0 -24
  796. package/bundled-rules/sigma-rules/community/web/proxy_generic/proxy_f5_tm_utility_bash_api_request.yml +0 -26
  797. package/bundled-rules/sigma-rules/community/web/proxy_generic/proxy_hello_world_user_agent.yml +0 -24
  798. package/bundled-rules/sigma-rules/community/web/proxy_generic/proxy_hktl_baby_shark_default_agent_url.yml +0 -21
  799. package/bundled-rules/sigma-rules/community/web/proxy_generic/proxy_hktl_cobalt_strike_malleable_c2_requests.yml +0 -60
  800. package/bundled-rules/sigma-rules/community/web/proxy_generic/proxy_hktl_empire_ua_uri_patterns.yml +0 -27
  801. package/bundled-rules/sigma-rules/community/web/proxy_generic/proxy_pua_advanced_ip_scanner_update_check.yml +0 -32
  802. package/bundled-rules/sigma-rules/community/web/proxy_generic/proxy_pwndrop.yml +0 -23
  803. package/bundled-rules/sigma-rules/community/web/proxy_generic/proxy_raw_paste_service_access.yml +0 -31
  804. package/bundled-rules/sigma-rules/community/web/proxy_generic/proxy_susp_flash_download_loc.yml +0 -28
  805. package/bundled-rules/sigma-rules/community/web/proxy_generic/proxy_susp_ipfs_cred_harvest.yml +0 -23
  806. package/bundled-rules/sigma-rules/community/web/proxy_generic/proxy_telegram_api.yml +0 -30
  807. package/bundled-rules/sigma-rules/community/web/proxy_generic/proxy_ua_apt.yml +0 -65
  808. package/bundled-rules/sigma-rules/community/web/proxy_generic/proxy_ua_base64_encoded.yml +0 -27
  809. package/bundled-rules/sigma-rules/community/web/proxy_generic/proxy_ua_bitsadmin_susp_ip.yml +0 -35
  810. package/bundled-rules/sigma-rules/community/web/proxy_generic/proxy_ua_bitsadmin_susp_tld.yml +0 -33
  811. package/bundled-rules/sigma-rules/community/web/proxy_generic/proxy_ua_cryptominer.yml +0 -26
  812. package/bundled-rules/sigma-rules/community/web/proxy_generic/proxy_ua_empty.yml +0 -25
  813. package/bundled-rules/sigma-rules/community/web/proxy_generic/proxy_ua_frameworks.yml +0 -57
  814. package/bundled-rules/sigma-rules/community/web/proxy_generic/proxy_ua_hacktool.yml +0 -73
  815. package/bundled-rules/sigma-rules/community/web/proxy_generic/proxy_ua_malware.yml +0 -142
  816. package/bundled-rules/sigma-rules/community/web/proxy_generic/proxy_ua_powershell.yml +0 -23
  817. package/bundled-rules/sigma-rules/community/web/proxy_generic/proxy_ua_rclone.yml +0 -21
  818. package/bundled-rules/sigma-rules/community/web/proxy_generic/proxy_ua_susp.yml +0 -50
  819. package/bundled-rules/sigma-rules/community/web/proxy_generic/proxy_ua_susp_base64.yml +0 -25
  820. package/bundled-rules/sigma-rules/community/web/proxy_generic/proxy_webdav_external_execution.yml +0 -55
  821. package/bundled-rules/sigma-rules/community/web/webserver_generic/web_f5_tm_utility_bash_api_request.yml +0 -27
  822. package/bundled-rules/sigma-rules/community/web/webserver_generic/web_iis_tilt_shortname_scan.yml +0 -31
  823. package/bundled-rules/sigma-rules/community/web/webserver_generic/web_java_payload_in_access_logs.yml +0 -36
  824. package/bundled-rules/sigma-rules/community/web/webserver_generic/web_jndi_exploit.yml +0 -41
  825. package/bundled-rules/sigma-rules/community/web/webserver_generic/web_path_traversal_exploitation_attempt.yml +0 -29
  826. package/bundled-rules/sigma-rules/community/web/webserver_generic/web_source_code_enumeration.yml +0 -22
  827. package/bundled-rules/sigma-rules/community/web/webserver_generic/web_sql_injection_in_access_logs.yml +0 -60
  828. package/bundled-rules/sigma-rules/community/web/webserver_generic/web_ssti_in_access_logs.yml +0 -35
  829. package/bundled-rules/sigma-rules/community/web/webserver_generic/web_susp_useragents.yml +0 -28
  830. package/bundled-rules/sigma-rules/community/web/webserver_generic/web_susp_windows_path_uri.yml +0 -28
  831. package/bundled-rules/sigma-rules/community/web/webserver_generic/web_webshell_regeorg.yml +0 -31
  832. package/bundled-rules/sigma-rules/community/web/webserver_generic/web_win_webshells_in_access_logs.yml +0 -62
  833. package/bundled-rules/sigma-rules/community/web/webserver_generic/web_xss_in_access_logs.yml +0 -43
  834. package/bundled-rules/sigma-rules/community/windows/builtin/application/Other/win_av_relevant_match.yml +0 -111
  835. package/bundled-rules/sigma-rules/community/windows/builtin/application/application_error/win_application_error_lsass_crash.yml +0 -29
  836. package/bundled-rules/sigma-rules/community/windows/builtin/application/application_error/win_application_error_msmpeng_crash.yml +0 -32
  837. package/bundled-rules/sigma-rules/community/windows/builtin/application/esent/win_esent_ntdsutil_abuse.yml +0 -29
  838. package/bundled-rules/sigma-rules/community/windows/builtin/application/esent/win_esent_ntdsutil_abuse_susp_location.yml +0 -35
  839. package/bundled-rules/sigma-rules/community/windows/builtin/application/microsoft-windows_audit_cve/win_audit_cve.yml +0 -42
  840. package/bundled-rules/sigma-rules/community/windows/builtin/application/microsoft_windows_backup/win_susp_backup_delete.yml +0 -24
  841. package/bundled-rules/sigma-rules/community/windows/builtin/application/microsoft_windows_software_restriction_policies/win_software_restriction_policies_block.yml +0 -30
  842. package/bundled-rules/sigma-rules/community/windows/builtin/application/msiinstaller/win_builtin_remove_application.yml +0 -27
  843. package/bundled-rules/sigma-rules/community/windows/builtin/application/msiinstaller/win_msi_install_from_susp_locations.yml +0 -38
  844. package/bundled-rules/sigma-rules/community/windows/builtin/application/msiinstaller/win_msi_install_from_web.yml +0 -27
  845. package/bundled-rules/sigma-rules/community/windows/builtin/application/msiinstaller/win_software_atera_rmm_agent_install.yml +0 -24
  846. package/bundled-rules/sigma-rules/community/windows/builtin/application/mssqlserver/win_mssql_add_sysadmin_account.yml +0 -27
  847. package/bundled-rules/sigma-rules/community/windows/builtin/application/mssqlserver/win_mssql_destructive_query.yml +0 -31
  848. package/bundled-rules/sigma-rules/community/windows/builtin/application/mssqlserver/win_mssql_disable_audit_settings.yml +0 -29
  849. package/bundled-rules/sigma-rules/community/windows/builtin/application/mssqlserver/win_mssql_failed_logon.yml +0 -28
  850. package/bundled-rules/sigma-rules/community/windows/builtin/application/mssqlserver/win_mssql_failed_logon_from_external_network.yml +0 -51
  851. package/bundled-rules/sigma-rules/community/windows/builtin/application/mssqlserver/win_mssql_sp_procoption_set.yml +0 -28
  852. package/bundled-rules/sigma-rules/community/windows/builtin/application/mssqlserver/win_mssql_xp_cmdshell_audit_log.yml +0 -29
  853. package/bundled-rules/sigma-rules/community/windows/builtin/application/mssqlserver/win_mssql_xp_cmdshell_change.yml +0 -27
  854. package/bundled-rules/sigma-rules/community/windows/builtin/application/screenconnect/win_app_remote_access_tools_screenconnect_command_exec.yml +0 -27
  855. package/bundled-rules/sigma-rules/community/windows/builtin/application/screenconnect/win_app_remote_access_tools_screenconnect_file_transfer.yml +0 -27
  856. package/bundled-rules/sigma-rules/community/windows/builtin/application/windows_error_reporting/win_application_msmpeng_crash_wer.yml +0 -29
  857. package/bundled-rules/sigma-rules/community/windows/builtin/applocker/win_applocker_application_was_prevented_from_running.yml +0 -34
  858. package/bundled-rules/sigma-rules/community/windows/builtin/appmodel_runtime/win_appmodel_runtime_sysinternals_tools_appx_execution.yml +0 -30
  859. package/bundled-rules/sigma-rules/community/windows/builtin/appxdeployment_server/win_appxdeployment_server_applocker_block.yml +0 -21
  860. package/bundled-rules/sigma-rules/community/windows/builtin/appxdeployment_server/win_appxdeployment_server_appx_downloaded_from_file_sharing_domains.yml +0 -56
  861. package/bundled-rules/sigma-rules/community/windows/builtin/appxdeployment_server/win_appxdeployment_server_appx_package_deployment_failed_signing_requirements.yml +0 -26
  862. package/bundled-rules/sigma-rules/community/windows/builtin/appxdeployment_server/win_appxdeployment_server_appx_package_in_staging_directory.yml +0 -39
  863. package/bundled-rules/sigma-rules/community/windows/builtin/appxdeployment_server/win_appxdeployment_server_mal_appx_names.yml +0 -28
  864. package/bundled-rules/sigma-rules/community/windows/builtin/appxdeployment_server/win_appxdeployment_server_policy_block.yml +0 -31
  865. package/bundled-rules/sigma-rules/community/windows/builtin/appxdeployment_server/win_appxdeployment_server_uncommon_package_locations.yml +0 -52
  866. package/bundled-rules/sigma-rules/community/windows/builtin/appxdeployment_server/win_appxpackaging_server_full_trust_package_installation.yml +0 -41
  867. package/bundled-rules/sigma-rules/community/windows/builtin/appxdeployment_server/win_appxpackaging_server_unsigned_package_installation.yml +0 -30
  868. package/bundled-rules/sigma-rules/community/windows/builtin/appxpackaging_om/win_appxpackaging_om_sups_appx_signature.yml +0 -24
  869. package/bundled-rules/sigma-rules/community/windows/builtin/bits_client/win_bits_client_new_job_via_bitsadmin.yml +0 -24
  870. package/bundled-rules/sigma-rules/community/windows/builtin/bits_client/win_bits_client_new_job_via_powershell.yml +0 -26
  871. package/bundled-rules/sigma-rules/community/windows/builtin/bits_client/win_bits_client_new_transfer_saving_susp_extensions.yml +0 -38
  872. package/bundled-rules/sigma-rules/community/windows/builtin/bits_client/win_bits_client_new_transfer_via_file_sharing_domains.yml +0 -59
  873. package/bundled-rules/sigma-rules/community/windows/builtin/bits_client/win_bits_client_new_transfer_via_ip_address.yml +0 -75
  874. package/bundled-rules/sigma-rules/community/windows/builtin/bits_client/win_bits_client_new_transfer_via_uncommon_tld.yml +0 -32
  875. package/bundled-rules/sigma-rules/community/windows/builtin/bits_client/win_bits_client_new_trasnfer_susp_local_folder.yml +0 -28
  876. package/bundled-rules/sigma-rules/community/windows/builtin/capi2/win_capi2_acquire_certificate_private_key.yml +0 -22
  877. package/bundled-rules/sigma-rules/community/windows/builtin/certificate_services_client_lifecycle_system/win_certificateservicesclient_lifecycle_system_cert_exported.yml +0 -21
  878. package/bundled-rules/sigma-rules/community/windows/builtin/code_integrity/win_codeintegrity_attempted_dll_load.yml +0 -121
  879. package/bundled-rules/sigma-rules/community/windows/builtin/code_integrity/win_codeintegrity_blocked_protected_process_file.yml +0 -22
  880. package/bundled-rules/sigma-rules/community/windows/builtin/code_integrity/win_codeintegrity_enforced_policy_block.yml +0 -25
  881. package/bundled-rules/sigma-rules/community/windows/builtin/code_integrity/win_codeintegrity_revoked_driver_blocked.yml +0 -24
  882. package/bundled-rules/sigma-rules/community/windows/builtin/code_integrity/win_codeintegrity_revoked_driver_loaded.yml +0 -24
  883. package/bundled-rules/sigma-rules/community/windows/builtin/code_integrity/win_codeintegrity_revoked_image_blocked.yml +0 -22
  884. package/bundled-rules/sigma-rules/community/windows/builtin/code_integrity/win_codeintegrity_revoked_image_loaded.yml +0 -24
  885. package/bundled-rules/sigma-rules/community/windows/builtin/code_integrity/win_codeintegrity_unsigned_driver_loaded.yml +0 -22
  886. package/bundled-rules/sigma-rules/community/windows/builtin/code_integrity/win_codeintegrity_unsigned_image_loaded.yml +0 -22
  887. package/bundled-rules/sigma-rules/community/windows/builtin/code_integrity/win_codeintegrity_whql_failure.yml +0 -29
  888. package/bundled-rules/sigma-rules/community/windows/builtin/diagnosis/scripted/win_diagnosis_scripted_load_remote_diagcab.yml +0 -22
  889. package/bundled-rules/sigma-rules/community/windows/builtin/dns_client/win_dns_client_anonymfiles_com.yml +0 -26
  890. package/bundled-rules/sigma-rules/community/windows/builtin/dns_client/win_dns_client_mal_cobaltstrike.yml +0 -32
  891. package/bundled-rules/sigma-rules/community/windows/builtin/dns_client/win_dns_client_mega_nz.yml +0 -26
  892. package/bundled-rules/sigma-rules/community/windows/builtin/dns_client/win_dns_client_put_io.yml +0 -24
  893. package/bundled-rules/sigma-rules/community/windows/builtin/dns_client/win_dns_client_tor_onion.yml +0 -75
  894. package/bundled-rules/sigma-rules/community/windows/builtin/dns_client/win_dns_client_ufile_io.yml +0 -27
  895. package/bundled-rules/sigma-rules/community/windows/builtin/dns_server/win_dns_server_failed_dns_zone_transfer.yml +0 -21
  896. package/bundled-rules/sigma-rules/community/windows/builtin/dns_server/win_dns_server_susp_server_level_plugin_dll.yml +0 -34
  897. package/bundled-rules/sigma-rules/community/windows/builtin/driverframeworks/win_usb_device_plugged.yml +0 -27
  898. package/bundled-rules/sigma-rules/community/windows/builtin/firewall_as/win_firewall_as_add_rule.yml +0 -65
  899. package/bundled-rules/sigma-rules/community/windows/builtin/firewall_as/win_firewall_as_add_rule_susp_folder.yml +0 -39
  900. package/bundled-rules/sigma-rules/community/windows/builtin/firewall_as/win_firewall_as_add_rule_wmiprvse.yml +0 -30
  901. package/bundled-rules/sigma-rules/community/windows/builtin/firewall_as/win_firewall_as_delete_all_rules.yml +0 -28
  902. package/bundled-rules/sigma-rules/community/windows/builtin/firewall_as/win_firewall_as_delete_rule.yml +0 -36
  903. package/bundled-rules/sigma-rules/community/windows/builtin/firewall_as/win_firewall_as_failed_load_gpo.yml +0 -20
  904. package/bundled-rules/sigma-rules/community/windows/builtin/firewall_as/win_firewall_as_reset_config.yml +0 -22
  905. package/bundled-rules/sigma-rules/community/windows/builtin/firewall_as/win_firewall_as_setting_change.yml +0 -26
  906. package/bundled-rules/sigma-rules/community/windows/builtin/iis-configuration/win_iis_logging_etw_disabled.yml +0 -29
  907. package/bundled-rules/sigma-rules/community/windows/builtin/iis-configuration/win_iis_logging_http_disabled.yml +0 -27
  908. package/bundled-rules/sigma-rules/community/windows/builtin/iis-configuration/win_iis_module_added.yml +0 -44
  909. package/bundled-rules/sigma-rules/community/windows/builtin/iis-configuration/win_iis_module_removed.yml +0 -28
  910. package/bundled-rules/sigma-rules/community/windows/builtin/ldap/win_ldap_recon.yml +0 -91
  911. package/bundled-rules/sigma-rules/community/windows/builtin/lsa_server/win_lsa_server_normal_user_admin.yml +0 -37
  912. package/bundled-rules/sigma-rules/community/windows/builtin/msexchange/win_exchange_proxylogon_oabvirtualdir.yml +0 -29
  913. package/bundled-rules/sigma-rules/community/windows/builtin/msexchange/win_exchange_proxyshell_certificate_generation.yml +0 -31
  914. package/bundled-rules/sigma-rules/community/windows/builtin/msexchange/win_exchange_proxyshell_mailbox_export.yml +0 -32
  915. package/bundled-rules/sigma-rules/community/windows/builtin/msexchange/win_exchange_proxyshell_remove_mailbox_export.yml +0 -25
  916. package/bundled-rules/sigma-rules/community/windows/builtin/msexchange/win_exchange_set_oabvirtualdirectory_externalurl.yml +0 -26
  917. package/bundled-rules/sigma-rules/community/windows/builtin/msexchange/win_exchange_transportagent.yml +0 -25
  918. package/bundled-rules/sigma-rules/community/windows/builtin/msexchange/win_exchange_transportagent_failed.yml +0 -24
  919. package/bundled-rules/sigma-rules/community/windows/builtin/ntlm/win_susp_ntlm_auth.yml +0 -24
  920. package/bundled-rules/sigma-rules/community/windows/builtin/ntlm/win_susp_ntlm_brute_force.yml +0 -32
  921. package/bundled-rules/sigma-rules/community/windows/builtin/ntlm/win_susp_ntlm_rdp.yml +0 -26
  922. package/bundled-rules/sigma-rules/community/windows/builtin/openssh/win_sshd_openssh_server_listening_on_socket.yml +0 -27
  923. package/bundled-rules/sigma-rules/community/windows/builtin/security/account_management/win_security_access_token_abuse.yml +0 -29
  924. package/bundled-rules/sigma-rules/community/windows/builtin/security/account_management/win_security_admin_rdp_login.yml +0 -33
  925. package/bundled-rules/sigma-rules/community/windows/builtin/security/account_management/win_security_diagtrack_eop_default_login_username.yml +0 -22
  926. package/bundled-rules/sigma-rules/community/windows/builtin/security/account_management/win_security_member_added_security_enabled_global_group.yml +0 -31
  927. package/bundled-rules/sigma-rules/community/windows/builtin/security/account_management/win_security_member_removed_security_enabled_global_group.yml +0 -31
  928. package/bundled-rules/sigma-rules/community/windows/builtin/security/account_management/win_security_overpass_the_hash.yml +0 -27
  929. package/bundled-rules/sigma-rules/community/windows/builtin/security/account_management/win_security_pass_the_hash_2.yml +0 -36
  930. package/bundled-rules/sigma-rules/community/windows/builtin/security/account_management/win_security_rdp_localhost_login.yml +0 -27
  931. package/bundled-rules/sigma-rules/community/windows/builtin/security/account_management/win_security_security_enabled_global_group_deleted.yml +0 -31
  932. package/bundled-rules/sigma-rules/community/windows/builtin/security/account_management/win_security_successful_external_remote_rdp_login.yml +0 -45
  933. package/bundled-rules/sigma-rules/community/windows/builtin/security/account_management/win_security_successful_external_remote_smb_login.yml +0 -45
  934. package/bundled-rules/sigma-rules/community/windows/builtin/security/account_management/win_security_susp_failed_logon_source.yml +0 -40
  935. package/bundled-rules/sigma-rules/community/windows/builtin/security/account_management/win_security_susp_logon_newcredentials.yml +0 -23
  936. package/bundled-rules/sigma-rules/community/windows/builtin/security/account_management/win_security_susp_privesc_kerberos_relay_over_ldap.yml +0 -34
  937. package/bundled-rules/sigma-rules/community/windows/builtin/security/account_management/win_security_susp_rottenpotato.yml +0 -30
  938. package/bundled-rules/sigma-rules/community/windows/builtin/security/account_management/win_security_susp_wmi_login.yml +0 -24
  939. package/bundled-rules/sigma-rules/community/windows/builtin/security/object_access/win_security_wfp_endpoint_agent_blocked.yml +0 -96
  940. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_aadhealth_mon_agent_regkey_access.yml +0 -36
  941. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_aadhealth_svc_agent_regkey_access.yml +0 -38
  942. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_account_backdoor_dcsync_rights.yml +0 -35
  943. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_account_discovery.yml +0 -40
  944. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_ad_object_writedac_access.yml +0 -29
  945. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_ad_replication_non_machine_account.yml +0 -32
  946. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_ad_user_enumeration.yml +0 -43
  947. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_adcs_certificate_template_configuration_vulnerability.yml +0 -29
  948. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_adcs_certificate_template_configuration_vulnerability_eku.yml +0 -43
  949. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_add_remove_computer.yml +0 -25
  950. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_admin_share_access.yml +0 -26
  951. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_alert_active_directory_user_control.yml +0 -26
  952. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_alert_ad_user_backdoors.yml +0 -42
  953. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_alert_enable_weak_encryption.yml +0 -89
  954. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_alert_ruler.yml +0 -39
  955. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_atsvc_task.yml +0 -31
  956. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_audit_log_cleared.yml +0 -35
  957. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_camera_microphone_access.yml +0 -29
  958. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_cobaltstrike_service_installs.yml +0 -46
  959. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_codeintegrity_check_failure.yml +0 -34
  960. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_dce_rpc_smb_spoolss_named_pipe.yml +0 -26
  961. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_dcom_iertutil_dll_hijack.yml +0 -26
  962. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_dcsync.yml +0 -42
  963. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_default_domain_gpo_modification.yml +0 -38
  964. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_device_installation_blocked.yml +0 -22
  965. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_disable_event_auditing.yml +0 -51
  966. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_disable_event_auditing_critical.yml +0 -50
  967. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_dot_net_etw_tamper.yml +0 -46
  968. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_dpapi_domain_backupkey_extraction.yml +0 -25
  969. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_dpapi_domain_masterkey_backup_attempt.yml +0 -22
  970. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_external_device.yml +0 -27
  971. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_gpo_scheduledtasks.yml +0 -41
  972. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_hidden_user_creation.yml +0 -25
  973. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_hktl_edr_silencer.yml +0 -27
  974. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_hktl_nofilter.yml +0 -32
  975. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_hybridconnectionmgr_svc_installation.yml +0 -25
  976. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_impacket_psexec.yml +0 -28
  977. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_impacket_secretdump.yml +0 -29
  978. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_invoke_obfuscation_clip_services_security.yml +0 -33
  979. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_invoke_obfuscation_obfuscated_iex_services_security.yml +0 -34
  980. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_invoke_obfuscation_stdin_services_security.yml +0 -39
  981. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_invoke_obfuscation_var_services_security.yml +0 -38
  982. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_invoke_obfuscation_via_compress_services_security.yml +0 -35
  983. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_invoke_obfuscation_via_rundll_services_security.yml +0 -33
  984. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_invoke_obfuscation_via_stdin_services_security.yml +0 -35
  985. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_invoke_obfuscation_via_use_clip_services_security.yml +0 -29
  986. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_invoke_obfuscation_via_use_mshta_services_security.yml +0 -33
  987. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_invoke_obfuscation_via_use_rundll32_services_security.yml +0 -38
  988. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_invoke_obfuscation_via_var_services_security.yml +0 -43
  989. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_iso_mount.yml +0 -34
  990. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_kerberoasting_activity.yml +0 -34
  991. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_kerberos_asrep_roasting.yml +0 -26
  992. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_kerberos_coercion_via_dns_object.yml +0 -55
  993. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_lm_namedpipe.yml +0 -46
  994. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_lsass_access_non_system_account.yml +0 -57
  995. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_mal_creddumper.yml +0 -41
  996. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_mal_wceaux_dll.yml +0 -27
  997. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_metasploit_authentication.yml +0 -30
  998. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_metasploit_or_impacket_smb_psexec_service_install.yml +0 -35
  999. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_meterpreter_or_cobaltstrike_getsystem_service_install.yml +0 -48
  1000. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_net_ntlm_downgrade.yml +0 -37
  1001. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_net_share_obj_susp_desktop_ini.yml +0 -31
  1002. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_new_or_renamed_user_account_with_dollar_sign.yml +0 -30
  1003. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_not_allowed_rdp_access.yml +0 -24
  1004. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_password_policy_enumerated.yml +0 -23
  1005. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_pcap_drivers.yml +0 -34
  1006. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_petitpotam_network_share.yml +0 -28
  1007. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_petitpotam_susp_tgt_request.yml +0 -36
  1008. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_possible_dc_shadow.yml +0 -34
  1009. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_powershell_script_installed_as_service.yml +0 -29
  1010. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_protected_storage_service_access.yml +0 -24
  1011. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_rdp_reverse_tunnel.yml +0 -44
  1012. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_register_new_logon_process_by_rubeus.yml +0 -25
  1013. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_registry_permissions_weakness_check.yml +0 -32
  1014. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_remote_powershell_session.yml +0 -26
  1015. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_replay_attack_detected.yml +0 -22
  1016. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_sam_registry_hive_handle_request.yml +0 -26
  1017. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_scm_database_handle_failure.yml +0 -29
  1018. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_scm_database_privileged_operation.yml +0 -29
  1019. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_sdelete_potential_secure_deletion.yml +0 -36
  1020. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_service_install_remote_access_software.yml +0 -53
  1021. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_service_installation_by_unusal_client.yml +0 -32
  1022. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_signal_sensitive_config_access.yml +0 -36
  1023. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_smb_file_creation_admin_shares.yml +0 -29
  1024. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_susp_add_domain_trust.yml +0 -23
  1025. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_susp_add_sid_history.yml +0 -33
  1026. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_susp_computer_name.yml +0 -33
  1027. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_susp_dsrm_password_change.yml +0 -30
  1028. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_susp_failed_logon_reasons.yml +0 -45
  1029. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_susp_group_policy_abuse_privilege_addition.yml +0 -28
  1030. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_susp_group_policy_startup_script_added_to_gpo.yml +0 -43
  1031. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_susp_kerberos_manipulation.yml +0 -57
  1032. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_susp_ldap_dataexchange.yml +0 -30
  1033. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_susp_local_anon_logon_created.yml +0 -26
  1034. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_susp_logon_explicit_credentials.yml +0 -40
  1035. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_susp_lsass_dump.yml +0 -25
  1036. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_susp_lsass_dump_generic.yml +0 -114
  1037. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_susp_net_recon_activity.yml +0 -33
  1038. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_susp_opened_encrypted_zip.yml +0 -24
  1039. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_susp_opened_encrypted_zip_filename.yml +0 -35
  1040. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_susp_opened_encrypted_zip_outlook.yml +0 -26
  1041. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_susp_outbound_kerberos_connection.yml +0 -49
  1042. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_susp_possible_shadow_credentials_added.yml +0 -36
  1043. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_susp_psexec.yml +0 -30
  1044. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_susp_raccess_sensitive_fext.yml +0 -39
  1045. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_susp_rc4_kerberos.yml +0 -28
  1046. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_susp_scheduled_task_creation.yml +0 -61
  1047. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_susp_scheduled_task_delete_or_disable.yml +0 -48
  1048. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_susp_scheduled_task_update.yml +0 -63
  1049. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_susp_time_modification.yml +0 -34
  1050. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_svcctl_remote_service.yml +0 -27
  1051. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_syskey_registry_access.yml +0 -30
  1052. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_sysmon_channel_reference_deletion.yml +0 -37
  1053. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_tap_driver_installation.yml +0 -28
  1054. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_teams_suspicious_objectaccess.yml +0 -27
  1055. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_transf_files_with_cred_data_via_network_shares.yml +0 -39
  1056. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_user_added_to_local_administrators.yml +0 -32
  1057. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_user_couldnt_call_priv_service_lsaregisterlogonprocess.yml +0 -26
  1058. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_user_creation.yml +0 -24
  1059. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_user_driver_loaded.yml +0 -57
  1060. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_user_logoff.yml +0 -25
  1061. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_vssaudit_secevent_source_registration.yml +0 -25
  1062. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_windows_defender_exclusions_registry_modified.yml +0 -30
  1063. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_windows_defender_exclusions_write_access.yml +0 -35
  1064. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_wmi_persistence.yml +0 -29
  1065. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_wmiprvse_wbemcomn_dll_hijack.yml +0 -27
  1066. package/bundled-rules/sigma-rules/community/windows/builtin/security/win_security_workstation_was_locked.yml +0 -47
  1067. package/bundled-rules/sigma-rules/community/windows/builtin/security_mitigations/win_security_mitigations_defender_load_unsigned_dll.yml +0 -29
  1068. package/bundled-rules/sigma-rules/community/windows/builtin/security_mitigations/win_security_mitigations_unsigned_dll_from_susp_location.yml +0 -33
  1069. package/bundled-rules/sigma-rules/community/windows/builtin/servicebus/win_hybridconnectionmgr_svc_running.yml +0 -30
  1070. package/bundled-rules/sigma-rules/community/windows/builtin/shell_core/win_shell_core_susp_packages_installed.yml +0 -34
  1071. package/bundled-rules/sigma-rules/community/windows/builtin/smbclient/security/win_smbclient_security_susp_failed_guest_logon.yml +0 -26
  1072. package/bundled-rules/sigma-rules/community/windows/builtin/smbserver/connectivity/win_smbserver_connectivity_unsigned_and_unencrypted_share_connection.yml +0 -55
  1073. package/bundled-rules/sigma-rules/community/windows/builtin/system/application_popup/win_system_application_sysmon_crash.yml +0 -26
  1074. package/bundled-rules/sigma-rules/community/windows/builtin/system/lsasrv/win_system_lsasrv_ntlmv1.yml +0 -26
  1075. package/bundled-rules/sigma-rules/community/windows/builtin/system/microsoft_windows_Iphlpsvc/win_system_isatap_router_address_set.yml +0 -43
  1076. package/bundled-rules/sigma-rules/community/windows/builtin/system/microsoft_windows_certification_authority/win_system_adcs_enrollment_request_denied.yml +0 -26
  1077. package/bundled-rules/sigma-rules/community/windows/builtin/system/microsoft_windows_dhcp_server/win_system_susp_dhcp_config.yml +0 -27
  1078. package/bundled-rules/sigma-rules/community/windows/builtin/system/microsoft_windows_dhcp_server/win_system_susp_dhcp_config_failed.yml +0 -30
  1079. package/bundled-rules/sigma-rules/community/windows/builtin/system/microsoft_windows_distributed_com/win_system_lpe_indicators_tabtip.yml +0 -28
  1080. package/bundled-rules/sigma-rules/community/windows/builtin/system/microsoft_windows_eventlog/win_system_eventlog_cleared.yml +0 -42
  1081. package/bundled-rules/sigma-rules/community/windows/builtin/system/microsoft_windows_eventlog/win_system_susp_eventlog_cleared.yml +0 -36
  1082. package/bundled-rules/sigma-rules/community/windows/builtin/system/microsoft_windows_kerberos_key_distribution_center/win_system_kdcsvc_cert_use_no_strong_mapping.yml +0 -30
  1083. package/bundled-rules/sigma-rules/community/windows/builtin/system/microsoft_windows_kerberos_key_distribution_center/win_system_kdcsvc_tgs_no_suitable_encryption_key_found.yml +0 -30
  1084. package/bundled-rules/sigma-rules/community/windows/builtin/system/microsoft_windows_kernel_general/win_system_susp_critical_hive_location_access_bits_cleared.yml +0 -32
  1085. package/bundled-rules/sigma-rules/community/windows/builtin/system/microsoft_windows_ntfs/win_system_volume_shadow_copy_mount.yml +0 -24
  1086. package/bundled-rules/sigma-rules/community/windows/builtin/system/microsoft_windows_wer_systemerrorreporting/win_system_crash_dump_created.yml +0 -26
  1087. package/bundled-rules/sigma-rules/community/windows/builtin/system/microsoft_windows_windows_update_client/win_system_susp_system_update_error.yml +0 -30
  1088. package/bundled-rules/sigma-rules/community/windows/builtin/system/netlogon/win_system_possible_zerologon_exploitation_using_wellknown_tools.yml +0 -26
  1089. package/bundled-rules/sigma-rules/community/windows/builtin/system/netlogon/win_system_vul_cve_2020_1472.yml +0 -24
  1090. package/bundled-rules/sigma-rules/community/windows/builtin/system/ntfs/win_system_ntfs_vuln_exploit.yml +0 -29
  1091. package/bundled-rules/sigma-rules/community/windows/builtin/system/service_control_manager/win_system_cobaltstrike_service_installs.yml +0 -43
  1092. package/bundled-rules/sigma-rules/community/windows/builtin/system/service_control_manager/win_system_defender_disabled.yml +0 -35
  1093. package/bundled-rules/sigma-rules/community/windows/builtin/system/service_control_manager/win_system_hack_smbexec.yml +0 -33
  1094. package/bundled-rules/sigma-rules/community/windows/builtin/system/service_control_manager/win_system_invoke_obfuscation_clip_services.yml +0 -29
  1095. package/bundled-rules/sigma-rules/community/windows/builtin/system/service_control_manager/win_system_invoke_obfuscation_obfuscated_iex_services.yml +0 -30
  1096. package/bundled-rules/sigma-rules/community/windows/builtin/system/service_control_manager/win_system_invoke_obfuscation_stdin_services.yml +0 -39
  1097. package/bundled-rules/sigma-rules/community/windows/builtin/system/service_control_manager/win_system_invoke_obfuscation_var_services.yml +0 -35
  1098. package/bundled-rules/sigma-rules/community/windows/builtin/system/service_control_manager/win_system_invoke_obfuscation_via_compress_services.yml +0 -32
  1099. package/bundled-rules/sigma-rules/community/windows/builtin/system/service_control_manager/win_system_invoke_obfuscation_via_rundll_services.yml +0 -30
  1100. package/bundled-rules/sigma-rules/community/windows/builtin/system/service_control_manager/win_system_invoke_obfuscation_via_stdin_services.yml +0 -33
  1101. package/bundled-rules/sigma-rules/community/windows/builtin/system/service_control_manager/win_system_invoke_obfuscation_via_use_clip_services.yml +0 -26
  1102. package/bundled-rules/sigma-rules/community/windows/builtin/system/service_control_manager/win_system_invoke_obfuscation_via_use_mshta_services.yml +0 -28
  1103. package/bundled-rules/sigma-rules/community/windows/builtin/system/service_control_manager/win_system_invoke_obfuscation_via_use_rundll32_services.yml +0 -35
  1104. package/bundled-rules/sigma-rules/community/windows/builtin/system/service_control_manager/win_system_invoke_obfuscation_via_var_services.yml +0 -40
  1105. package/bundled-rules/sigma-rules/community/windows/builtin/system/service_control_manager/win_system_krbrelayup_service_installation.yml +0 -24
  1106. package/bundled-rules/sigma-rules/community/windows/builtin/system/service_control_manager/win_system_mal_creddumper.yml +0 -38
  1107. package/bundled-rules/sigma-rules/community/windows/builtin/system/service_control_manager/win_system_meterpreter_or_cobaltstrike_getsystem_service_installation.yml +0 -45
  1108. package/bundled-rules/sigma-rules/community/windows/builtin/system/service_control_manager/win_system_moriya_rootkit.yml +0 -25
  1109. package/bundled-rules/sigma-rules/community/windows/builtin/system/service_control_manager/win_system_powershell_script_installed_as_service.yml +0 -26
  1110. package/bundled-rules/sigma-rules/community/windows/builtin/system/service_control_manager/win_system_service_install_anydesk.yml +0 -28
  1111. package/bundled-rules/sigma-rules/community/windows/builtin/system/service_control_manager/win_system_service_install_csexecsvc.yml +0 -26
  1112. package/bundled-rules/sigma-rules/community/windows/builtin/system/service_control_manager/win_system_service_install_hacktools.yml +0 -38
  1113. package/bundled-rules/sigma-rules/community/windows/builtin/system/service_control_manager/win_system_service_install_mesh_agent.yml +0 -25
  1114. package/bundled-rules/sigma-rules/community/windows/builtin/system/service_control_manager/win_system_service_install_netsupport_manager.yml +0 -32
  1115. package/bundled-rules/sigma-rules/community/windows/builtin/system/service_control_manager/win_system_service_install_paexec.yml +0 -25
  1116. package/bundled-rules/sigma-rules/community/windows/builtin/system/service_control_manager/win_system_service_install_pdqdeploy.yml +0 -30
  1117. package/bundled-rules/sigma-rules/community/windows/builtin/system/service_control_manager/win_system_service_install_pdqdeploy_runner.yml +0 -28
  1118. package/bundled-rules/sigma-rules/community/windows/builtin/system/service_control_manager/win_system_service_install_pua_proceshacker.yml +0 -28
  1119. package/bundled-rules/sigma-rules/community/windows/builtin/system/service_control_manager/win_system_service_install_remcom.yml +0 -25
  1120. package/bundled-rules/sigma-rules/community/windows/builtin/system/service_control_manager/win_system_service_install_remote_access_software.yml +0 -54
  1121. package/bundled-rules/sigma-rules/community/windows/builtin/system/service_control_manager/win_system_service_install_remote_utilities.yml +0 -34
  1122. package/bundled-rules/sigma-rules/community/windows/builtin/system/service_control_manager/win_system_service_install_sliver.yml +0 -32
  1123. package/bundled-rules/sigma-rules/community/windows/builtin/system/service_control_manager/win_system_service_install_sups_unusal_client.yml +0 -28
  1124. package/bundled-rules/sigma-rules/community/windows/builtin/system/service_control_manager/win_system_service_install_susp.yml +0 -40
  1125. package/bundled-rules/sigma-rules/community/windows/builtin/system/service_control_manager/win_system_service_install_sysinternals_psexec.yml +0 -28
  1126. package/bundled-rules/sigma-rules/community/windows/builtin/system/service_control_manager/win_system_service_install_tacticalrmm.yml +0 -25
  1127. package/bundled-rules/sigma-rules/community/windows/builtin/system/service_control_manager/win_system_service_install_tap_driver.yml +0 -24
  1128. package/bundled-rules/sigma-rules/community/windows/builtin/system/service_control_manager/win_system_service_install_uncommon.yml +0 -51
  1129. package/bundled-rules/sigma-rules/community/windows/builtin/system/service_control_manager/win_system_service_terminated_error_generic.yml +0 -24
  1130. package/bundled-rules/sigma-rules/community/windows/builtin/system/service_control_manager/win_system_service_terminated_error_important.yml +0 -43
  1131. package/bundled-rules/sigma-rules/community/windows/builtin/system/service_control_manager/win_system_service_terminated_unexpectedly.yml +0 -28
  1132. package/bundled-rules/sigma-rules/community/windows/builtin/system/service_control_manager/win_system_susp_rtcore64_service_install.yml +0 -22
  1133. package/bundled-rules/sigma-rules/community/windows/builtin/system/service_control_manager/win_system_susp_service_installation_folder.yml +0 -32
  1134. package/bundled-rules/sigma-rules/community/windows/builtin/system/service_control_manager/win_system_susp_service_installation_folder_pattern.yml +0 -28
  1135. package/bundled-rules/sigma-rules/community/windows/builtin/system/service_control_manager/win_system_susp_service_installation_script.yml +0 -39
  1136. package/bundled-rules/sigma-rules/community/windows/builtin/taskscheduler/win_taskscheduler_execution_from_susp_locations.yml +0 -36
  1137. package/bundled-rules/sigma-rules/community/windows/builtin/taskscheduler/win_taskscheduler_lolbin_execution_via_task_scheduler.yml +0 -38
  1138. package/bundled-rules/sigma-rules/community/windows/builtin/taskscheduler/win_taskscheduler_susp_schtasks_delete.yml +0 -41
  1139. package/bundled-rules/sigma-rules/community/windows/builtin/terminalservices/win_terminalservices_rdp_ngrok.yml +0 -23
  1140. package/bundled-rules/sigma-rules/community/windows/builtin/win_alert_mimikatz_keywords.yml +0 -51
  1141. package/bundled-rules/sigma-rules/community/windows/builtin/windefend/win_defender_antimalware_platform_expired.yml +0 -28
  1142. package/bundled-rules/sigma-rules/community/windows/builtin/windefend/win_defender_asr_lsass_access.yml +0 -46
  1143. package/bundled-rules/sigma-rules/community/windows/builtin/windefend/win_defender_asr_psexec_wmi.yml +0 -29
  1144. package/bundled-rules/sigma-rules/community/windows/builtin/windefend/win_defender_config_change_exclusion_added.yml +0 -23
  1145. package/bundled-rules/sigma-rules/community/windows/builtin/windefend/win_defender_config_change_exploit_guard_tamper.yml +0 -36
  1146. package/bundled-rules/sigma-rules/community/windows/builtin/windefend/win_defender_config_change_sample_submission_consent.yml +0 -30
  1147. package/bundled-rules/sigma-rules/community/windows/builtin/windefend/win_defender_history_delete.yml +0 -22
  1148. package/bundled-rules/sigma-rules/community/windows/builtin/windefend/win_defender_malware_and_pua_scan_disabled.yml +0 -27
  1149. package/bundled-rules/sigma-rules/community/windows/builtin/windefend/win_defender_malware_detected_amsi_source.yml +0 -23
  1150. package/bundled-rules/sigma-rules/community/windows/builtin/windefend/win_defender_real_time_protection_disabled.yml +0 -29
  1151. package/bundled-rules/sigma-rules/community/windows/builtin/windefend/win_defender_real_time_protection_errors.yml +0 -31
  1152. package/bundled-rules/sigma-rules/community/windows/builtin/windefend/win_defender_restored_quarantine_file.yml +0 -21
  1153. package/bundled-rules/sigma-rules/community/windows/builtin/windefend/win_defender_suspicious_features_tampering.yml +0 -40
  1154. package/bundled-rules/sigma-rules/community/windows/builtin/windefend/win_defender_tamper_protection_trigger.yml +0 -32
  1155. package/bundled-rules/sigma-rules/community/windows/builtin/windefend/win_defender_threat.yml +0 -25
  1156. package/bundled-rules/sigma-rules/community/windows/builtin/windefend/win_defender_virus_scan_disabled.yml +0 -27
  1157. package/bundled-rules/sigma-rules/community/windows/builtin/wmi/win_wmi_persistence.yml +0 -37
  1158. package/bundled-rules/sigma-rules/community/windows/create_remote_thread/create_remote_thread_win_hktl_cactustorch.yml +0 -35
  1159. package/bundled-rules/sigma-rules/community/windows/create_remote_thread/create_remote_thread_win_hktl_cobaltstrike.yml +0 -27
  1160. package/bundled-rules/sigma-rules/community/windows/create_remote_thread/create_remote_thread_win_keepass.yml +0 -24
  1161. package/bundled-rules/sigma-rules/community/windows/create_remote_thread/create_remote_thread_win_mstsc_susp_location.yml +0 -30
  1162. package/bundled-rules/sigma-rules/community/windows/create_remote_thread/create_remote_thread_win_powershell_lsass.yml +0 -30
  1163. package/bundled-rules/sigma-rules/community/windows/create_remote_thread/create_remote_thread_win_powershell_susp_targets.yml +0 -33
  1164. package/bundled-rules/sigma-rules/community/windows/create_remote_thread/create_remote_thread_win_susp_password_dumper_lsass.yml +0 -26
  1165. package/bundled-rules/sigma-rules/community/windows/create_remote_thread/create_remote_thread_win_susp_relevant_source_image.yml +0 -98
  1166. package/bundled-rules/sigma-rules/community/windows/create_remote_thread/create_remote_thread_win_susp_uncommon_source_image.yml +0 -118
  1167. package/bundled-rules/sigma-rules/community/windows/create_remote_thread/create_remote_thread_win_susp_uncommon_target_image.yml +0 -59
  1168. package/bundled-rules/sigma-rules/community/windows/create_remote_thread/create_remote_thread_win_ttdinjec.yml +0 -22
  1169. package/bundled-rules/sigma-rules/community/windows/create_stream_hash/create_stream_hash_ads_executable.yml +0 -26
  1170. package/bundled-rules/sigma-rules/community/windows/create_stream_hash/create_stream_hash_creation_internet_file.yml +0 -87
  1171. package/bundled-rules/sigma-rules/community/windows/create_stream_hash/create_stream_hash_file_sharing_domains_download_susp_extension.yml +0 -72
  1172. package/bundled-rules/sigma-rules/community/windows/create_stream_hash/create_stream_hash_file_sharing_domains_download_unusual_extension.yml +0 -65
  1173. package/bundled-rules/sigma-rules/community/windows/create_stream_hash/create_stream_hash_hktl_generic_download.yml +0 -136
  1174. package/bundled-rules/sigma-rules/community/windows/create_stream_hash/create_stream_hash_regedit_export_to_ads.yml +0 -23
  1175. package/bundled-rules/sigma-rules/community/windows/create_stream_hash/create_stream_hash_susp_ip_domains.yml +0 -35
  1176. package/bundled-rules/sigma-rules/community/windows/create_stream_hash/create_stream_hash_winget_susp_package_source.yml +0 -34
  1177. package/bundled-rules/sigma-rules/community/windows/create_stream_hash/create_stream_hash_zip_tld_download.yml +0 -42
  1178. package/bundled-rules/sigma-rules/community/windows/dns_query/dns_query_win_anonymfiles_com.yml +0 -25
  1179. package/bundled-rules/sigma-rules/community/windows/dns_query/dns_query_win_appinstaller.yml +0 -28
  1180. package/bundled-rules/sigma-rules/community/windows/dns_query/dns_query_win_cloudflared_communication.yml +0 -32
  1181. package/bundled-rules/sigma-rules/community/windows/dns_query/dns_query_win_common_malware_hosting_services.yml +0 -31
  1182. package/bundled-rules/sigma-rules/community/windows/dns_query/dns_query_win_devtunnels_communication.yml +0 -33
  1183. package/bundled-rules/sigma-rules/community/windows/dns_query/dns_query_win_dns_server_discovery_via_ldap_query.yml +0 -44
  1184. package/bundled-rules/sigma-rules/community/windows/dns_query/dns_query_win_domain_azurewebsites.yml +0 -112
  1185. package/bundled-rules/sigma-rules/community/windows/dns_query/dns_query_win_finger.yml +0 -32
  1186. package/bundled-rules/sigma-rules/community/windows/dns_query/dns_query_win_gup_query_to_uncommon_domains.yml +0 -41
  1187. package/bundled-rules/sigma-rules/community/windows/dns_query/dns_query_win_hybridconnectionmgr_servicebus.yml +0 -23
  1188. package/bundled-rules/sigma-rules/community/windows/dns_query/dns_query_win_kerberos_coercion_via_dns_object_spoofing.yml +0 -38
  1189. package/bundled-rules/sigma-rules/community/windows/dns_query/dns_query_win_mal_cobaltstrike.yml +0 -30
  1190. package/bundled-rules/sigma-rules/community/windows/dns_query/dns_query_win_mega_nz.yml +0 -25
  1191. package/bundled-rules/sigma-rules/community/windows/dns_query/dns_query_win_onelaunch_update_service.yml +0 -27
  1192. package/bundled-rules/sigma-rules/community/windows/dns_query/dns_query_win_quickassist.yml +0 -29
  1193. package/bundled-rules/sigma-rules/community/windows/dns_query/dns_query_win_regsvr32_dns_query.yml +0 -28
  1194. package/bundled-rules/sigma-rules/community/windows/dns_query/dns_query_win_remote_access_software_domains_non_browsers.yml +0 -175
  1195. package/bundled-rules/sigma-rules/community/windows/dns_query/dns_query_win_susp_external_ip_lookup.yml +0 -107
  1196. package/bundled-rules/sigma-rules/community/windows/dns_query/dns_query_win_teamviewer_domain_query_by_uncommon_app.yml +0 -28
  1197. package/bundled-rules/sigma-rules/community/windows/dns_query/dns_query_win_tor_onion_domain_query.yml +0 -64
  1198. package/bundled-rules/sigma-rules/community/windows/dns_query/dns_query_win_ufile_io_query.yml +0 -25
  1199. package/bundled-rules/sigma-rules/community/windows/dns_query/dns_query_win_vscode_tunnel_communication.yml +0 -32
  1200. package/bundled-rules/sigma-rules/community/windows/driver_load/driver_load_win_mal_drivers.yml +0 -813
  1201. package/bundled-rules/sigma-rules/community/windows/driver_load/driver_load_win_mal_drivers_names.yml +0 -93
  1202. package/bundled-rules/sigma-rules/community/windows/driver_load/driver_load_win_pua_process_hacker.yml +0 -32
  1203. package/bundled-rules/sigma-rules/community/windows/driver_load/driver_load_win_pua_system_informer.yml +0 -41
  1204. package/bundled-rules/sigma-rules/community/windows/driver_load/driver_load_win_susp_temp_use.yml +0 -23
  1205. package/bundled-rules/sigma-rules/community/windows/driver_load/driver_load_win_vuln_drivers.yml +0 -4456
  1206. package/bundled-rules/sigma-rules/community/windows/driver_load/driver_load_win_vuln_drivers_names.yml +0 -298
  1207. package/bundled-rules/sigma-rules/community/windows/driver_load/driver_load_win_vuln_hevd_driver.yml +0 -26
  1208. package/bundled-rules/sigma-rules/community/windows/driver_load/driver_load_win_vuln_winring0_driver.yml +0 -30
  1209. package/bundled-rules/sigma-rules/community/windows/driver_load/driver_load_win_windivert.yml +0 -51
  1210. package/bundled-rules/sigma-rules/community/windows/file/file_access/file_access_win_susp_credential_manager_access.yml +0 -37
  1211. package/bundled-rules/sigma-rules/community/windows/file/file_access/file_access_win_susp_credhist.yml +0 -35
  1212. package/bundled-rules/sigma-rules/community/windows/file/file_access/file_access_win_susp_crypto_currency_wallets.yml +0 -53
  1213. package/bundled-rules/sigma-rules/community/windows/file/file_access/file_access_win_susp_dpapi_master_key_access.yml +0 -35
  1214. package/bundled-rules/sigma-rules/community/windows/file/file_access/file_access_win_susp_gpo_files.yml +0 -47
  1215. package/bundled-rules/sigma-rules/community/windows/file/file_access/file_access_win_susp_process_access_browser_cred_files.yml +0 -202
  1216. package/bundled-rules/sigma-rules/community/windows/file/file_access/file_access_win_teams_sensitive_files.yml +0 -29
  1217. package/bundled-rules/sigma-rules/community/windows/file/file_change/file_change_win_unusual_modification_by_dns_exe.yml +0 -27
  1218. package/bundled-rules/sigma-rules/community/windows/file/file_delete/file_delete_win_delete_backup_file.yml +0 -37
  1219. package/bundled-rules/sigma-rules/community/windows/file/file_delete/file_delete_win_delete_event_log_files.yml +0 -22
  1220. package/bundled-rules/sigma-rules/community/windows/file/file_delete/file_delete_win_delete_exchange_powershell_logs.yml +0 -23
  1221. package/bundled-rules/sigma-rules/community/windows/file/file_delete/file_delete_win_delete_iis_access_logs.yml +0 -27
  1222. package/bundled-rules/sigma-rules/community/windows/file/file_delete/file_delete_win_delete_own_image.yml +0 -21
  1223. package/bundled-rules/sigma-rules/community/windows/file/file_delete/file_delete_win_delete_powershell_command_history.yml +0 -21
  1224. package/bundled-rules/sigma-rules/community/windows/file/file_delete/file_delete_win_delete_prefetch.yml +0 -29
  1225. package/bundled-rules/sigma-rules/community/windows/file/file_delete/file_delete_win_delete_teamviewer_logs.yml +0 -25
  1226. package/bundled-rules/sigma-rules/community/windows/file/file_delete/file_delete_win_delete_tomcat_logs.yml +0 -29
  1227. package/bundled-rules/sigma-rules/community/windows/file/file_delete/file_delete_win_sysinternals_sdelete_file_deletion.yml +0 -27
  1228. package/bundled-rules/sigma-rules/community/windows/file/file_delete/file_delete_win_unusual_deletion_by_dns_exe.yml +0 -28
  1229. package/bundled-rules/sigma-rules/community/windows/file/file_delete/file_delete_win_zone_identifier_ads_uncommon.yml +0 -47
  1230. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_adsi_cache_creation_by_uncommon_tool.yml +0 -50
  1231. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_advanced_ip_scanner.yml +0 -30
  1232. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_anydesk_artefact.yml +0 -28
  1233. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_anydesk_writing_susp_binaries.yml +0 -33
  1234. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_arcsoc_susp_file_created.yml +0 -45
  1235. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_aspnet_temp_files.yml +0 -32
  1236. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_bloodhound_collection.yml +0 -40
  1237. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_create_evtx_non_common_locations.yml +0 -33
  1238. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_create_non_existent_dlls.yml +0 -55
  1239. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_creation_deno.yml +0 -31
  1240. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_creation_new_shim_database.yml +0 -31
  1241. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_creation_scr_binary_file.yml +0 -33
  1242. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_creation_system_dll_files.yml +0 -39
  1243. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_creation_system_file.yml +0 -144
  1244. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_creation_unquoted_service_path.yml +0 -25
  1245. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_cred_dump_tools_dropped_files.yml +0 -55
  1246. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_cscript_wscript_dropper.yml +0 -37
  1247. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_csexec_service.yml +0 -22
  1248. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_csharp_compile_artefact.yml +0 -25
  1249. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_dcom_iertutil_dll_hijack.yml +0 -29
  1250. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_desktop_ini_created_by_uncommon_process.yml +0 -38
  1251. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_dll_sideloading_space_path.yml +0 -30
  1252. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_dump_file_susp_creation.yml +0 -34
  1253. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_errorhandler_persistence.yml +0 -24
  1254. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_exchange_webshell_drop.yml +0 -35
  1255. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_exchange_webshell_drop_suspicious.yml +0 -39
  1256. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_gotoopener_artefact.yml +0 -24
  1257. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_gup_uncommon_file_creation.yml +0 -49
  1258. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_hktl_crackmapexec_indicators.yml +0 -32
  1259. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_hktl_dumpert.yml +0 -26
  1260. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_hktl_hivenightmare_file_exports.yml +0 -33
  1261. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_hktl_inveigh_artefacts.yml +0 -35
  1262. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_hktl_krbrelay_remote_ioc.yml +0 -24
  1263. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_hktl_mimikatz_files.yml +0 -28
  1264. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_hktl_nppspy.yml +0 -24
  1265. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_hktl_powerup_dllhijacking.yml +0 -30
  1266. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_hktl_quarkspw_filedump.yml +0 -24
  1267. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_hktl_remote_cred_dump.yml +0 -25
  1268. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_hktl_safetykatz.yml +0 -23
  1269. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_impacket_file_indicators.yml +0 -25
  1270. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_initial_access_dll_search_order_hijacking.yml +0 -61
  1271. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_install_teamviewer_desktop.yml +0 -21
  1272. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_iphlpapi_dll_sideloading.yml +0 -27
  1273. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_iso_file_mount.yml +0 -29
  1274. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_iso_file_recent.yml +0 -31
  1275. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_lolbin_gather_network_info_script_output.yml +0 -31
  1276. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_lsass_default_dump_file_names.yml +0 -59
  1277. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_lsass_shtinkering.yml +0 -24
  1278. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_lsass_werfault_dump.yml +0 -24
  1279. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_mal_adwind.yml +0 -30
  1280. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_mal_octopus_scanner.yml +0 -25
  1281. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_msdt_susp_directories.yml +0 -31
  1282. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_mysqld_uncommon_file_creation.yml +0 -34
  1283. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_net_cli_artefact.yml +0 -48
  1284. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_new_files_in_uncommon_appdata_folder.yml +0 -45
  1285. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_new_scr_file.yml +0 -29
  1286. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_notepad_plus_plus_persistence.yml +0 -40
  1287. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_ntds_dit_creation.yml +0 -21
  1288. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_ntds_dit_uncommon_parent_process.yml +0 -49
  1289. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_ntds_dit_uncommon_process.yml +0 -46
  1290. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_ntds_exfil_tools.yml +0 -26
  1291. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_office_addin_persistence.yml +0 -37
  1292. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_office_macro_files_created.yml +0 -31
  1293. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_office_macro_files_downloaded.yml +0 -62
  1294. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_office_macro_files_from_susp_process.yml +0 -44
  1295. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_office_onenote_files_in_susp_locations.yml +0 -33
  1296. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_office_onenote_susp_dropped_files.yml +0 -47
  1297. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_office_outlook_macro_creation.yml +0 -30
  1298. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_office_outlook_newform.yml +0 -28
  1299. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_office_outlook_susp_file_creation_in_temp_dir.yml +0 -43
  1300. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_office_outlook_susp_macro_creation.yml +0 -32
  1301. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_office_publisher_files_in_susp_locations.yml +0 -25
  1302. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_office_startup_persistence.yml +0 -53
  1303. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_office_susp_file_extension.yml +0 -69
  1304. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_office_uncommon_file_startup.yml +0 -65
  1305. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_pcre_net_temp_file.yml +0 -23
  1306. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_perflogs_susp_files.yml +0 -39
  1307. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_powershell_drop_binary_or_script.yml +0 -61
  1308. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_powershell_drop_powershell.yml +0 -30
  1309. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_powershell_exploit_scripts.yml +0 -282
  1310. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_powershell_module_creation.yml +0 -26
  1311. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_powershell_module_susp_creation.yml +0 -24
  1312. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_powershell_module_uncommon_creation.yml +0 -38
  1313. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_powershell_startup_shortcuts.yml +0 -32
  1314. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_ps_script_policy_test_creation_by_uncommon_process.yml +0 -41
  1315. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_rclone_config_files.yml +0 -24
  1316. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_rdp_file_susp_creation.yml +0 -50
  1317. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_redmimicry_winnti_filedrop.yml +0 -25
  1318. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_regedit_print_as_pdf.yml +0 -23
  1319. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_remcom_service.yml +0 -22
  1320. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_remote_access_tools_screenconnect_artefact.yml +0 -24
  1321. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_remote_access_tools_screenconnect_remote_file.yml +0 -28
  1322. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_ripzip_attack.yml +0 -29
  1323. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_sam_dump.yml +0 -46
  1324. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_sed_file_creation.yml +0 -36
  1325. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_shell_write_susp_directory.yml +0 -46
  1326. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_shell_write_susp_files_extensions.yml +0 -83
  1327. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_startup_folder_file_write.yml +0 -37
  1328. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_susp_colorcpl.yml +0 -28
  1329. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_susp_creation_by_mobsync.yml +0 -29
  1330. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_susp_default_gpo_dir_write.yml +0 -24
  1331. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_susp_desktop_txt.yml +0 -25
  1332. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_susp_desktopimgdownldr_file.yml +0 -31
  1333. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_susp_diagcab.yml +0 -20
  1334. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_susp_double_extension.yml +0 -65
  1335. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_susp_dpapi_backup_and_cert_export_ioc.yml +0 -32
  1336. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_susp_exchange_aspx_write.yml +0 -26
  1337. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_susp_executable_creation.yml +0 -32
  1338. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_susp_file_write_in_webapps_root.yml +0 -37
  1339. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_susp_filewrite_in_sharepoint_layouts_dir.yml +0 -55
  1340. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_susp_get_variable.yml +0 -28
  1341. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_susp_hidden_dir_index_allocation.yml +0 -30
  1342. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_susp_homoglyph_filename.yml +0 -77
  1343. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_susp_legitimate_app_dropping_archive.yml +0 -52
  1344. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_susp_legitimate_app_dropping_exe.yml +0 -44
  1345. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_susp_legitimate_app_dropping_in_uncommon_location.yml +0 -71
  1346. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_susp_legitimate_app_dropping_script.yml +0 -47
  1347. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_susp_lnk_double_extension.yml +0 -58
  1348. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_susp_powershell_profile.yml +0 -30
  1349. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_susp_procexplorer_driver_created_in_tmp_folder.yml +0 -31
  1350. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_susp_public_folder_extension.yml +0 -33
  1351. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_susp_recycle_bin_fake_exec.yml +0 -34
  1352. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_susp_right_to_left_override_extension_spoofing.yml +0 -53
  1353. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_susp_spool_drivers_color_drop.yml +0 -24
  1354. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_susp_startup_folder_persistence.yml +0 -52
  1355. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_susp_system_interactive_powershell.yml +0 -25
  1356. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_susp_task_write.yml +0 -28
  1357. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_susp_teamviewer_remote_session.yml +0 -27
  1358. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_susp_vscode_powershell_profile.yml +0 -26
  1359. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_susp_wdac_policy_creation.yml +0 -55
  1360. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_susp_windows_terminal_profile.yml +0 -31
  1361. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_susp_winsxs_binary_creation.yml +0 -29
  1362. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_sysinternals_adexplorer_dump_written.yml +0 -35
  1363. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_sysinternals_livekd_default_dump_name.yml +0 -21
  1364. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_sysinternals_livekd_driver.yml +0 -24
  1365. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_sysinternals_livekd_driver_susp_creation.yml +0 -28
  1366. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_sysinternals_procexp_driver_susp_creation.yml +0 -32
  1367. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_sysinternals_procmon_driver_susp_creation.yml +0 -27
  1368. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_sysinternals_psexec_service.yml +0 -27
  1369. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_sysinternals_psexec_service_key.yml +0 -30
  1370. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_system32_local_folder_privilege_escalation.yml +0 -30
  1371. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_taskmgr_lsass_dump.yml +0 -28
  1372. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_tsclient_filewrite_startup.yml +0 -23
  1373. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_uac_bypass_consent_comctl32.yml +0 -24
  1374. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_uac_bypass_dotnet_profiler.yml +0 -24
  1375. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_uac_bypass_eventvwr.yml +0 -31
  1376. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_uac_bypass_idiagnostic_profile.yml +0 -25
  1377. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_uac_bypass_ieinstal.yml +0 -26
  1378. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_uac_bypass_msconfig_gui.yml +0 -24
  1379. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_uac_bypass_ntfs_reparse_point.yml +0 -24
  1380. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_uac_bypass_winsat.yml +0 -26
  1381. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_uac_bypass_wmp.yml +0 -27
  1382. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_vhd_download_via_browsers.yml +0 -41
  1383. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_vscode_tunnel_remote_creation_artefacts.yml +0 -23
  1384. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_vscode_tunnel_renamed_execution.yml +0 -27
  1385. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_webshell_creation_detect.yml +0 -51
  1386. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_werfault_dll_hijacking.yml +0 -33
  1387. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_winrar_file_creation_in_startup_folder.yml +0 -29
  1388. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_winrm_awl_bypass.yml +0 -31
  1389. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_wmi_persistence_script_event_consumer_write.yml +0 -23
  1390. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_wmiexec_default_filename.yml +0 -26
  1391. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_wmiprvse_wbemcomn_dll_hijack.yml +0 -25
  1392. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_wpbbin_persistence.yml +0 -23
  1393. package/bundled-rules/sigma-rules/community/windows/file/file_event/file_event_win_writing_local_admin_share.yml +0 -28
  1394. package/bundled-rules/sigma-rules/community/windows/file/file_executable_detected/file_executable_detected_win_susp_embeded_sed_file.yml +0 -30
  1395. package/bundled-rules/sigma-rules/community/windows/file/file_rename/file_rename_win_ransomware.yml +0 -59
  1396. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_clfs_load.yml +0 -41
  1397. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_cmstp_load_dll_from_susp_location.yml +0 -32
  1398. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_dll_amsi_suspicious_process.yml +0 -28
  1399. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_dll_azure_microsoft_account_token_provider_dll_load.yml +0 -58
  1400. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_dll_comsvcs_load_renamed_version_by_rundll32.yml +0 -32
  1401. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_dll_credui_uncommon_process_load.yml +0 -56
  1402. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_dll_dbghelp_dbgcore_unsigned_load.yml +0 -33
  1403. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_dll_pcre_dotnet_dll_load.yml +0 -23
  1404. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_dll_rstrtmgr_suspicious_load.yml +0 -49
  1405. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_dll_rstrtmgr_uncommon_load.yml +0 -60
  1406. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_dll_sdiageng_load_by_msdt.yml +0 -24
  1407. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_dll_system_management_automation_susp_load.yml +0 -94
  1408. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_dll_tttracer_module_load.yml +0 -29
  1409. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_dll_unsigned_node_load.yml +0 -41
  1410. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_dll_vss_ps_susp_load.yml +0 -64
  1411. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_dll_vssapi_susp_load.yml +0 -56
  1412. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_dll_vsstrace_susp_load.yml +0 -51
  1413. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_hktl_sharpevtmute.yml +0 -25
  1414. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_hktl_silenttrinity_stager.yml +0 -25
  1415. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_iexplore_dcom_iertutil_dll_hijack.yml +0 -29
  1416. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_lsass_unsigned_image_load.yml +0 -23
  1417. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_office_dotnet_assembly_dll_load.yml +0 -30
  1418. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_office_dotnet_clr_dll_load.yml +0 -30
  1419. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_office_dotnet_gac_dll_load.yml +0 -30
  1420. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_office_excel_xll_susp_load.yml +0 -34
  1421. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_office_outlook_outlvba_load.yml +0 -23
  1422. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_office_powershell_dll_load.yml +0 -30
  1423. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_office_vbadll_load.yml +0 -33
  1424. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_rundll32_remote_share_load.yml +0 -23
  1425. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_scrcons_wmi_scripteventconsumer.yml +0 -32
  1426. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_side_load_7za.yml +0 -30
  1427. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_side_load_abused_dlls_susp_paths.yml +0 -47
  1428. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_side_load_antivirus.yml +0 -101
  1429. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_side_load_appverifui.yml +0 -31
  1430. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_side_load_aruba_networks_virtual_intranet_access.yml +0 -45
  1431. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_side_load_avkkid.yml +0 -31
  1432. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_side_load_ccleaner_du.yml +0 -30
  1433. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_side_load_ccleaner_reactivator.yml +0 -28
  1434. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_side_load_chrome_frame_helper.yml +0 -30
  1435. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_side_load_classicexplorer32.yml +0 -26
  1436. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_side_load_comctl32.yml +0 -31
  1437. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_side_load_coregen.yml +0 -29
  1438. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_side_load_cpl_from_non_system_location.yml +0 -29
  1439. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_side_load_dbgcore.yml +0 -39
  1440. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_side_load_dbghelp.yml +0 -44
  1441. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_side_load_dbgmodel.yml +0 -35
  1442. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_side_load_eacore.yml +0 -28
  1443. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_side_load_edputil.yml +0 -28
  1444. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_side_load_from_non_system_location.yml +0 -511
  1445. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_side_load_goopdate.yml +0 -45
  1446. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_side_load_gup_libcurl.yml +0 -26
  1447. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_side_load_iviewers.yml +0 -27
  1448. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_side_load_jli.yml +0 -41
  1449. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_side_load_jsschhlp.yml +0 -26
  1450. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_side_load_keyscrambler.yml +0 -45
  1451. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_side_load_libvlc.yml +0 -28
  1452. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_side_load_mfdetours.yml +0 -25
  1453. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_side_load_mfdetours_unsigned.yml +0 -29
  1454. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_side_load_mpsvc.yml +0 -28
  1455. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_side_load_mscorsvc.yml +0 -31
  1456. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_side_load_non_existent_dlls.yml +0 -59
  1457. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_side_load_office_dlls.yml +0 -30
  1458. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_side_load_python.yml +0 -52
  1459. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_side_load_rcdll.yml +0 -28
  1460. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_side_load_rjvplatform_default_location.yml +0 -24
  1461. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_side_load_rjvplatform_non_default_location.yml +0 -26
  1462. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_side_load_robform.yml +0 -34
  1463. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_side_load_shell_chrome_api.yml +0 -30
  1464. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_side_load_shelldispatch.yml +0 -28
  1465. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_side_load_smadhook.yml +0 -35
  1466. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_side_load_solidpdfcreator.yml +0 -28
  1467. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_side_load_third_party.yml +0 -42
  1468. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_side_load_ualapi.yml +0 -27
  1469. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_side_load_vivaldi_elf.yml +0 -26
  1470. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_side_load_vmguestlib.yml +0 -28
  1471. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_side_load_vmmap_dbghelp_signed.yml +0 -30
  1472. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_side_load_vmmap_dbghelp_unsigned.yml +0 -32
  1473. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_side_load_vmware_xfer.yml +0 -27
  1474. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_side_load_waveedit.yml +0 -30
  1475. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_side_load_wazuh.yml +0 -37
  1476. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_side_load_windows_defender.yml +0 -37
  1477. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_side_load_wwlib.yml +0 -33
  1478. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_susp_baaupdate_dll_load.yml +0 -46
  1479. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_susp_clickonce_unsigned_module_loaded.yml +0 -26
  1480. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_susp_dll_load_system_process.yml +0 -26
  1481. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_susp_python_image_load.yml +0 -36
  1482. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_susp_script_dotnet_clr_dll_load.yml +0 -39
  1483. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_susp_unsigned_dll.yml +0 -77
  1484. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_thor_unsigned_execution.yml +0 -32
  1485. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_uac_bypass_iscsicpl.yml +0 -29
  1486. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_uac_bypass_via_dism.yml +0 -28
  1487. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_win_mmc_loads_script_engine_dll.yml +0 -30
  1488. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_win_susp_dbgcore_dbghelp_load.yml +0 -52
  1489. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_win_trusted_path_bypass.yml +0 -31
  1490. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_win_werfaultsecure_dbgcore_dbghelp_load.yml +0 -35
  1491. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_wmi_persistence_commandline_event_consumer.yml +0 -24
  1492. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_wmic_remote_xsl_scripting_dlls.yml +0 -37
  1493. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_wmiprvse_wbemcomn_dll_hijack.yml +0 -25
  1494. package/bundled-rules/sigma-rules/community/windows/image_load/image_load_wsman_provider_image_load.yml +0 -76
  1495. package/bundled-rules/sigma-rules/community/windows/network_connection/net_connection_win_addinutil_initiated.yml +0 -25
  1496. package/bundled-rules/sigma-rules/community/windows/network_connection/net_connection_win_adws_unusual_connection.yml +0 -34
  1497. package/bundled-rules/sigma-rules/community/windows/network_connection/net_connection_win_certutil_initiated_connection.yml +0 -30
  1498. package/bundled-rules/sigma-rules/community/windows/network_connection/net_connection_win_cmstp_initiated_connection.yml +0 -36
  1499. package/bundled-rules/sigma-rules/community/windows/network_connection/net_connection_win_dialer_initiated_connection.yml +0 -39
  1500. package/bundled-rules/sigma-rules/community/windows/network_connection/net_connection_win_domain_azurewebsites.yml +0 -147
  1501. package/bundled-rules/sigma-rules/community/windows/network_connection/net_connection_win_domain_btunnels.yml +0 -26
  1502. package/bundled-rules/sigma-rules/community/windows/network_connection/net_connection_win_domain_cloudflared_communication.yml +0 -35
  1503. package/bundled-rules/sigma-rules/community/windows/network_connection/net_connection_win_domain_crypto_mining_pools.yml +0 -251
  1504. package/bundled-rules/sigma-rules/community/windows/network_connection/net_connection_win_domain_dead_drop_resolvers.yml +0 -246
  1505. package/bundled-rules/sigma-rules/community/windows/network_connection/net_connection_win_domain_devtunnels.yml +0 -34
  1506. package/bundled-rules/sigma-rules/community/windows/network_connection/net_connection_win_domain_dropbox_api.yml +0 -30
  1507. package/bundled-rules/sigma-rules/community/windows/network_connection/net_connection_win_domain_external_ip_lookup.yml +0 -111
  1508. package/bundled-rules/sigma-rules/community/windows/network_connection/net_connection_win_domain_google_api_non_browser_access.yml +0 -82
  1509. package/bundled-rules/sigma-rules/community/windows/network_connection/net_connection_win_domain_localtonet_tunnel.yml +0 -30
  1510. package/bundled-rules/sigma-rules/community/windows/network_connection/net_connection_win_domain_mega_nz.yml +0 -28
  1511. package/bundled-rules/sigma-rules/community/windows/network_connection/net_connection_win_domain_ngrok.yml +0 -41
  1512. package/bundled-rules/sigma-rules/community/windows/network_connection/net_connection_win_domain_ngrok_tunnel.yml +0 -42
  1513. package/bundled-rules/sigma-rules/community/windows/network_connection/net_connection_win_domain_notion_api_susp_communication.yml +0 -63
  1514. package/bundled-rules/sigma-rules/community/windows/network_connection/net_connection_win_domain_portmap.yml +0 -26
  1515. package/bundled-rules/sigma-rules/community/windows/network_connection/net_connection_win_domain_telegram_api_non_browser_access.yml +0 -65
  1516. package/bundled-rules/sigma-rules/community/windows/network_connection/net_connection_win_domain_vscode_tunnel_connection.yml +0 -34
  1517. package/bundled-rules/sigma-rules/community/windows/network_connection/net_connection_win_eqnedt.yml +0 -24
  1518. package/bundled-rules/sigma-rules/community/windows/network_connection/net_connection_win_finger.yml +0 -33
  1519. package/bundled-rules/sigma-rules/community/windows/network_connection/net_connection_win_imewdbld.yml +0 -29
  1520. package/bundled-rules/sigma-rules/community/windows/network_connection/net_connection_win_notepad.yml +0 -31
  1521. package/bundled-rules/sigma-rules/community/windows/network_connection/net_connection_win_office_outbound_non_local_ip.yml +0 -317
  1522. package/bundled-rules/sigma-rules/community/windows/network_connection/net_connection_win_office_uncommon_ports.yml +0 -46
  1523. package/bundled-rules/sigma-rules/community/windows/network_connection/net_connection_win_python.yml +0 -47
  1524. package/bundled-rules/sigma-rules/community/windows/network_connection/net_connection_win_rdp_outbound_over_non_standard_tools.yml +0 -80
  1525. package/bundled-rules/sigma-rules/community/windows/network_connection/net_connection_win_rdp_reverse_tunnel.yml +0 -31
  1526. package/bundled-rules/sigma-rules/community/windows/network_connection/net_connection_win_rdp_to_http.yml +0 -31
  1527. package/bundled-rules/sigma-rules/community/windows/network_connection/net_connection_win_regasm_network_activity.yml +0 -34
  1528. package/bundled-rules/sigma-rules/community/windows/network_connection/net_connection_win_regsvr32_network_activity.yml +0 -26
  1529. package/bundled-rules/sigma-rules/community/windows/network_connection/net_connection_win_remote_access_tools_anydesk_incoming_connection.yml +0 -28
  1530. package/bundled-rules/sigma-rules/community/windows/network_connection/net_connection_win_rundll32_net_connections.yml +0 -48
  1531. package/bundled-rules/sigma-rules/community/windows/network_connection/net_connection_win_silenttrinity_stager_msbuild_activity.yml +0 -28
  1532. package/bundled-rules/sigma-rules/community/windows/network_connection/net_connection_win_susp_binary_no_cmdline.yml +0 -32
  1533. package/bundled-rules/sigma-rules/community/windows/network_connection/net_connection_win_susp_file_sharing_domains_susp_folders.yml +0 -78
  1534. package/bundled-rules/sigma-rules/community/windows/network_connection/net_connection_win_susp_initiated_uncommon_or_suspicious_locations.yml +0 -77
  1535. package/bundled-rules/sigma-rules/community/windows/network_connection/net_connection_win_susp_malware_callback_port.yml +0 -94
  1536. package/bundled-rules/sigma-rules/community/windows/network_connection/net_connection_win_susp_malware_callback_ports_uncommon.yml +0 -43
  1537. package/bundled-rules/sigma-rules/community/windows/network_connection/net_connection_win_susp_outbound_kerberos_connection.yml +0 -42
  1538. package/bundled-rules/sigma-rules/community/windows/network_connection/net_connection_win_susp_outbound_mobsync_connection.yml +0 -35
  1539. package/bundled-rules/sigma-rules/community/windows/network_connection/net_connection_win_susp_outbound_smtp_connections.yml +0 -39
  1540. package/bundled-rules/sigma-rules/community/windows/network_connection/net_connection_win_susp_remote_powershell_session.yml +0 -51
  1541. package/bundled-rules/sigma-rules/community/windows/network_connection/net_connection_win_winlogon_net_connections.yml +0 -35
  1542. package/bundled-rules/sigma-rules/community/windows/network_connection/net_connection_win_wordpad_uncommon_ports.yml +0 -35
  1543. package/bundled-rules/sigma-rules/community/windows/network_connection/net_connection_win_wscript_cscript_local_connection.yml +0 -39
  1544. package/bundled-rules/sigma-rules/community/windows/network_connection/net_connection_win_wscript_cscript_outbound_connection.yml +0 -40
  1545. package/bundled-rules/sigma-rules/community/windows/network_connection/net_connection_win_wuauclt_network_connection.yml +0 -58
  1546. package/bundled-rules/sigma-rules/community/windows/pipe_created/pipe_created_adfs_namedpipe_connection_uncommon_tool.yml +0 -41
  1547. package/bundled-rules/sigma-rules/community/windows/pipe_created/pipe_created_hktl_cobaltstrike.yml +0 -55
  1548. package/bundled-rules/sigma-rules/community/windows/pipe_created/pipe_created_hktl_cobaltstrike_re.yml +0 -48
  1549. package/bundled-rules/sigma-rules/community/windows/pipe_created/pipe_created_hktl_cobaltstrike_susp_pipe_patterns.yml +0 -74
  1550. package/bundled-rules/sigma-rules/community/windows/pipe_created/pipe_created_hktl_coercedpotato.yml +0 -24
  1551. package/bundled-rules/sigma-rules/community/windows/pipe_created/pipe_created_hktl_diagtrack_eop.yml +0 -22
  1552. package/bundled-rules/sigma-rules/community/windows/pipe_created/pipe_created_hktl_efspotato.yml +0 -31
  1553. package/bundled-rules/sigma-rules/community/windows/pipe_created/pipe_created_hktl_generic_cred_dump_tools_pipes.yml +0 -30
  1554. package/bundled-rules/sigma-rules/community/windows/pipe_created/pipe_created_hktl_koh_default_pipe.yml +0 -28
  1555. package/bundled-rules/sigma-rules/community/windows/pipe_created/pipe_created_powershell_alternate_host_pipe.yml +0 -63
  1556. package/bundled-rules/sigma-rules/community/windows/pipe_created/pipe_created_powershell_execution_pipe.yml +0 -27
  1557. package/bundled-rules/sigma-rules/community/windows/pipe_created/pipe_created_pua_csexec_default_pipe.yml +0 -29
  1558. package/bundled-rules/sigma-rules/community/windows/pipe_created/pipe_created_pua_paexec_default_pipe.yml +0 -23
  1559. package/bundled-rules/sigma-rules/community/windows/pipe_created/pipe_created_pua_remcom_default_pipe.yml +0 -29
  1560. package/bundled-rules/sigma-rules/community/windows/pipe_created/pipe_created_scrcons_wmi_consumer_namedpipe.yml +0 -23
  1561. package/bundled-rules/sigma-rules/community/windows/pipe_created/pipe_created_susp_malicious_namedpipes.yml +0 -63
  1562. package/bundled-rules/sigma-rules/community/windows/pipe_created/pipe_created_sysinternals_psexec_default_pipe_susp_location.yml +0 -34
  1563. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_classic/posh_pc_abuse_nslookup_with_dns_records.yml +0 -32
  1564. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_classic/posh_pc_delete_volume_shadow_copies.yml +0 -28
  1565. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_classic/posh_pc_downgrade_attack.yml +0 -25
  1566. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_classic/posh_pc_exe_calling_ps.yml +0 -28
  1567. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_classic/posh_pc_powercat.yml +0 -29
  1568. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_classic/posh_pc_remote_powershell_session.yml +0 -30
  1569. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_classic/posh_pc_remotefxvgpudisablement_abuse.yml +0 -31
  1570. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_classic/posh_pc_renamed_powershell.yml +0 -40
  1571. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_classic/posh_pc_susp_download.yml +0 -29
  1572. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_classic/posh_pc_susp_get_nettcpconnection.yml +0 -22
  1573. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_classic/posh_pc_susp_zip_compress.yml +0 -35
  1574. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_classic/posh_pc_tamper_windows_defender_set_mp.yml +0 -81
  1575. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_classic/posh_pc_wsman_com_provider_no_powershell.yml +0 -40
  1576. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_module/posh_pm_active_directory_module_dll_import.yml +0 -34
  1577. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_module/posh_pm_alternate_powershell_hosts.yml +0 -51
  1578. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_module/posh_pm_bad_opsec_artifacts.yml +0 -37
  1579. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_module/posh_pm_clear_powershell_history.yml +0 -41
  1580. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_module/posh_pm_decompress_commands.yml +0 -27
  1581. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_module/posh_pm_exploit_scripts.yml +0 -278
  1582. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_module/posh_pm_get_addbaccount.yml +0 -26
  1583. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_module/posh_pm_get_clipboard.yml +0 -24
  1584. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_module/posh_pm_hktl_evil_winrm_execution.yml +0 -40
  1585. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_module/posh_pm_invoke_obfuscation_clip.yml +0 -28
  1586. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_module/posh_pm_invoke_obfuscation_obfuscated_iex.yml +0 -34
  1587. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_module/posh_pm_invoke_obfuscation_stdin.yml +0 -28
  1588. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_module/posh_pm_invoke_obfuscation_var.yml +0 -28
  1589. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_module/posh_pm_invoke_obfuscation_via_compress.yml +0 -34
  1590. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_module/posh_pm_invoke_obfuscation_via_rundll.yml +0 -32
  1591. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_module/posh_pm_invoke_obfuscation_via_stdin.yml +0 -28
  1592. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_module/posh_pm_invoke_obfuscation_via_use_clip.yml +0 -28
  1593. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_module/posh_pm_invoke_obfuscation_via_use_mhsta.yml +0 -34
  1594. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_module/posh_pm_invoke_obfuscation_via_use_rundll32.yml +0 -37
  1595. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_module/posh_pm_invoke_obfuscation_via_var.yml +0 -28
  1596. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_module/posh_pm_malicious_commandlets.yml +0 -252
  1597. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_module/posh_pm_remote_powershell_session.yml +0 -29
  1598. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_module/posh_pm_remotefxvgpudisablement_abuse.yml +0 -31
  1599. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_module/posh_pm_susp_ad_group_reco.yml +0 -38
  1600. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_module/posh_pm_susp_download.yml +0 -31
  1601. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_module/posh_pm_susp_get_nettcpconnection.yml +0 -23
  1602. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_module/posh_pm_susp_invocation_generic.yml +0 -41
  1603. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_module/posh_pm_susp_invocation_specific.yml +0 -80
  1604. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_module/posh_pm_susp_local_group_reco.yml +0 -47
  1605. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_module/posh_pm_susp_reset_computermachinepassword.yml +0 -28
  1606. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_module/posh_pm_susp_smb_share_reco.yml +0 -27
  1607. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_module/posh_pm_susp_zip_compress.yml +0 -36
  1608. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_module/posh_pm_syncappvpublishingserver_exe.yml +0 -28
  1609. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_aadinternals_cmdlets_execution.yml +0 -58
  1610. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_access_to_browser_login_data.yml +0 -39
  1611. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_active_directory_module_dll_import.yml +0 -34
  1612. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_add_dnsclient_rule.yml +0 -29
  1613. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_add_windows_capability.yml +0 -28
  1614. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_adrecon_execution.yml +0 -29
  1615. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_amsi_bypass_pattern_nov22.yml +0 -27
  1616. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_amsi_null_bits_bypass.yml +0 -28
  1617. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_apt_silence_eda.yml +0 -46
  1618. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_as_rep_roasting.yml +0 -29
  1619. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_audio_exfiltration.yml +0 -36
  1620. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_automated_collection.yml +0 -37
  1621. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_capture_screenshots.yml +0 -25
  1622. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_clear_powershell_history.yml +0 -41
  1623. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_clearing_windows_console_history.yml +0 -34
  1624. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_cmdlet_scheduled_task.yml +0 -44
  1625. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_computer_discovery_get_adcomputer.yml +0 -34
  1626. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_copy_item_system_directory.yml +0 -25
  1627. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_cor_profiler.yml +0 -32
  1628. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_create_local_user.yml +0 -25
  1629. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_create_volume_shadow_copy.yml +0 -26
  1630. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_detect_vm_env.yml +0 -33
  1631. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_directorysearcher.yml +0 -27
  1632. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_directoryservices_accountmanagement.yml +0 -25
  1633. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_disable_psreadline_command_history.yml +0 -24
  1634. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_disable_windows_optional_feature.yml +0 -36
  1635. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_dotnet_assembly_from_file.yml +0 -22
  1636. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_download_com_cradles.yml +0 -38
  1637. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_dsinternals_cmdlets.yml +0 -90
  1638. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_dump_password_windows_credential_manager.yml +0 -38
  1639. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_enable_psremoting.yml +0 -23
  1640. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_enable_susp_windows_optional_feature.yml +0 -41
  1641. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_enumerate_password_windows_credential_manager.yml +0 -31
  1642. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_etw_trace_evasion.yml +0 -32
  1643. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_exchange_mailbox_smpt_forwarding_rule.yml +0 -24
  1644. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_export_certificate.yml +0 -32
  1645. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_frombase64string_archive.yml +0 -28
  1646. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_get_acl_service.yml +0 -31
  1647. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_get_adcomputer.yml +0 -31
  1648. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_get_adgroup.yml +0 -25
  1649. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_get_adreplaccount.yml +0 -28
  1650. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_get_childitem_bookmarks.yml +0 -32
  1651. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_get_process_security_software_discovery.yml +0 -50
  1652. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_hktl_rubeus.yml +0 -46
  1653. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_hktl_winpwn.yml +0 -45
  1654. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_hotfix_enum.yml +0 -23
  1655. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_icmp_exfiltration.yml +0 -26
  1656. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_import_module_susp_dirs.yml +0 -41
  1657. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_install_unsigned_appx_packages.yml +0 -32
  1658. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_invoke_command_remote.yml +0 -25
  1659. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_invoke_dnsexfiltration.yml +0 -29
  1660. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_invoke_obfuscation_clip.yml +0 -25
  1661. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_invoke_obfuscation_obfuscated_iex.yml +0 -30
  1662. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_invoke_obfuscation_stdin.yml +0 -25
  1663. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_invoke_obfuscation_var.yml +0 -25
  1664. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_invoke_obfuscation_via_compress.yml +0 -31
  1665. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_invoke_obfuscation_via_rundll.yml +0 -29
  1666. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_invoke_obfuscation_via_stdin.yml +0 -25
  1667. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_invoke_obfuscation_via_use_clip.yml +0 -25
  1668. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_invoke_obfuscation_via_use_mhsta.yml +0 -31
  1669. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_invoke_obfuscation_via_use_rundll32.yml +0 -34
  1670. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_invoke_obfuscation_via_var.yml +0 -25
  1671. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_keylogging.yml +0 -29
  1672. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_localuser.yml +0 -33
  1673. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_mailboxexport_share.yml +0 -30
  1674. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_malicious_commandlets.yml +0 -260
  1675. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_malicious_keywords.yml +0 -43
  1676. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_memorydump_getstoragediagnosticinfo.yml +0 -25
  1677. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_modify_group_policy_settings.yml +0 -34
  1678. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_msxml_com.yml +0 -32
  1679. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_nishang_malicious_commandlets.yml +0 -106
  1680. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_ntfs_ads_access.yml +0 -30
  1681. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_office_comobject_registerxll.yml +0 -28
  1682. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_packet_capture.yml +0 -28
  1683. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_potential_invoke_mimikatz.yml +0 -29
  1684. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_potential_unconstrained_delegation_discovery.yml +0 -32
  1685. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_powershell_web_access_installation.yml +0 -32
  1686. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_powerview_malicious_commandlets.yml +0 -133
  1687. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_prompt_credentials.yml +0 -25
  1688. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_psasyncshell.yml +0 -22
  1689. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_psattack.yml +0 -23
  1690. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_remote_session_creation.yml +0 -28
  1691. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_remotefxvgpudisablement_abuse.yml +0 -30
  1692. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_request_kerberos_ticket.yml +0 -31
  1693. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_resolve_list_of_ip_from_file.yml +0 -27
  1694. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_root_certificate_installed.yml +0 -29
  1695. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_run_from_mount_diskimage.yml +0 -29
  1696. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_script_with_upload_capabilities.yml +0 -37
  1697. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_sensitive_file_discovery.yml +0 -35
  1698. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_set_acl.yml +0 -32
  1699. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_set_acl_susp_location.yml +0 -49
  1700. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_set_policies_to_unsecure_level.yml +0 -40
  1701. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_shellcode_b64.yml +0 -28
  1702. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_shellintel_malicious_commandlets.yml +0 -27
  1703. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_software_discovery.yml +0 -29
  1704. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_store_file_in_alternate_data_stream.yml +0 -27
  1705. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_susp_ace_tampering.yml +0 -33
  1706. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_susp_ad_group_reco.yml +0 -32
  1707. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_susp_alias_obfscuation.yml +0 -32
  1708. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_susp_clear_eventlog.yml +0 -41
  1709. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_susp_directory_enum.yml +0 -30
  1710. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_susp_download.yml +0 -33
  1711. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_susp_execute_batch_script.yml +0 -31
  1712. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_susp_extracting.yml +0 -30
  1713. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_susp_follina_execution.yml +0 -27
  1714. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_susp_get_addefaultdomainpasswordpolicy.yml +0 -23
  1715. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_susp_get_current_user.yml +0 -26
  1716. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_susp_get_gpo.yml +0 -23
  1717. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_susp_get_process.yml +0 -23
  1718. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_susp_getprocess_lsass.yml +0 -23
  1719. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_susp_gettypefromclsid.yml +0 -25
  1720. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_susp_hyper_v_condlet.yml +0 -26
  1721. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_susp_invocation_generic.yml +0 -41
  1722. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_susp_invocation_specific.yml +0 -81
  1723. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_susp_invoke_webrequest_useragent.yml +0 -31
  1724. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_susp_iofilestream.yml +0 -26
  1725. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_susp_keylogger_activity.yml +0 -26
  1726. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_susp_keywords.yml +0 -39
  1727. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_susp_local_group_reco.yml +0 -38
  1728. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_susp_mail_acces.yml +0 -29
  1729. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_susp_mount_diskimage.yml +0 -25
  1730. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_susp_mounted_share_deletion.yml +0 -32
  1731. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_susp_networkcredential.yml +0 -27
  1732. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_susp_new_psdrive.yml +0 -29
  1733. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_susp_proxy_scripts.yml +0 -25
  1734. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_susp_recon_export.yml +0 -28
  1735. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_susp_remove_adgroupmember.yml +0 -27
  1736. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_susp_service_dacl_modification_set_service.yml +0 -41
  1737. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_susp_set_alias.yml +0 -44
  1738. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_susp_smb_share_reco.yml +0 -26
  1739. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_susp_ssl_keyword.yml +0 -26
  1740. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_susp_start_process.yml +0 -26
  1741. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_susp_unblock_file.yml +0 -25
  1742. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_susp_wallpaper.yml +0 -30
  1743. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_susp_win32_pnpentity.yml +0 -23
  1744. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_susp_win32_shadowcopy_deletion.yml +0 -41
  1745. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_susp_windowstyle.yml +0 -32
  1746. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_susp_write_eventlog.yml +0 -23
  1747. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_susp_zip_compress.yml +0 -36
  1748. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_syncappvpublishingserver_exe.yml +0 -28
  1749. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_tamper_windows_defender_rem_mp.yml +0 -31
  1750. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_tamper_windows_defender_set_mp.yml +0 -86
  1751. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_test_netconnection.yml +0 -32
  1752. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_timestomp.yml +0 -32
  1753. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_user_discovery_get_aduser.yml +0 -34
  1754. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_user_profile_tampering.yml +0 -35
  1755. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_using_set_service_to_hide_services.yml +0 -34
  1756. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_vbscript_registry_modification.yml +0 -37
  1757. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_veeam_credential_dumping_script.yml +0 -26
  1758. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_web_request_cmd_and_cmdlets.yml +0 -40
  1759. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_win32_nteventlogfile_usage.yml +0 -32
  1760. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_win32_product_install_msi.yml +0 -27
  1761. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_win_api_susp_access.yml +0 -48
  1762. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_win_defender_exclusions_added.yml +0 -36
  1763. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_windows_firewall_profile_disabled.yml +0 -39
  1764. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_winlogon_helper_dll.yml +0 -32
  1765. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_wmi_persistence.yml +0 -34
  1766. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_wmi_unquoted_service_search.yml +0 -36
  1767. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_wmimplant.yml +0 -45
  1768. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_x509enrollment.yml +0 -29
  1769. package/bundled-rules/sigma-rules/community/windows/powershell/powershell_script/posh_ps_xml_iex.yml +0 -35
  1770. package/bundled-rules/sigma-rules/community/windows/process_access/proc_access_win_cmstp_execution_by_access.yml +0 -28
  1771. package/bundled-rules/sigma-rules/community/windows/process_access/proc_access_win_hktl_cobaltstrike_bof_injection_pattern.yml +0 -28
  1772. package/bundled-rules/sigma-rules/community/windows/process_access/proc_access_win_hktl_generic_access.yml +0 -110
  1773. package/bundled-rules/sigma-rules/community/windows/process_access/proc_access_win_hktl_handlekatz_lsass_access.yml +0 -30
  1774. package/bundled-rules/sigma-rules/community/windows/process_access/proc_access_win_hktl_littlecorporal_generated_maldoc.yml +0 -28
  1775. package/bundled-rules/sigma-rules/community/windows/process_access/proc_access_win_hktl_sysmonente.yml +0 -38
  1776. package/bundled-rules/sigma-rules/community/windows/process_access/proc_access_win_lsass_dump_comsvcs_dll.yml +0 -25
  1777. package/bundled-rules/sigma-rules/community/windows/process_access/proc_access_win_lsass_dump_keyword_image.yml +0 -52
  1778. package/bundled-rules/sigma-rules/community/windows/process_access/proc_access_win_lsass_memdump.yml +0 -56
  1779. package/bundled-rules/sigma-rules/community/windows/process_access/proc_access_win_lsass_python_based_tool.yml +0 -37
  1780. package/bundled-rules/sigma-rules/community/windows/process_access/proc_access_win_lsass_remote_access_trough_winrm.yml +0 -30
  1781. package/bundled-rules/sigma-rules/community/windows/process_access/proc_access_win_lsass_seclogon_access.yml +0 -26
  1782. package/bundled-rules/sigma-rules/community/windows/process_access/proc_access_win_lsass_susp_access_flag.yml +0 -125
  1783. package/bundled-rules/sigma-rules/community/windows/process_access/proc_access_win_lsass_werfault.yml +0 -26
  1784. package/bundled-rules/sigma-rules/community/windows/process_access/proc_access_win_lsass_whitelisted_process_names.yml +0 -57
  1785. package/bundled-rules/sigma-rules/community/windows/process_access/proc_access_win_susp_all_access_uncommon_target.yml +0 -33
  1786. package/bundled-rules/sigma-rules/community/windows/process_access/proc_access_win_susp_dbgcore_dbghelp_load.yml +0 -64
  1787. package/bundled-rules/sigma-rules/community/windows/process_access/proc_access_win_susp_direct_ntopenprocess_call.yml +0 -73
  1788. package/bundled-rules/sigma-rules/community/windows/process_access/proc_access_win_svchost_credential_dumping.yml +0 -28
  1789. package/bundled-rules/sigma-rules/community/windows/process_access/proc_access_win_svchost_susp_access_request.yml +0 -32
  1790. package/bundled-rules/sigma-rules/community/windows/process_access/proc_access_win_uac_bypass_editionupgrademanagerobj.yml +0 -24
  1791. package/bundled-rules/sigma-rules/community/windows/process_access/proc_access_win_uac_bypass_wow64_logger.yml +0 -25
  1792. package/bundled-rules/sigma-rules/community/windows/process_access/proc_access_win_werfaultsecure_msmpeng_access.yml +0 -42
  1793. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_7zip_exfil_dmp_files.yml +0 -38
  1794. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_7zip_password_compression.yml +0 -35
  1795. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_acccheckconsole_execution.yml +0 -33
  1796. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_addinutil_suspicious_cmdline.yml +0 -46
  1797. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_addinutil_uncommon_child_process.yml +0 -27
  1798. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_addinutil_uncommon_cmdline.yml +0 -33
  1799. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_addinutil_uncommon_dir_exec.yml +0 -30
  1800. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_adplus_memory_dump.yml +0 -39
  1801. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_agentexecutor_potential_abuse.yml +0 -43
  1802. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_agentexecutor_susp_usage.yml +0 -47
  1803. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_amsi_registry_tampering.yml +0 -55
  1804. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_appvlp_uncommon_child_process.yml +0 -43
  1805. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_arcsoc_susp_child_process.yml +0 -40
  1806. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_aspnet_compiler_exectuion.yml +0 -35
  1807. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_aspnet_compiler_susp_child_process.yml +0 -42
  1808. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_aspnet_compiler_susp_paths.yml +0 -44
  1809. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_at_interactive_execution.yml +0 -31
  1810. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_atbroker_uncommon_ats_execution.yml +0 -61
  1811. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_attrib_hiding_files.yml +0 -33
  1812. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_attrib_system_susp_paths.yml +0 -52
  1813. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_auditpol_nt_resource_kit_usage.yml +0 -34
  1814. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_auditpol_susp_execution.yml +0 -34
  1815. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_autorun_registry_modified_via_wmic.yml +0 -62
  1816. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_baaupdate_susp_child_process.yml +0 -40
  1817. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_bash_command_execution.yml +0 -32
  1818. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_bash_file_execution.yml +0 -44
  1819. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_bcdedit_boot_conf_tamper.yml +0 -38
  1820. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_bcdedit_susp_execution.yml +0 -31
  1821. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_bcp_export_data.yml +0 -35
  1822. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_bginfo_suspicious_child_process.yml +0 -47
  1823. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_bginfo_uncommon_child_process.yml +0 -31
  1824. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_bitlockertogo_execution.yml +0 -28
  1825. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_bitsadmin_download.yml +0 -44
  1826. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_bitsadmin_download_direct_ip.yml +0 -51
  1827. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_bitsadmin_download_file_sharing_domains.yml +0 -77
  1828. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_bitsadmin_download_susp_extensions.yml +0 -75
  1829. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_bitsadmin_download_susp_targetfolder.yml +0 -71
  1830. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_bitsadmin_potential_persistence.yml +0 -45
  1831. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_browsers_chromium_headless_debugging.yml +0 -33
  1832. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_browsers_chromium_headless_exec.yml +0 -33
  1833. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_browsers_chromium_headless_file_download.yml +0 -60
  1834. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_browsers_chromium_load_extension.yml +0 -34
  1835. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_browsers_chromium_mockbin_abuse.yml +0 -32
  1836. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_browsers_chromium_susp_load_extension.yml +0 -43
  1837. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_browsers_inline_file_download.yml +0 -55
  1838. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_browsers_remote_debugging.yml +0 -33
  1839. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_browsers_tor_execution.yml +0 -27
  1840. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_calc_uncommon_exec.yml +0 -30
  1841. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_cdb_arbitrary_command_execution.yml +0 -32
  1842. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_certmgr_certificate_installation.yml +0 -35
  1843. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_certoc_download.yml +0 -30
  1844. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_certoc_download_direct_ip.yml +0 -30
  1845. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_certoc_load_dll.yml +0 -30
  1846. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_certoc_load_dll_susp_locations.yml +0 -38
  1847. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_certreq_download.yml +0 -32
  1848. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_certutil_certificate_installation.yml +0 -36
  1849. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_certutil_decode.yml +0 -33
  1850. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_certutil_download.yml +0 -41
  1851. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_certutil_download_direct_ip.yml +0 -78
  1852. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_certutil_download_file_sharing_domains.yml +0 -75
  1853. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_certutil_encode.yml +0 -28
  1854. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_certutil_encode_susp_extensions.yml +0 -47
  1855. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_certutil_encode_susp_location.yml +0 -42
  1856. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_certutil_export_pfx.yml +0 -26
  1857. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_certutil_ntlm_coercion.yml +0 -28
  1858. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_chcp_codepage_lookup.yml +0 -34
  1859. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_chcp_codepage_switch.yml +0 -31
  1860. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_cipher_overwrite_deleted_data.yml +0 -34
  1861. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_citrix_trolleyexpress_procdump.yml +0 -40
  1862. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_clip_execution.yml +0 -30
  1863. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_cloudflared_portable_execution.yml +0 -30
  1864. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_cloudflared_quicktunnel_execution.yml +0 -88
  1865. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_cloudflared_tunnel_cleanup.yml +0 -30
  1866. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_cloudflared_tunnel_run.yml +0 -33
  1867. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_cmd_assoc_execution.yml +0 -32
  1868. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_cmd_assoc_tamper_exe_file_association.yml +0 -35
  1869. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_cmd_copy_dmp_from_share.yml +0 -31
  1870. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_cmd_curl_download_exec_combo.yml +0 -29
  1871. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_cmd_del_execution.yml +0 -37
  1872. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_cmd_del_greedy_deletion.yml +0 -36
  1873. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_cmd_dir_execution.yml +0 -32
  1874. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_cmd_dosfuscation.yml +0 -41
  1875. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_cmd_http_appdata.yml +0 -30
  1876. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_cmd_launched_with_hidden_start_flag.yml +0 -78
  1877. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_cmd_mklink_osk_cmd.yml +0 -31
  1878. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_cmd_mklink_shadow_copies_access_symlink.yml +0 -25
  1879. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_cmd_net_use_and_exec_combo.yml +0 -36
  1880. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_cmd_no_space_execution.yml +0 -66
  1881. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_cmd_ntdllpipe_redirect.yml +0 -25
  1882. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_cmd_path_traversal.yml +0 -39
  1883. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_cmd_ping_copy_combined_execution.yml +0 -33
  1884. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_cmd_ping_del_combined_execution.yml +0 -37
  1885. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_cmd_redirection_susp_folder.yml +0 -52
  1886. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_cmd_rmdir_execution.yml +0 -35
  1887. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_cmd_shadowcopy_access.yml +0 -28
  1888. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_cmd_stdin_redirect.yml +0 -28
  1889. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_cmd_sticky_key_like_backdoor_execution.yml +0 -45
  1890. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_cmd_sticky_keys_replace.yml +0 -30
  1891. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_cmd_type_arbitrary_file_download.yml +0 -28
  1892. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_cmd_unusual_parent.yml +0 -47
  1893. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_cmdkey_adding_generic_creds.yml +0 -37
  1894. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_cmdkey_recon.yml +0 -33
  1895. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_cmdl32_arbitrary_file_download.yml +0 -34
  1896. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_cmstp_execution_by_creation.yml +0 -26
  1897. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_configsecuritypolicy_download_file.yml +0 -32
  1898. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_conhost_headless_powershell.yml +0 -35
  1899. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_conhost_legacy_option.yml +0 -30
  1900. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_conhost_path_traversal.yml +0 -22
  1901. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_conhost_susp_child_process.yml +0 -33
  1902. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_conhost_susp_winshell_child_process.yml +0 -44
  1903. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_conhost_uncommon_parent.yml +0 -55
  1904. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_control_panel_item.yml +0 -43
  1905. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_createdump_lolbin_execution.yml +0 -36
  1906. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_credential_guard_registry_tampering.yml +0 -62
  1907. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_csc_susp_dynamic_compilation.yml +0 -73
  1908. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_csc_susp_parent.yml +0 -86
  1909. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_csi_execution.yml +0 -35
  1910. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_csi_use_of_csharp_console.yml +0 -28
  1911. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_csvde_export.yml +0 -30
  1912. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_curl_cookie_hijacking.yml +0 -25
  1913. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_curl_custom_user_agent.yml +0 -32
  1914. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_curl_download_direct_ip_exec.yml +0 -81
  1915. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_curl_download_direct_ip_susp_extensions.yml +0 -78
  1916. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_curl_download_susp_file_sharing_domains.yml +0 -97
  1917. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_curl_insecure_connection.yml +0 -25
  1918. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_curl_insecure_proxy_or_doh.yml +0 -26
  1919. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_curl_local_file_read.yml +0 -24
  1920. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_curl_susp_download.yml +0 -72
  1921. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_customshellhost_susp_exec.yml +0 -26
  1922. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_dctask64_arbitrary_command_and_dll_execution.yml +0 -37
  1923. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_defaultpack_uncommon_child_process.yml +0 -24
  1924. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_defender_default_action_modified.yml +0 -47
  1925. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_defender_remove_context_menu.yml +0 -46
  1926. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_desktopimgdownldr_remote_file_download.yml +0 -23
  1927. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_desktopimgdownldr_susp_execution.yml +0 -32
  1928. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_devcon_disable_vmci_driver.yml +0 -39
  1929. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_device_credential_deployment.yml +0 -22
  1930. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_deviceenroller_dll_sideloading.yml +0 -33
  1931. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_devinit_lolbin_usage.yml +0 -26
  1932. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_dfsvc_suspicious_child_processes.yml +0 -40
  1933. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_dirlister_execution.yml +0 -30
  1934. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_discovery_via_reg_queries.yml +0 -54
  1935. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_diskshadow_child_process_susp.yml +0 -46
  1936. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_diskshadow_script_mode_susp_ext.yml +0 -46
  1937. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_diskshadow_script_mode_susp_location.yml +0 -49
  1938. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_dism_enable_powershell_web_access_feature.yml +0 -31
  1939. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_dism_remove.yml +0 -45
  1940. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_dll_sideload_vmware_xfer.yml +0 -25
  1941. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_dllhost_no_cli_execution.yml +0 -30
  1942. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_dns_exfiltration_tools_execution.yml +0 -27
  1943. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_dns_susp_child_process.yml +0 -25
  1944. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_dnscmd_discovery.yml +0 -30
  1945. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_dnscmd_install_new_server_level_plugin_dll.yml +0 -34
  1946. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_dnx_execute_csharp_code.yml +0 -26
  1947. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_dotnet_arbitrary_dll_csproj_execution.yml +0 -41
  1948. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_dotnet_trace_lolbin_execution.yml +0 -27
  1949. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_dotnetdump_memory_dump.yml +0 -26
  1950. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_driverquery_recon.yml +0 -39
  1951. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_driverquery_usage.yml +0 -39
  1952. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_dsacls_abuse_permissions.yml +0 -34
  1953. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_dsacls_password_spray.yml +0 -29
  1954. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_dsquery_domain_trust_discovery.yml +0 -37
  1955. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_dtrace_kernel_dump.yml +0 -28
  1956. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_dump64_defender_av_bypass_rename.yml +0 -31
  1957. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_dumpminitool_execution.yml +0 -39
  1958. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_dumpminitool_susp_execution.yml +0 -46
  1959. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_dxcap_arbitrary_binary_execution.yml +0 -27
  1960. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_esentutl_params.yml +0 -27
  1961. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_esentutl_sensitive_file_copy.yml +0 -46
  1962. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_esentutl_webcache.yml +0 -29
  1963. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_event_logging_disable_via_key_minint.yml +0 -50
  1964. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_eventvwr_susp_child_process.yml +0 -33
  1965. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_expand_cabinet_files.yml +0 -49
  1966. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_explorer_break_process_tree.yml +0 -33
  1967. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_explorer_folder_shortcut_via_shell_binary.yml +0 -29
  1968. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_explorer_nouaccheck.yml +0 -28
  1969. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_findstr_download.yml +0 -41
  1970. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_findstr_gpp_passwords.yml +0 -38
  1971. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_findstr_lnk.yml +0 -34
  1972. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_findstr_lsass.yml +0 -38
  1973. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_findstr_recon_everyone.yml +0 -45
  1974. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_findstr_recon_pipe_output.yml +0 -45
  1975. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_findstr_security_keyword_lookup.yml +0 -69
  1976. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_findstr_subfolder_search.yml +0 -39
  1977. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_findstr_sysmon_discovery_via_default_altitude.yml +0 -29
  1978. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_finger_execution.yml +0 -34
  1979. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_fltmc_unload_driver.yml +0 -42
  1980. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_fltmc_unload_driver_sysmon.yml +0 -32
  1981. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_forfiles_child_process_masquerading.yml +0 -39
  1982. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_forfiles_proxy_execution_.yml +0 -34
  1983. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_format_uncommon_filesystem_load.yml +0 -31
  1984. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_fsi_fsharp_code_execution.yml +0 -32
  1985. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_fsutil_drive_enumeration.yml +0 -26
  1986. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_fsutil_symlinkevaluation.yml +0 -46
  1987. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_fsutil_usage.yml +0 -37
  1988. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_ftp_arbitrary_command_execution.yml +0 -29
  1989. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_gfxdownloadwrapper_arbitrary_file_download.yml +0 -27
  1990. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_git_susp_clone.yml +0 -46
  1991. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_github_self_hosted_runner.yml +0 -41
  1992. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_googleupdate_susp_child_process.yml +0 -33
  1993. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_gpg4win_decryption.yml +0 -29
  1994. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_gpg4win_encryption.yml +0 -29
  1995. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_gpg4win_portable_execution.yml +0 -32
  1996. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_gpg4win_susp_location.yml +0 -36
  1997. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_gpresult_execution.yml +0 -33
  1998. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_gup_arbitrary_binary_execution.yml +0 -29
  1999. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_gup_download.yml +0 -29
  2000. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_gup_susp_child_process.yml +0 -48
  2001. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_gup_suspicious_execution.yml +0 -33
  2002. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hh_chm_execution.yml +0 -28
  2003. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hh_chm_remote_download_or_execution.yml +0 -30
  2004. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hh_html_help_susp_child_process.yml +0 -53
  2005. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hh_susp_execution.yml +0 -51
  2006. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_adcspwn.yml +0 -25
  2007. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_bloodhound_sharphound.yml +0 -53
  2008. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_c3_rundll32_pattern.yml +0 -25
  2009. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_certify.yml +0 -40
  2010. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_certipy.yml +0 -55
  2011. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_cobaltstrike_bloopers_cmd.yml +0 -44
  2012. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_cobaltstrike_bloopers_modules.yml +0 -37
  2013. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_cobaltstrike_load_by_rundll32.yml +0 -33
  2014. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_cobaltstrike_process_patterns.yml +0 -39
  2015. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_coercedpotato.yml +0 -31
  2016. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_covenant.yml +0 -35
  2017. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_crackmapexec_execution.yml +0 -77
  2018. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_crackmapexec_execution_patterns.yml +0 -38
  2019. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_crackmapexec_patterns.yml +0 -44
  2020. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_crackmapexec_powershell_obfuscation.yml +0 -39
  2021. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_createminidump.yml +0 -23
  2022. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_dinjector.yml +0 -25
  2023. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_doppelganger.yml +0 -25
  2024. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_dumpert.yml +0 -24
  2025. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_edr_freeze.yml +0 -40
  2026. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_edrsilencer.yml +0 -24
  2027. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_empire_powershell_launch.yml +0 -31
  2028. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_empire_powershell_uac_bypass.yml +0 -27
  2029. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_evil_winrm.yml +0 -27
  2030. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_execution_via_imphashes.yml +0 -112
  2031. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_execution_via_pe_metadata.yml +0 -25
  2032. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_gmer.yml +0 -26
  2033. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_handlekatz.yml +0 -36
  2034. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_hashcat.yml +0 -28
  2035. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_hollowreaper.yml +0 -24
  2036. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_htran_or_natbypass.yml +0 -30
  2037. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_hydra.yml +0 -28
  2038. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_impacket_lateral_movement.yml +0 -68
  2039. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_impacket_tools.yml +0 -75
  2040. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_impersonate.yml +0 -35
  2041. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_inveigh.yml +0 -33
  2042. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_invoke_obfuscation_clip.yml +0 -34
  2043. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_invoke_obfuscation_obfuscated_iex_commandline.yml +0 -30
  2044. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_invoke_obfuscation_stdin.yml +0 -26
  2045. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_invoke_obfuscation_var.yml +0 -26
  2046. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_invoke_obfuscation_via_compress.yml +0 -30
  2047. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_invoke_obfuscation_via_stdin.yml +0 -24
  2048. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_invoke_obfuscation_via_use_clip.yml +0 -26
  2049. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_invoke_obfuscation_via_use_mhsta.yml +0 -30
  2050. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_invoke_obfuscation_via_var.yml +0 -38
  2051. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_jlaive_batch_execution.yml +0 -40
  2052. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_koadic.yml +0 -32
  2053. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_krbrelay.yml +0 -38
  2054. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_krbrelay_remote.yml +0 -59
  2055. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_krbrelayup.yml +0 -41
  2056. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_lazagne.yml +0 -140
  2057. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_localpotato.yml +0 -32
  2058. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_meterpreter_getsystem.yml +0 -46
  2059. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_mimikatz_command_line.yml +0 -54
  2060. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_pchunter.yml +0 -44
  2061. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_powersploit_empire_default_schtasks.yml +0 -42
  2062. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_powertool.yml +0 -28
  2063. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_purplesharp_indicators.yml +0 -27
  2064. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_pypykatz.yml +0 -28
  2065. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_quarks_pwdump.yml +0 -33
  2066. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_redmimicry_winnti_playbook.yml +0 -31
  2067. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_relay_attacks_tools.yml +0 -59
  2068. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_rubeus.yml +0 -49
  2069. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_safetykatz.yml +0 -24
  2070. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_secutyxploded.yml +0 -25
  2071. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_selectmyparent.yml +0 -49
  2072. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_sharp_chisel.yml +0 -28
  2073. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_sharp_dpapi_execution.yml +0 -50
  2074. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_sharp_impersonation.yml +0 -39
  2075. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_sharp_ldap_monitor.yml +0 -27
  2076. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_sharpersist.yml +0 -42
  2077. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_sharpevtmute.yml +0 -29
  2078. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_sharpldapwhoami.yml +0 -34
  2079. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_sharpmove.yml +0 -39
  2080. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_sharpsuccessor_execution.yml +0 -31
  2081. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_sharpup.yml +0 -37
  2082. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_sharpview.yml +0 -141
  2083. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_sharpwsus_wsuspendu_execution.yml +0 -43
  2084. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_silenttrinity_stager.yml +0 -25
  2085. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_sliver_c2_execution_pattern.yml +0 -23
  2086. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_soaphound_execution.yml +0 -33
  2087. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_stracciatella_execution.yml +0 -30
  2088. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_sysmoneop.yml +0 -27
  2089. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_trufflesnout.yml +0 -25
  2090. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_uacme.yml +0 -52
  2091. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_wce.yml +0 -38
  2092. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_winpeas.yml +0 -48
  2093. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_winpwn.yml +0 -44
  2094. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_wmiexec_default_powershell.yml +0 -21
  2095. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_wsass.yml +0 -32
  2096. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_xordump.yml +0 -29
  2097. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hktl_zipexec.yml +0 -34
  2098. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hostname_execution.yml +0 -22
  2099. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hvci_registry_tampering.yml +0 -53
  2100. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hwp_exploits.yml +0 -31
  2101. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_hxtsr_masquerading.yml +0 -29
  2102. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_icacls_deny.yml +0 -27
  2103. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_ieexec_download.yml +0 -27
  2104. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_iexpress_susp_execution.yml +0 -40
  2105. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_iis_appcmd_http_logging.yml +0 -29
  2106. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_iis_appcmd_service_account_password_dumped.yml +0 -47
  2107. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_iis_appcmd_susp_module_install.yml +0 -31
  2108. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_iis_appcmd_susp_rewrite_rule.yml +0 -28
  2109. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_iis_connection_strings_decryption.yml +0 -27
  2110. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_iis_logs_deletion.yml +0 -47
  2111. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_iis_susp_module_registration.yml +0 -31
  2112. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_ilasm_il_code_compilation.yml +0 -28
  2113. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_imagingdevices_unusual_parents.yml +0 -30
  2114. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_imewbdld_download.yml +0 -32
  2115. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_infdefaultinstall_execute_sct_scripts.yml +0 -25
  2116. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_installutil_download.yml +0 -29
  2117. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_instalutil_no_log_execution.yml +0 -26
  2118. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_java_keytool_susp_child_process.yml +0 -49
  2119. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_java_manageengine_susp_child_process.yml +0 -60
  2120. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_java_remote_debugging.yml +0 -30
  2121. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_java_susp_child_process.yml +0 -51
  2122. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_java_susp_child_process_2.yml +0 -35
  2123. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_java_sysaidserver_susp_child_process.yml +0 -24
  2124. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_jsc_execution.yml +0 -28
  2125. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_kavremover_uncommon_execution.yml +0 -25
  2126. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_kd_execution.yml +0 -23
  2127. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_kerberos_coercion_via_dns_spn_spoofing.yml +0 -38
  2128. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_keyscrambler_susp_child_process.yml +0 -48
  2129. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_ksetup_password_change_computer.yml +0 -24
  2130. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_ksetup_password_change_user.yml +0 -23
  2131. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_ldifde_export.yml +0 -27
  2132. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_ldifde_file_load.yml +0 -32
  2133. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_link_uncommon_parent_process.yml +0 -36
  2134. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_lodctr_performance_counter_tampering.yml +0 -24
  2135. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_logman_disable_eventlog.yml +0 -36
  2136. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_lolbin_data_exfiltration_by_using_datasvcutil.yml +0 -34
  2137. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_lolbin_devtoolslauncher.yml +0 -24
  2138. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_lolbin_diantz_ads.yml +0 -25
  2139. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_lolbin_diantz_remote_cab.yml +0 -25
  2140. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_lolbin_extrac32.yml +0 -31
  2141. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_lolbin_extrac32_ads.yml +0 -25
  2142. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_lolbin_gather_network_info.yml +0 -37
  2143. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_lolbin_gpscript.yml +0 -30
  2144. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_lolbin_ie4uinit.yml +0 -30
  2145. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_lolbin_launch_vsdevshell.yml +0 -25
  2146. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_lolbin_manage_bde.yml +0 -36
  2147. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_lolbin_mavinject_process_injection.yml +0 -36
  2148. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_lolbin_mpiexec.yml +0 -29
  2149. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_lolbin_msdeploy.yml +0 -28
  2150. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_lolbin_openconsole.yml +0 -24
  2151. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_lolbin_openwith.yml +0 -24
  2152. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_lolbin_pcalua.yml +0 -27
  2153. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_lolbin_pcwrun.yml +0 -25
  2154. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_lolbin_pcwrun_follina.yml +0 -23
  2155. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_lolbin_pcwutl.yml +0 -28
  2156. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_lolbin_pester.yml +0 -34
  2157. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_lolbin_pester_1.yml +0 -39
  2158. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_lolbin_printbrm.yml +0 -26
  2159. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_lolbin_pubprn.yml +0 -23
  2160. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_lolbin_rasautou_dll_execution.yml +0 -29
  2161. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_lolbin_register_app.yml +0 -23
  2162. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_lolbin_remote.yml +0 -23
  2163. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_lolbin_replace.yml +0 -25
  2164. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_lolbin_runexehelper.yml +0 -22
  2165. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_lolbin_runscripthelper.yml +0 -25
  2166. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_lolbin_scriptrunner.yml +0 -25
  2167. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_lolbin_settingsynchost.yml +0 -32
  2168. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_lolbin_sftp.yml +0 -28
  2169. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_lolbin_susp_driver_installed_by_pnputil.yml +0 -32
  2170. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_lolbin_susp_grpconv.yml +0 -24
  2171. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_lolbin_susp_sqldumper_activity.yml +0 -27
  2172. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_lolbin_syncappvpublishingserver_execute_psh.yml +0 -29
  2173. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_lolbin_syncappvpublishingserver_vbs_execute_psh.yml +0 -26
  2174. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_lolbin_tracker.yml +0 -38
  2175. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_lolbin_ttdinject.yml +0 -22
  2176. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_lolbin_tttracer_mod_load.yml +0 -29
  2177. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_lolbin_unregmp2.yml +0 -25
  2178. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_lolbin_utilityfunctions.yml +0 -23
  2179. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_lolbin_visual_basic_compiler.yml +0 -23
  2180. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_lolbin_visualuiaverifynative.yml +0 -25
  2181. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_lolbin_vsiisexelauncher.yml +0 -26
  2182. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_lolbin_wfc.yml +0 -23
  2183. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_lolscript_register_app.yml +0 -30
  2184. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_lsass_process_clone.yml +0 -26
  2185. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_mftrace_child_process.yml +0 -22
  2186. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_mmc_default_domain_gpo_modification_via_gpme.yml +0 -40
  2187. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_mmc_mmc20_lateral_movement.yml +0 -26
  2188. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_mmc_rlo_abuse_pattern.yml +0 -39
  2189. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_mmc_susp_child_process.yml +0 -32
  2190. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_mode_codepage_russian.yml +0 -40
  2191. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_mofcomp_execution.yml +0 -51
  2192. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_mpcmdrun_dll_sideload_defender.yml +0 -36
  2193. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_mpcmdrun_download_arbitrary_file.yml +0 -32
  2194. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_mpcmdrun_remove_windows_defender_definition.yml +0 -28
  2195. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_msbuild_susp_parent_process.yml +0 -30
  2196. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_msdt_answer_file_exec.yml +0 -28
  2197. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_msdt_arbitrary_command_execution.yml +0 -31
  2198. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_msdt_susp_cab_options.yml +0 -31
  2199. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_msdt_susp_parent.yml +0 -39
  2200. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_msedge_proxy_download.yml +0 -27
  2201. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_mshta_http.yml +0 -29
  2202. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_mshta_inline_vbscript.yml +0 -26
  2203. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_mshta_javascript.yml +0 -26
  2204. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_mshta_lethalhta_technique.yml +0 -23
  2205. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_mshta_susp_child_processes.yml +0 -48
  2206. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_mshta_susp_execution.yml +0 -74
  2207. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_mshta_susp_pattern.yml +0 -54
  2208. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_msiexec_dll.yml +0 -29
  2209. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_msiexec_embedding.yml +0 -36
  2210. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_msiexec_execute_dll.yml +0 -41
  2211. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_msiexec_install_quiet.yml +0 -48
  2212. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_msiexec_install_remote.yml +0 -44
  2213. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_msiexec_masquerading.yml +0 -28
  2214. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_msiexec_web_install.yml +0 -29
  2215. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_msix_ai_stub_execution.yml +0 -34
  2216. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_msohtmed_download.yml +0 -29
  2217. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_mspub_download.yml +0 -29
  2218. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_msra_process_injection.yml +0 -34
  2219. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_mssql_sqlps_susp_execution.yml +0 -33
  2220. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_mssql_sqltoolsps_susp_execution.yml +0 -31
  2221. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_mssql_susp_child_process.yml +0 -47
  2222. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_mssql_veaam_susp_child_processes.yml +0 -52
  2223. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_mstsc_rdp_hijack_shadowing.yml +0 -25
  2224. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_mstsc_remote_connection.yml +0 -32
  2225. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_mstsc_run_local_rdp_file.yml +0 -31
  2226. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_mstsc_run_local_rdp_file_susp_location.yml +0 -39
  2227. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_mstsc_run_local_rpd_file_susp_parent.yml +0 -38
  2228. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_msxsl_execution.yml +0 -26
  2229. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_msxsl_remote_execution.yml +0 -23
  2230. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_net_groups_and_accounts_recon.yml +0 -58
  2231. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_net_share_unmount.yml +0 -31
  2232. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_net_start_service.yml +0 -29
  2233. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_net_stop_service.yml +0 -31
  2234. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_net_use_mount_admin_share.yml +0 -34
  2235. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_net_use_mount_internet_share.yml +0 -31
  2236. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_net_use_mount_share.yml +0 -34
  2237. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_net_use_network_connections_discovery.yml +0 -34
  2238. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_net_use_password_plaintext.yml +0 -39
  2239. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_net_user_add.yml +0 -36
  2240. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_net_user_add_never_expire.yml +0 -35
  2241. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_net_user_default_accounts_manipulation.yml +0 -68
  2242. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_net_view_share_and_sessions_enum.yml +0 -32
  2243. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_netsh_fw_add_rule.yml +0 -33
  2244. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_netsh_fw_allow_program_in_susp_location.yml +0 -61
  2245. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_netsh_fw_allow_rdp.yml +0 -35
  2246. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_netsh_fw_delete_rule.yml +0 -34
  2247. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_netsh_fw_disable.yml +0 -40
  2248. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_netsh_fw_enable_group_rule.yml +0 -33
  2249. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_netsh_fw_rules_discovery.yml +0 -34
  2250. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_netsh_fw_set_rule.yml +0 -28
  2251. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_netsh_helper_dll_persistence.yml +0 -37
  2252. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_netsh_packet_capture.yml +0 -29
  2253. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_netsh_port_forwarding.yml +0 -46
  2254. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_netsh_port_forwarding_3389.yml +0 -31
  2255. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_netsh_wifi_credential_harvesting.yml +0 -31
  2256. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_nltest_execution.yml +0 -29
  2257. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_nltest_recon.yml +0 -51
  2258. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_node_abuse.yml +0 -35
  2259. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_node_adobe_creative_cloud_abuse.yml +0 -25
  2260. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_notepad_local_passwd_discovery.yml +0 -29
  2261. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_nslookup_domain_discovery.yml +0 -25
  2262. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_nslookup_poweshell_download.yml +0 -34
  2263. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_ntdsutil_susp_usage.yml +0 -38
  2264. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_ntdsutil_usage.yml +0 -22
  2265. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_odbcconf_driver_install.yml +0 -32
  2266. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_odbcconf_driver_install_susp.yml +0 -32
  2267. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_odbcconf_exec_susp_locations.yml +0 -50
  2268. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_odbcconf_register_dll_regsvr.yml +0 -35
  2269. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_odbcconf_register_dll_regsvr_susp.yml +0 -32
  2270. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_odbcconf_response_file.yml +0 -35
  2271. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_odbcconf_response_file_susp.yml +0 -39
  2272. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_odbcconf_uncommon_child_process.yml +0 -24
  2273. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_office_arbitrary_cli_download.yml +0 -39
  2274. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_office_excel_dcom_lateral_movement.yml +0 -33
  2275. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_office_exec_from_trusted_locations.yml +0 -50
  2276. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_office_onenote_embedded_script_execution.yml +0 -33
  2277. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_office_onenote_susp_child_processes.yml +0 -125
  2278. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_office_outlook_enable_unsafe_client_mail_rules.yml +0 -29
  2279. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_office_outlook_execution_from_temp.yml +0 -22
  2280. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_office_outlook_susp_child_processes.yml +0 -63
  2281. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_office_outlook_susp_child_processes_remote.yml +0 -30
  2282. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_office_spawn_exe_from_users_directory.yml +0 -37
  2283. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_office_susp_child_processes.yml +0 -135
  2284. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_office_winword_dll_load.yml +0 -30
  2285. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_offlinescannershell_mpclient_sideloading.yml +0 -31
  2286. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_pdqdeploy_execution.yml +0 -30
  2287. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_pdqdeploy_runner_susp_children.yml +0 -57
  2288. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_perl_inline_command_execution.yml +0 -25
  2289. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_php_inline_command_execution.yml +0 -26
  2290. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_ping_hex_ip.yml +0 -25
  2291. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_pktmon_execution.yml +0 -24
  2292. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_plink_port_forwarding.yml +0 -26
  2293. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_plink_susp_tunneling.yml +0 -33
  2294. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powercfg_execution.yml +0 -34
  2295. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_aadinternals_cmdlets_execution.yml +0 -65
  2296. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_active_directory_module_dll_import.yml +0 -40
  2297. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_add_windows_capability.yml +0 -34
  2298. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_amsi_init_failed_bypass.yml +0 -32
  2299. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_amsi_null_bits_bypass.yml +0 -27
  2300. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_audio_capture.yml +0 -29
  2301. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_base64_encoded_cmd.yml +0 -44
  2302. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_base64_encoded_cmd_patterns.yml +0 -46
  2303. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_base64_encoded_obfusc.yml +0 -53
  2304. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_base64_frombase64string.yml +0 -29
  2305. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_base64_hidden_flag.yml +0 -79
  2306. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_base64_iex.yml +0 -46
  2307. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_base64_invoke.yml +0 -45
  2308. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_base64_mppreference.yml +0 -42
  2309. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_base64_reflection_assembly_load.yml +0 -45
  2310. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_base64_reflection_assembly_load_obfusc.yml +0 -53
  2311. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_base64_wmi_classes.yml +0 -76
  2312. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_cl_invocation.yml +0 -24
  2313. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_cl_loadassembly.yml +0 -26
  2314. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_cl_mutexverifiers.yml +0 -32
  2315. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_cmdline_convertto_securestring.yml +0 -32
  2316. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_cmdline_reversed_strings.yml +0 -64
  2317. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_cmdline_special_characters.yml +0 -42
  2318. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_comobject_msi.yml +0 -45
  2319. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_comobject_msi_remote.yml +0 -51
  2320. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_computer_discovery_get_adcomputer.yml +0 -42
  2321. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_console_history_file_access.yml +0 -25
  2322. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_create_service.yml +0 -28
  2323. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_decode_gzip.yml +0 -23
  2324. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_decrypt_pattern.yml +0 -50
  2325. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_defender_disable_feature.yml +0 -86
  2326. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_defender_exclusion.yml +0 -36
  2327. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_disable_defender_av_security_monitoring.yml +0 -49
  2328. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_disable_firewall.yml +0 -42
  2329. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_disable_ie_features.yml +0 -32
  2330. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_downgrade_attack.yml +0 -35
  2331. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_download_com_cradles.yml +0 -37
  2332. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_download_cradle_obfuscated.yml +0 -30
  2333. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_download_dll.yml +0 -32
  2334. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_download_iex.yml +0 -41
  2335. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_download_patterns.yml +0 -44
  2336. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_download_susp_file_sharing_domains.yml +0 -71
  2337. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_dsinternals_cmdlets.yml +0 -89
  2338. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_email_exfil.yml +0 -30
  2339. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_enable_susp_windows_optional_feature.yml +0 -39
  2340. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_encode.yml +0 -38
  2341. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_encoding_patterns.yml +0 -53
  2342. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_exec_data_file.yml +0 -32
  2343. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_export_certificate.yml +0 -30
  2344. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_frombase64string.yml +0 -25
  2345. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_frombase64string_archive.yml +0 -27
  2346. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_get_clipboard.yml +0 -26
  2347. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_get_localgroup_member_recon.yml +0 -36
  2348. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_getprocess_lsass.yml +0 -26
  2349. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_hide_services_via_set_service.yml +0 -39
  2350. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_iex_patterns.yml +0 -44
  2351. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_import_cert_susp_locations.yml +0 -33
  2352. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_import_module_susp_dirs.yml +0 -39
  2353. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_install_unsigned_appx_packages.yml +0 -38
  2354. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_invocation_specific.yml +0 -73
  2355. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_invoke_webrequest_direct_ip.yml +0 -49
  2356. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_invoke_webrequest_download.yml +0 -54
  2357. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_kerberos_kerberos_ticket_request_via_cli.yml +0 -39
  2358. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_mailboxexport_share.yml +0 -27
  2359. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_malicious_cmdlets.yml +0 -250
  2360. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_msexchange_transport_agent.yml +0 -25
  2361. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_non_interactive_execution.yml +0 -42
  2362. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_obfuscation_via_utf8.yml +0 -26
  2363. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_public_folder.yml +0 -37
  2364. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_remotefxvgpudisablement_abuse.yml +0 -32
  2365. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_remove_mppreference.yml +0 -30
  2366. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_reverse_shell_connection.yml +0 -34
  2367. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_run_script_from_ads.yml +0 -30
  2368. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_run_script_from_input_stream.yml +0 -27
  2369. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_sam_access.yml +0 -32
  2370. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_script_engine_parent.yml +0 -30
  2371. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_service_dacl_modification_set_service.yml +0 -41
  2372. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_set_acl.yml +0 -38
  2373. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_set_acl_susp_location.yml +0 -49
  2374. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_set_policies_to_unsecure_level.yml +0 -63
  2375. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_set_service_disabled.yml +0 -30
  2376. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_shadowcopy_deletion.yml +0 -41
  2377. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_snapins_hafnium.yml +0 -41
  2378. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_stop_service.yml +0 -31
  2379. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_susp_download_patterns.yml +0 -32
  2380. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_susp_parameter_variation.yml +0 -133
  2381. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_susp_parent_process.yml +0 -61
  2382. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_susp_ps_appdata.yml +0 -34
  2383. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_token_obfuscation.yml +0 -35
  2384. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_uninstall_defender_feature.yml +0 -36
  2385. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_user_discovery_get_aduser.yml +0 -41
  2386. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_webclient_casing.yml +0 -174
  2387. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_x509enrollment.yml +0 -28
  2388. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_xor_commandline.yml +0 -51
  2389. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_powershell_zip_compress.yml +0 -35
  2390. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_presentationhost_download.yml +0 -29
  2391. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_presentationhost_uncommon_location_exec.yml +0 -31
  2392. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_pressanykey_lolbin_execution.yml +0 -27
  2393. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_print_remote_file_copy.yml +0 -29
  2394. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_protocolhandler_download.yml +0 -30
  2395. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_provlaunch_potential_abuse.yml +0 -50
  2396. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_provlaunch_susp_child_process.yml +0 -49
  2397. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_psr_capture_screenshots.yml +0 -27
  2398. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_pua_3proxy_execution.yml +0 -27
  2399. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_pua_adfind_enumeration.yml +0 -42
  2400. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_pua_adfind_execution.yml +0 -36
  2401. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_pua_adfind_susp_usage.yml +0 -66
  2402. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_pua_advanced_ip_scanner.yml +0 -35
  2403. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_pua_advanced_port_scanner.yml +0 -31
  2404. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_pua_advancedrun.yml +0 -40
  2405. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_pua_advancedrun_priv_user.yml +0 -43
  2406. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_pua_chisel.yml +0 -39
  2407. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_pua_cleanwipe.yml +0 -33
  2408. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_pua_crassus.yml +0 -24
  2409. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_pua_csexec.yml +0 -27
  2410. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_pua_defendercheck.yml +0 -23
  2411. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_pua_ditsnap.yml +0 -24
  2412. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_pua_frp.yml +0 -33
  2413. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_pua_iox.yml +0 -34
  2414. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_pua_kdu_driver_tool.yml +0 -36
  2415. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_pua_mouselock_execution.yml +0 -26
  2416. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_pua_netcat.yml +0 -41
  2417. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_pua_netscan.yml +0 -31
  2418. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_pua_ngrok.yml +0 -52
  2419. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_pua_nimgrab.yml +0 -27
  2420. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_pua_nimscan.yml +0 -29
  2421. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_pua_nircmd.yml +0 -40
  2422. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_pua_nircmd_as_system.yml +0 -25
  2423. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_pua_nmap_zenmap.yml +0 -28
  2424. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_pua_nps.yml +0 -35
  2425. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_pua_nsudo.yml +0 -48
  2426. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_pua_pingcastle.yml +0 -185
  2427. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_pua_pingcastle_script_parent.yml +0 -90
  2428. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_pua_process_hacker.yml +0 -49
  2429. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_pua_radmin.yml +0 -26
  2430. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_pua_rcedit_execution.yml +0 -41
  2431. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_pua_rclone_execution.yml +0 -55
  2432. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_pua_restic.yml +0 -48
  2433. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_pua_runxcmd.yml +0 -28
  2434. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_pua_seatbelt.yml +0 -56
  2435. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_pua_system_informer.yml +0 -40
  2436. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_pua_trufflehog.yml +0 -43
  2437. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_pua_webbrowserpassview.yml +0 -23
  2438. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_pua_wsudo_susp_execution.yml +0 -33
  2439. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_python_adidnsdump.yml +0 -25
  2440. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_python_inline_command_execution.yml +0 -54
  2441. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_python_pty_spawn.yml +0 -33
  2442. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_qemu_suspicious_execution.yml +0 -38
  2443. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_query_session_exfil.yml +0 -24
  2444. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_quickassist_execution.yml +0 -25
  2445. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_rar_compress_data.yml +0 -24
  2446. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_rar_compression_with_password.yml +0 -29
  2447. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_rar_susp_greedy_compression.yml +0 -42
  2448. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_rasdial_execution.yml +0 -23
  2449. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_rdp_enable_or_disable_via_win32_terminalservicesetting_wmi_class.yml +0 -45
  2450. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_rdrleakdiag_process_dumping.yml +0 -38
  2451. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_reagentc_disable_windows_recovery_environment.yml +0 -28
  2452. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_reg_add_run_key.yml +0 -35
  2453. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_reg_add_safeboot.yml +0 -33
  2454. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_reg_bitlocker.yml +0 -36
  2455. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_reg_credential_access_via_password_filter.yml +0 -28
  2456. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_reg_defender_exclusion.yml +0 -33
  2457. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_reg_delete_runmru.yml +0 -32
  2458. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_reg_delete_safeboot.yml +0 -30
  2459. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_reg_delete_services.yml +0 -28
  2460. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_reg_desktop_background_change.yml +0 -55
  2461. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_reg_direct_asep_registry_keys_modification.yml +0 -38
  2462. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_reg_disable_defender_wmi_autologger.yml +0 -42
  2463. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_reg_disable_sec_services.yml +0 -45
  2464. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_reg_dumping_sensitive_hives.yml +0 -59
  2465. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_reg_enable_windows_recall.yml +0 -44
  2466. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_reg_enumeration_for_credentials_in_registry.yml +0 -38
  2467. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_reg_import_from_suspicious_paths.yml +0 -38
  2468. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_reg_lsa_disable_restricted_admin.yml +0 -33
  2469. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_reg_lsa_ppl_protection_disabled.yml +0 -29
  2470. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_reg_machineguid.yml +0 -25
  2471. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_reg_modify_group_policy_settings.yml +0 -36
  2472. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_reg_nolmhash.yml +0 -33
  2473. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_reg_query_registry.yml +0 -34
  2474. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_reg_rdp_keys_tamper.yml +0 -68
  2475. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_reg_screensaver.yml +0 -54
  2476. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_reg_service_imagepath_change.yml +0 -33
  2477. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_reg_software_discovery.yml +0 -31
  2478. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_reg_susp_paths.yml +0 -36
  2479. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_reg_volsnap_disable.yml +0 -24
  2480. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_reg_windows_defender_tamper.yml +0 -72
  2481. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_reg_write_protect_for_storage_disabled.yml +0 -28
  2482. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_regasm_no_flag_or_dll_execution.yml +0 -35
  2483. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_regasm_regsvcs_uncommon_extension_execution.yml +0 -40
  2484. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_regasm_regsvcs_uncommon_location_execution.yml +0 -42
  2485. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_regedit_export_critical_keys.yml +0 -39
  2486. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_regedit_export_keys.yml +0 -39
  2487. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_regedit_import_keys.yml +0 -41
  2488. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_regedit_import_keys_ads.yml +0 -38
  2489. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_regedit_trustedinstaller.yml +0 -26
  2490. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_regini_ads.yml +0 -31
  2491. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_regini_execution.yml +0 -31
  2492. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_registry_cimprovider_dll_load.yml +0 -28
  2493. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_registry_enumeration_for_credentials_cli.yml +0 -53
  2494. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_registry_export_of_thirdparty_creds.yml +0 -51
  2495. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_registry_ie_security_zone_protocol_defaults_downgrade.yml +0 -31
  2496. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_registry_install_reg_debugger_backdoor.yml +0 -34
  2497. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_registry_logon_script.yml +0 -26
  2498. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_registry_new_network_provider.yml +0 -34
  2499. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_registry_office_disable_python_security_warnings.yml +0 -30
  2500. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_registry_privilege_escalation_via_service_key.yml +0 -34
  2501. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_registry_provlaunch_provisioning_command.yml +0 -29
  2502. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_registry_set_unsecure_powershell_policy.yml +0 -34
  2503. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_registry_special_accounts_hide_user.yml +0 -35
  2504. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_registry_typed_paths_persistence.yml +0 -21
  2505. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_regsvr32_flags_anomaly.yml +0 -25
  2506. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_regsvr32_http_ip_pattern.yml +0 -63
  2507. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_regsvr32_network_pattern.yml +0 -36
  2508. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_regsvr32_remote_share.yml +0 -25
  2509. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_regsvr32_susp_child_process.yml +0 -45
  2510. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_regsvr32_susp_exec_path_1.yml +0 -34
  2511. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_regsvr32_susp_exec_path_2.yml +0 -63
  2512. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_regsvr32_susp_extensions.yml +0 -54
  2513. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_regsvr32_susp_parent.yml +0 -37
  2514. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_regsvr32_uncommon_extension.yml +0 -41
  2515. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_remote_access_tools_anydesk.yml +0 -34
  2516. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_remote_access_tools_anydesk_piped_password_via_cli.yml +0 -27
  2517. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_remote_access_tools_anydesk_revoked_cert.yml +0 -44
  2518. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_remote_access_tools_anydesk_silent_install.yml +0 -26
  2519. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_remote_access_tools_anydesk_susp_exec.yml +0 -39
  2520. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_remote_access_tools_gotoopener.yml +0 -27
  2521. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_remote_access_tools_logmein.yml +0 -27
  2522. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_remote_access_tools_meshagent_arguments.yml +0 -30
  2523. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_remote_access_tools_meshagent_exec.yml +0 -29
  2524. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_remote_access_tools_netsupport.yml +0 -28
  2525. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_remote_access_tools_netsupport_susp_exec.yml +0 -28
  2526. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_remote_access_tools_renamed_meshagent_execution.yml +0 -37
  2527. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_remote_access_tools_rurat_non_default_location.yml +0 -28
  2528. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_remote_access_tools_screenconnect.yml +0 -27
  2529. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_remote_access_tools_screenconnect_installation_cli_param.yml +0 -28
  2530. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_remote_access_tools_screenconnect_remote_execution.yml +0 -30
  2531. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_remote_access_tools_screenconnect_remote_execution_susp.yml +0 -42
  2532. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_remote_access_tools_screenconnect_webshell.yml +0 -25
  2533. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_remote_access_tools_simple_help.yml +0 -27
  2534. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_remote_access_tools_tacticalrmm_agent_registration_via_cli.yml +0 -32
  2535. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_remote_access_tools_teamviewer_incoming_connection.yml +0 -31
  2536. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_remote_access_tools_ultraviewer.yml +0 -27
  2537. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_remote_time_discovery.yml +0 -29
  2538. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_renamed_adfind.yml +0 -64
  2539. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_renamed_autohotkey.yml +0 -39
  2540. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_renamed_autoit.yml +0 -44
  2541. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_renamed_binary.yml +0 -51
  2542. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_renamed_binary_highly_relevant.yml +0 -88
  2543. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_renamed_boinc.yml +0 -25
  2544. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_renamed_browsercore.yml +0 -26
  2545. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_renamed_cloudflared.yml +0 -88
  2546. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_renamed_createdump.yml +0 -39
  2547. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_renamed_curl.yml +0 -28
  2548. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_renamed_dctask64.yml +0 -36
  2549. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_renamed_ftp.yml +0 -27
  2550. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_renamed_gpg4win.yml +0 -23
  2551. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_renamed_jusched.yml +0 -27
  2552. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_renamed_mavinject.yml +0 -37
  2553. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_renamed_megasync.yml +0 -25
  2554. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_renamed_msdt.yml +0 -25
  2555. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_renamed_msteams.yml +0 -26
  2556. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_renamed_netsupport_rat.yml +0 -25
  2557. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_renamed_nircmd.yml +0 -28
  2558. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_renamed_office_processes.yml +0 -52
  2559. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_renamed_paexec.yml +0 -38
  2560. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_renamed_pingcastle.yml +0 -56
  2561. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_renamed_plink.yml +0 -29
  2562. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_renamed_pressanykey.yml +0 -28
  2563. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_renamed_rundll32_dllregisterserver.yml +0 -27
  2564. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_renamed_rurat.yml +0 -29
  2565. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_renamed_schtasks_execution.yml +0 -49
  2566. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_renamed_sysinternals_debugview.yml +0 -25
  2567. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_renamed_sysinternals_procdump.yml +0 -39
  2568. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_renamed_sysinternals_psexec_service.yml +0 -23
  2569. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_renamed_sysinternals_sdelete.yml +0 -27
  2570. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_renamed_vmnat.yml +0 -26
  2571. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_renamed_whoami.yml +0 -26
  2572. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_rpcping_credential_capture.yml +0 -34
  2573. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_ruby_inline_command_execution.yml +0 -25
  2574. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_rundll32_ads_stored_dll_execution.yml +0 -28
  2575. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_rundll32_advpack_obfuscated_ordinal_call.yml +0 -30
  2576. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_rundll32_inline_vbs.yml +0 -27
  2577. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_rundll32_installscreensaver.yml +0 -26
  2578. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_rundll32_keymgr.yml +0 -27
  2579. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_rundll32_mshtml_runhtmlapplication.yml +0 -35
  2580. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_rundll32_no_params.yml +0 -30
  2581. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_rundll32_ntlmrelay.yml +0 -33
  2582. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_rundll32_obfuscated_ordinal_call.yml +0 -35
  2583. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_rundll32_parent_explorer.yml +0 -28
  2584. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_rundll32_process_dump_via_comsvcs.yml +0 -58
  2585. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_rundll32_registered_com_objects.yml +0 -32
  2586. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_rundll32_run_locations.yml +0 -34
  2587. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_rundll32_setupapi_installhinfsection.yml +0 -29
  2588. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_rundll32_shell32_susp_execution.yml +0 -36
  2589. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_rundll32_shelldispatch_potential_abuse.yml +0 -24
  2590. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_rundll32_spawn_explorer.yml +0 -25
  2591. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_rundll32_susp_activity.yml +0 -107
  2592. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_rundll32_susp_control_dll_load.yml +0 -28
  2593. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_rundll32_susp_execution_with_image_extension.yml +0 -41
  2594. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_rundll32_susp_shellexec_execution.yml +0 -40
  2595. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_rundll32_susp_shellexec_ordinal_execution.yml +0 -68
  2596. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_rundll32_susp_shimcache_flush.yml +0 -36
  2597. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_rundll32_sys.yml +0 -26
  2598. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_rundll32_udl_exec.yml +0 -35
  2599. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_rundll32_unc_path.yml +0 -28
  2600. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_rundll32_uncommon_dll_extension.yml +0 -64
  2601. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_rundll32_user32_dll.yml +0 -28
  2602. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_rundll32_webdav_client_execution.yml +0 -30
  2603. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_rundll32_webdav_client_susp_execution.yml +0 -54
  2604. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_rundll32_without_parameters.yml +0 -27
  2605. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_runonce_execution.yml +0 -29
  2606. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_sc_change_sevice_image_path_by_non_admin.yml +0 -36
  2607. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_sc_create_service.yml +0 -35
  2608. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_sc_disable_service.yml +0 -31
  2609. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_sc_new_kernel_driver.yml +0 -40
  2610. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_sc_query_interesting_services.yml +0 -31
  2611. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_sc_sdset_allow_service_changes.yml +0 -42
  2612. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_sc_sdset_deny_service_access.yml +0 -42
  2613. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_sc_sdset_hide_sevices.yml +0 -43
  2614. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_sc_sdset_modification.yml +0 -35
  2615. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_sc_service_path_modification.yml +0 -50
  2616. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_sc_service_tamper_for_persistence.yml +0 -57
  2617. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_sc_stop_service.yml +0 -29
  2618. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_schtasks_appdata_local_system.yml +0 -41
  2619. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_schtasks_change.yml +0 -74
  2620. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_schtasks_creation.yml +0 -42
  2621. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_schtasks_creation_temp_folder.yml +0 -29
  2622. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_schtasks_curl_and_powershell_combo.yml +0 -39
  2623. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_schtasks_delete.yml +0 -38
  2624. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_schtasks_delete_all.yml +0 -25
  2625. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_schtasks_disable.yml +0 -41
  2626. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_schtasks_env_folder.yml +0 -78
  2627. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_schtasks_folder_combos.yml +0 -41
  2628. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_schtasks_guid_task_name.yml +0 -37
  2629. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_schtasks_one_time_only_midnight_task.yml +0 -39
  2630. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_schtasks_openssh_tunnelling.yml +0 -36
  2631. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_schtasks_persistence_windows_telemetry.yml +0 -34
  2632. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_schtasks_powershell_persistence.yml +0 -36
  2633. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_schtasks_reg_loader.yml +0 -45
  2634. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_schtasks_reg_loader_encoded.yml +0 -43
  2635. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_schtasks_schedule_type.yml +0 -40
  2636. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_schtasks_schedule_type_system.yml +0 -39
  2637. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_schtasks_schedule_via_masqueraded_xml_file.yml +0 -55
  2638. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_schtasks_susp_pattern.yml +0 -69
  2639. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_schtasks_system.yml +0 -55
  2640. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_schtasks_system_process.yml +0 -47
  2641. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_scrcons_susp_child_process.yml +0 -36
  2642. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_sdbinst_shim_persistence.yml +0 -37
  2643. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_sdbinst_susp_extension.yml +0 -44
  2644. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_sdclt_child_process.yml +0 -24
  2645. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_sdiagnhost_susp_child.yml +0 -48
  2646. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_secedit_execution.yml +0 -52
  2647. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_security_susp_node_js_execution.yml +0 -29
  2648. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_servu_susp_child_process.yml +0 -39
  2649. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_setres_uncommon_child_process.yml +0 -34
  2650. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_setspn_spn_enumeration.yml +0 -31
  2651. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_setup16_custom_lst_execution.yml +0 -29
  2652. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_shutdown_execution.yml +0 -25
  2653. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_shutdown_logoff.yml +0 -23
  2654. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_sigverif_uncommon_child_process.yml +0 -28
  2655. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_sndvol_susp_child_processes.yml +0 -23
  2656. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_soundrecorder_audio_capture.yml +0 -24
  2657. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_speechruntime_child_process.yml +0 -25
  2658. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_splwow64_cli_anomaly.yml +0 -23
  2659. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_spoolsv_susp_child_processes.yml +0 -82
  2660. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_sqlcmd_veeam_db_recon.yml +0 -33
  2661. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_sqlcmd_veeam_dump.yml +0 -28
  2662. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_sqlite_chromium_profile_data.yml +0 -41
  2663. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_sqlite_firefox_gecko_profile_data.yml +0 -32
  2664. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_squirrel_download.yml +0 -40
  2665. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_squirrel_proxy_execution.yml +0 -70
  2666. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_ssh_port_forward.yml +0 -26
  2667. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_ssh_proxy_execution.yml +0 -45
  2668. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_ssh_rdp_tunneling.yml +0 -26
  2669. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_ssm_agent_abuse.yml +0 -29
  2670. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_stordiag_susp_child_process.yml +0 -31
  2671. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_16bit_application.yml +0 -25
  2672. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_abusing_debug_privilege.yml +0 -47
  2673. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_add_user_local_admin_group.yml +0 -39
  2674. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_add_user_privileged_group.yml +0 -38
  2675. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_add_user_remote_desktop_group.yml +0 -41
  2676. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_alternate_data_streams.yml +0 -44
  2677. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_always_install_elevated_windows_installer.yml +0 -54
  2678. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_appx_execution.yml +0 -52
  2679. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_arbitrary_shell_execution_via_settingcontent.yml +0 -26
  2680. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_archiver_iso_phishing.yml +0 -29
  2681. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_automated_collection.yml +0 -44
  2682. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_bad_opsec_sacrificial_processes.yml +0 -60
  2683. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_browser_launch_from_document_reader_process.yml +0 -43
  2684. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_child_process_as_system_.yml +0 -45
  2685. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_cli_obfuscation_escape_char.yml +0 -29
  2686. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_cli_obfuscation_unicode_img.yml +0 -65
  2687. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_clickfix_filefix_execution.yml +0 -50
  2688. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_clickfix_filefix_whitespace_padding.yml +0 -49
  2689. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_cmd_for_loop_execution_with_recursive_directory_search.yml +0 -36
  2690. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_commandline_path_traversal_evasion.yml +0 -34
  2691. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_copy_browser_data.yml +0 -72
  2692. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_copy_lateral_movement.yml +0 -62
  2693. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_copy_system_dir.yml +0 -59
  2694. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_copy_system_dir_lolbin.yml +0 -63
  2695. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_crypto_mining_monero.yml +0 -46
  2696. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_data_exfiltration_via_cli.yml +0 -71
  2697. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_disable_raccine.yml +0 -34
  2698. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_double_extension.yml +0 -88
  2699. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_double_extension_parent.yml +0 -63
  2700. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_download_office_domain.yml +0 -39
  2701. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_dumpstack_log_evasion.yml +0 -23
  2702. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_elavated_msi_spawned_shell.yml +0 -35
  2703. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_electron_app_children.yml +0 -66
  2704. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_electron_execution_proxy.yml +0 -61
  2705. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_elevated_system_shell_uncommon_parent.yml +0 -73
  2706. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_embed_exe_lnk.yml +0 -25
  2707. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_emoji_usage_in_cli_1.yml +0 -997
  2708. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_emoji_usage_in_cli_2.yml +0 -1014
  2709. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_emoji_usage_in_cli_3.yml +0 -1020
  2710. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_emoji_usage_in_cli_4.yml +0 -765
  2711. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_etw_modification_cmdline.yml +0 -35
  2712. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_etw_trace_evasion.yml +0 -54
  2713. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_eventlog_clear.yml +0 -76
  2714. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_eventlog_content_recon.yml +0 -117
  2715. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_execution_from_public_folder_as_parent.yml +0 -46
  2716. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_execution_path.yml +0 -48
  2717. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_file_characteristics.yml +0 -32
  2718. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_filefix_execution_pattern.yml +0 -72
  2719. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_gather_network_info_execution.yml +0 -33
  2720. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_hidden_dir_index_allocation.yml +0 -30
  2721. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_hiding_malware_in_fonts_folder.yml +0 -53
  2722. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_homoglyph_cyrillic_lookalikes.yml +0 -77
  2723. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_image_missing.yml +0 -37
  2724. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_inline_base64_mz_header.yml +0 -25
  2725. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_inline_node_js_execution.yml +0 -31
  2726. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_inline_win_api_access.yml +0 -82
  2727. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_jwt_token_search.yml +0 -42
  2728. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_lnk_exec_hidden_cmd.yml +0 -42
  2729. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_local_system_owner_account_discovery.yml +0 -65
  2730. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_lolbin_exec_from_non_c_drive.yml +0 -52
  2731. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_lsass_dmp_cli_keywords.yml +0 -49
  2732. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_ms_appinstaller_download.yml +0 -29
  2733. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_network_command.yml +0 -28
  2734. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_network_scan_loop.yml +0 -31
  2735. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_network_sniffing.yml +0 -29
  2736. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_no_image_name.yml +0 -20
  2737. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_non_exe_image.yml +0 -80
  2738. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_non_priv_reg_or_ps.yml +0 -41
  2739. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_ntds.yml +0 -72
  2740. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_nteventlogfile_usage.yml +0 -34
  2741. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_ntfs_short_name_path_use_image.yml +0 -48
  2742. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_ntfs_short_name_use_cli.yml +0 -50
  2743. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_ntfs_short_name_use_image.yml +0 -57
  2744. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_obfuscated_ip_download.yml +0 -56
  2745. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_obfuscated_ip_via_cli.yml +0 -49
  2746. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_parents.yml +0 -44
  2747. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_powershell_execution_via_dll.yml +0 -44
  2748. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_priv_escalation_via_named_pipe.yml +0 -35
  2749. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_private_keys_recon.yml +0 -49
  2750. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_privilege_escalation_cli_patterns.yml +0 -38
  2751. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_proc_wrong_parent.yml +0 -51
  2752. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_progname.yml +0 -65
  2753. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_recon.yml +0 -37
  2754. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_recycle_bin_fake_execution.yml +0 -29
  2755. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_redirect_local_admin_share.yml +0 -27
  2756. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_registry_modification_of_ms_setting_protocol_handler.yml +0 -50
  2757. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_remote_desktop_tunneling.yml +0 -28
  2758. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_right_to_left_override.yml +0 -34
  2759. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_script_exec_from_env_folder.yml +0 -58
  2760. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_script_exec_from_temp.yml +0 -42
  2761. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_sensitive_file_access_shadowcopy.yml +0 -32
  2762. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_service_creation.yml +0 -55
  2763. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_service_dir.yml +0 -36
  2764. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_service_tamper.yml +0 -295
  2765. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_shadow_copies_creation.yml +0 -38
  2766. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_shadow_copies_deletion.yml +0 -66
  2767. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_shell_spawn_susp_program.yml +0 -64
  2768. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_sysnative.yml +0 -37
  2769. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_system_exe_anomaly.yml +0 -109
  2770. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_system_user_anomaly.yml +0 -103
  2771. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_sysvol_access.yml +0 -25
  2772. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_task_folder_evasion.yml +0 -37
  2773. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_use_of_te_bin.yml +0 -28
  2774. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_use_of_vsjitdebugger_bin.yml +0 -31
  2775. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_userinit_child.yml +0 -31
  2776. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_velociraptor_child_process.yml +0 -44
  2777. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_weak_or_abused_passwords.yml +0 -37
  2778. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_web_request_cmd_and_cmdlets.yml +0 -44
  2779. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_whoami_as_param.yml +0 -23
  2780. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_susp_workfolders.yml +0 -25
  2781. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_svchost_execution_with_no_cli_flags.yml +0 -29
  2782. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_svchost_masqueraded_execution.yml +0 -35
  2783. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_svchost_termserv_proc_spawn.yml +0 -35
  2784. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_svchost_uncommon_command_line_flags.yml +0 -42
  2785. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_svchost_uncommon_parent_process.yml +0 -36
  2786. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_sysinternals_accesschk_check_permissions.yml +0 -36
  2787. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_sysinternals_adexplorer_execution.yml +0 -41
  2788. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_sysinternals_adexplorer_susp_execution.yml +0 -48
  2789. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_sysinternals_eula_accepted.yml +0 -26
  2790. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_sysinternals_livekd_execution.yml +0 -23
  2791. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_sysinternals_livekd_kernel_memory_dump.yml +0 -28
  2792. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_sysinternals_procdump.yml +0 -26
  2793. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_sysinternals_procdump_evasion.yml +0 -38
  2794. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_sysinternals_procdump_lsass.yml +0 -40
  2795. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_sysinternals_psexec_execution.yml +0 -25
  2796. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_sysinternals_psexec_paexec_escalate_system.yml +0 -48
  2797. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_sysinternals_psexec_remote_execution.yml +0 -33
  2798. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_sysinternals_psexesvc.yml +0 -26
  2799. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_sysinternals_psexesvc_as_system.yml +0 -27
  2800. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_sysinternals_psloglist.yml +0 -43
  2801. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_sysinternals_psservice.yml +0 -27
  2802. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_sysinternals_pssuspend_execution.yml +0 -30
  2803. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_sysinternals_pssuspend_susp_execution.yml +0 -31
  2804. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_sysinternals_sdelete.yml +0 -28
  2805. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_sysinternals_susp_psexec_paexec_flags.yml +0 -50
  2806. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_sysinternals_sysmon_config_update.yml +0 -27
  2807. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_sysinternals_sysmon_uninstall.yml +0 -27
  2808. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_sysinternals_tools_masquerading.yml +0 -239
  2809. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_sysprep_appdata.yml +0 -24
  2810. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_systeminfo_execution.yml +0 -24
  2811. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_systemsettingsadminflows_turn_on_dev_features.yml +0 -31
  2812. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_takeown_recursive_own.yml +0 -27
  2813. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_tapinstall_execution.yml +0 -30
  2814. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_tar_compression.yml +0 -33
  2815. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_tar_extraction.yml +0 -30
  2816. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_taskkill_sep.yml +0 -30
  2817. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_tasklist_module_enumeration.yml +0 -32
  2818. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_taskmgr_localsystem.yml +0 -25
  2819. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_taskmgr_susp_child_process.yml +0 -27
  2820. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_teams_suspicious_command_line_cred_access.yml +0 -29
  2821. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_tpmvscmgr_add_virtual_smartcard.yml +0 -23
  2822. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_tscon_localsystem.yml +0 -27
  2823. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_tscon_rdp_redirect.yml +0 -26
  2824. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_tscon_rdp_session_hijacking.yml +0 -26
  2825. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_uac_bypass_changepk_slui.yml +0 -31
  2826. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_uac_bypass_cleanmgr.yml +0 -29
  2827. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_uac_bypass_cmstp.yml +0 -35
  2828. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_uac_bypass_cmstp_com_object_access.yml +0 -41
  2829. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_uac_bypass_computerdefaults.yml +0 -32
  2830. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_uac_bypass_consent_comctl32.yml +0 -29
  2831. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_uac_bypass_dismhost.yml +0 -31
  2832. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_uac_bypass_eventvwr_recentviews.yml +0 -30
  2833. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_uac_bypass_fodhelper.yml +0 -24
  2834. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_uac_bypass_hijacking_firwall_snap_in.yml +0 -25
  2835. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_uac_bypass_icmluautil.yml +0 -29
  2836. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_uac_bypass_idiagnostic_profile.yml +0 -30
  2837. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_uac_bypass_ieinstal.yml +0 -30
  2838. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_uac_bypass_msconfig_gui.yml +0 -29
  2839. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_uac_bypass_ntfs_reparse_point.yml +0 -39
  2840. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_uac_bypass_pkgmgr_dism.yml +0 -29
  2841. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_uac_bypass_sdclt.yml +0 -27
  2842. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_uac_bypass_trustedpath.yml +0 -31
  2843. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_uac_bypass_winsat.yml +0 -29
  2844. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_uac_bypass_wmp.yml +0 -32
  2845. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_uac_bypass_wsreset.yml +0 -32
  2846. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_uac_bypass_wsreset_integrity_level.yml +0 -30
  2847. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_ultravnc.yml +0 -24
  2848. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_ultravnc_susp_execution.yml +0 -29
  2849. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_uninstall_crowdstrike_falcon.yml +0 -25
  2850. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_user_shell_folders_registry_modification.yml +0 -55
  2851. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_userinit_uncommon_child_processes.yml +0 -52
  2852. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_vaultcmd_list_creds.yml +0 -25
  2853. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_vbscript_registry_modification.yml +0 -36
  2854. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_verclsid_runs_com.yml +0 -34
  2855. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_virtualbox_execution.yml +0 -31
  2856. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_virtualbox_vboxdrvinst_execution.yml +0 -30
  2857. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_vmware_toolbox_cmd_persistence.yml +0 -31
  2858. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_vmware_toolbox_cmd_persistence_susp.yml +0 -38
  2859. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_vmware_vmtoolsd_susp_child_process.yml +0 -57
  2860. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_vscode_child_processes_anomalies.yml +0 -53
  2861. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_vscode_tunnel_execution.yml +0 -37
  2862. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_vscode_tunnel_remote_shell_.yml +0 -35
  2863. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_vscode_tunnel_renamed_execution.yml +0 -51
  2864. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_vscode_tunnel_service_install.yml +0 -27
  2865. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_vsdiagnostics_execution_proxy.yml +0 -28
  2866. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_vshadow_exec.yml +0 -29
  2867. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_vslsagent_agentextensionpath_load.yml +0 -24
  2868. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_vulnerable_driver_blocklist_registry_tampering.yml +0 -47
  2869. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_w32tm.yml +0 -30
  2870. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wab_execution_from_non_default_location.yml +0 -31
  2871. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wab_unusual_parents.yml +0 -36
  2872. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wbadmin_delete_all_backups.yml +0 -39
  2873. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wbadmin_delete_backups.yml +0 -41
  2874. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wbadmin_dump_sensitive_files.yml +0 -37
  2875. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wbadmin_restore_file.yml +0 -33
  2876. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wbadmin_restore_sensitive_files.yml +0 -40
  2877. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_webdav_lnk_execution.yml +0 -34
  2878. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_webshell_chopper.yml +0 -36
  2879. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_webshell_hacking.yml +0 -101
  2880. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_webshell_recon_commands_and_processes.yml +0 -115
  2881. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_webshell_susp_process_spawned_from_webserver.yml +0 -88
  2882. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_webshell_tool_recon.yml +0 -52
  2883. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_werfault_lsass_shtinkering.yml +0 -41
  2884. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_werfault_reflect_debugger_exec.yml +0 -29
  2885. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_werfaultsecure_abuse.yml +0 -49
  2886. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wermgr_susp_child_process.yml +0 -54
  2887. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wermgr_susp_exec_location.yml +0 -31
  2888. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wget_download_direct_ip.yml +0 -61
  2889. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wget_download_susp_file_sharing_domains.yml +0 -95
  2890. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wget_download_susp_locations.yml +0 -48
  2891. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_where_browser_data_recon.yml +0 -41
  2892. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_whoami_all_execution.yml +0 -28
  2893. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_whoami_execution_from_high_priv_process.yml +0 -33
  2894. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_whoami_groups_discovery.yml +0 -26
  2895. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_whoami_output.yml +0 -32
  2896. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_whoami_parent_anomaly.yml +0 -43
  2897. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_whoami_priv_discovery.yml +0 -28
  2898. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_windows_terminal_susp_children.yml +0 -65
  2899. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_winget_add_custom_source.yml +0 -33
  2900. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_winget_add_insecure_custom_source.yml +0 -36
  2901. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_winget_add_susp_custom_source.yml +0 -37
  2902. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_winget_local_install_via_manifest.yml +0 -37
  2903. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_winrar_exfil_dmp_files.yml +0 -34
  2904. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_winrar_susp_child_process.yml +0 -45
  2905. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_winrar_uncommon_folder_execution.yml +0 -37
  2906. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_winrm_awl_bypass.yml +0 -32
  2907. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_winrm_execution_via_scripting_api_winrm_vbs.yml +0 -31
  2908. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_winrm_remote_powershell_session_process.yml +0 -25
  2909. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_winrm_susp_child_process.yml +0 -35
  2910. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_winrs_local_command_execution.yml +0 -40
  2911. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_winrshost_command_execution.yml +0 -26
  2912. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_winzip_password_compression.yml +0 -30
  2913. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wlrmdr_uncommon_child_process.yml +0 -48
  2914. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wmi_backdoor_exchange_transport_agent.yml +0 -29
  2915. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wmi_password_never_expire.yml +0 -32
  2916. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wmi_persistence_script_event_consumer.yml +0 -25
  2917. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wmic_eventconsumer_creation.yml +0 -26
  2918. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wmic_namespace_defender.yml +0 -29
  2919. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wmic_process_creation.yml +0 -33
  2920. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wmic_recon_computersystem.yml +0 -26
  2921. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wmic_recon_csproduct.yml +0 -26
  2922. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wmic_recon_group.yml +0 -29
  2923. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wmic_recon_hotfix.yml +0 -26
  2924. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wmic_recon_process.yml +0 -31
  2925. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wmic_recon_product.yml +0 -32
  2926. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wmic_recon_product_class.yml +0 -36
  2927. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wmic_recon_service.yml +0 -32
  2928. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wmic_recon_system_info_uncommon.yml +0 -40
  2929. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wmic_recon_unquoted_service_search.yml +0 -34
  2930. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wmic_recon_volume.yml +0 -42
  2931. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wmic_remote_execution.yml +0 -35
  2932. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wmic_service_manipulation.yml +0 -30
  2933. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wmic_squiblytwo_bypass.yml +0 -53
  2934. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wmic_stdregprov_reg_modification.yml +0 -36
  2935. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wmic_susp_execution_via_office_process.yml +0 -64
  2936. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wmic_susp_process_creation.yml +0 -55
  2937. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wmic_terminate_application.yml +0 -30
  2938. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wmic_uninstall_application.yml +0 -30
  2939. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wmic_uninstall_security_products.yml +0 -85
  2940. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wmic_xsl_script_processing.yml +0 -59
  2941. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wmiprvse_spawning_process.yml +0 -41
  2942. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wmiprvse_spawns_powershell.yml +0 -37
  2943. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wmiprvse_susp_child_processes.yml +0 -64
  2944. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wpbbin_potential_persistence.yml +0 -23
  2945. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wscript_cscript_dropper.yml +0 -44
  2946. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wscript_cscript_susp_child_processes.yml +0 -50
  2947. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wscript_cscript_uncommon_extension_exec.yml +0 -43
  2948. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wsl_child_processes_anomalies.yml +0 -50
  2949. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wsl_kali_linux_installation.yml +0 -31
  2950. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wsl_kali_linux_usage.yml +0 -47
  2951. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wsl_windows_binaries_execution.yml +0 -25
  2952. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wuauclt_dll_loading.yml +0 -48
  2953. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wuauclt_no_cli_flags_execution.yml +0 -28
  2954. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wusa_cab_files_extraction_from_susp_paths.yml +0 -35
  2955. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_wusa_susp_parent_execution.yml +0 -47
  2956. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_xwizard_execution_non_default_location.yml +0 -33
  2957. package/bundled-rules/sigma-rules/community/windows/process_creation/proc_creation_win_xwizard_runwizard_com_object_exec.yml +0 -27
  2958. package/bundled-rules/sigma-rules/community/windows/process_tampering/proc_tampering_susp_process_hollowing.yml +0 -35
  2959. package/bundled-rules/sigma-rules/community/windows/raw_access_thread/raw_access_thread_susp_disk_access_using_uncommon_tools.yml +0 -71
  2960. package/bundled-rules/sigma-rules/community/windows/registry/registry_add/registry_add_persistence_disk_cleanup_handler_entry.yml +0 -64
  2961. package/bundled-rules/sigma-rules/community/windows/registry/registry_delete/registry_delete_defender_context_menu.yml +0 -33
  2962. package/bundled-rules/sigma-rules/community/windows/registry/registry_delete/registry_delete_disable_credential_guard.yml +0 -32
  2963. package/bundled-rules/sigma-rules/community/windows/registry/registry_delete/registry_delete_enable_windows_recall.yml +0 -33
  2964. package/bundled-rules/sigma-rules/community/windows/registry/registry_delete/registry_delete_exploit_guard_protected_folders.yml +0 -23
  2965. package/bundled-rules/sigma-rules/community/windows/registry/registry_delete/registry_delete_mstsc_history_cleared.yml +0 -30
  2966. package/bundled-rules/sigma-rules/community/windows/registry/registry_delete/registry_delete_removal_amsi_registry_key.yml +0 -37
  2967. package/bundled-rules/sigma-rules/community/windows/registry/registry_delete/registry_delete_removal_com_hijacking_registry_key.yml +0 -97
  2968. package/bundled-rules/sigma-rules/community/windows/registry/registry_delete/registry_delete_runmru.yml +0 -28
  2969. package/bundled-rules/sigma-rules/community/windows/registry/registry_delete/registry_delete_schtasks_hide_task_via_index_value_removal.yml +0 -30
  2970. package/bundled-rules/sigma-rules/community/windows/registry/registry_delete/registry_delete_schtasks_hide_task_via_sd_value_removal.yml +0 -28
  2971. package/bundled-rules/sigma-rules/community/windows/registry/registry_event/registry_event_add_local_hidden_user.yml +0 -30
  2972. package/bundled-rules/sigma-rules/community/windows/registry/registry_event/registry_event_bypass_via_wsreset.yml +0 -24
  2973. package/bundled-rules/sigma-rules/community/windows/registry/registry_event/registry_event_cmstp_execution_by_registry.yml +0 -25
  2974. package/bundled-rules/sigma-rules/community/windows/registry/registry_event/registry_event_defender_threat_action_modified.yml +0 -40
  2975. package/bundled-rules/sigma-rules/community/windows/registry/registry_event/registry_event_disable_security_events_logging_adding_reg_key_minint.yml +0 -30
  2976. package/bundled-rules/sigma-rules/community/windows/registry/registry_event/registry_event_disable_wdigest_credential_guard.yml +0 -26
  2977. package/bundled-rules/sigma-rules/community/windows/registry/registry_event/registry_event_esentutl_volume_shadow_copy_service_keys.yml +0 -25
  2978. package/bundled-rules/sigma-rules/community/windows/registry/registry_event/registry_event_hack_wce_reg.yml +0 -23
  2979. package/bundled-rules/sigma-rules/community/windows/registry/registry_event/registry_event_hybridconnectionmgr_svc_installation.yml +0 -25
  2980. package/bundled-rules/sigma-rules/community/windows/registry/registry_event/registry_event_mal_azorult.yml +0 -28
  2981. package/bundled-rules/sigma-rules/community/windows/registry/registry_event/registry_event_malware_qakbot_registry.yml +0 -22
  2982. package/bundled-rules/sigma-rules/community/windows/registry/registry_event/registry_event_modify_screensaver_binary_path.yml +0 -28
  2983. package/bundled-rules/sigma-rules/community/windows/registry/registry_event/registry_event_narrator_feedback_persistance.yml +0 -27
  2984. package/bundled-rules/sigma-rules/community/windows/registry/registry_event/registry_event_net_ntlm_downgrade.yml +0 -46
  2985. package/bundled-rules/sigma-rules/community/windows/registry/registry_event/registry_event_new_dll_added_to_appcertdlls_registry_key.yml +0 -29
  2986. package/bundled-rules/sigma-rules/community/windows/registry/registry_event/registry_event_new_dll_added_to_appinit_dlls_registry_key.yml +0 -31
  2987. package/bundled-rules/sigma-rules/community/windows/registry/registry_event/registry_event_office_test_regadd.yml +0 -22
  2988. package/bundled-rules/sigma-rules/community/windows/registry/registry_event/registry_event_office_trust_record_modification.yml +0 -27
  2989. package/bundled-rules/sigma-rules/community/windows/registry/registry_event/registry_event_persistence_recycle_bin.yml +0 -29
  2990. package/bundled-rules/sigma-rules/community/windows/registry/registry_event/registry_event_portproxy_registry_key.yml +0 -28
  2991. package/bundled-rules/sigma-rules/community/windows/registry/registry_event/registry_event_redmimicry_winnti_reg.yml +0 -23
  2992. package/bundled-rules/sigma-rules/community/windows/registry/registry_event/registry_event_runkey_winekey.yml +0 -23
  2993. package/bundled-rules/sigma-rules/community/windows/registry/registry_event/registry_event_runonce_persistence.yml +0 -34
  2994. package/bundled-rules/sigma-rules/community/windows/registry/registry_event/registry_event_shell_open_keys_manipulation.yml +0 -42
  2995. package/bundled-rules/sigma-rules/community/windows/registry/registry_event/registry_event_silentprocessexit_lsass.yml +0 -26
  2996. package/bundled-rules/sigma-rules/community/windows/registry/registry_event/registry_event_ssp_added_lsa_config.yml +0 -31
  2997. package/bundled-rules/sigma-rules/community/windows/registry/registry_event/registry_event_stickykey_like_backdoor.yml +0 -34
  2998. package/bundled-rules/sigma-rules/community/windows/registry/registry_event/registry_event_susp_atbroker_change.yml +0 -35
  2999. package/bundled-rules/sigma-rules/community/windows/registry/registry_event/registry_event_susp_download_run_key.yml +0 -33
  3000. package/bundled-rules/sigma-rules/community/windows/registry/registry_event/registry_event_susp_lsass_dll_load.yml +0 -32
  3001. package/bundled-rules/sigma-rules/community/windows/registry/registry_event/registry_event_susp_mic_cam_access.yml +0 -37
  3002. package/bundled-rules/sigma-rules/community/windows/registry/registry_event/registry_event_susp_process_registry_modification.yml +0 -37
  3003. package/bundled-rules/sigma-rules/community/windows/registry/registry_event/registry_set_enable_anonymous_connection.yml +0 -22
  3004. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_add_load_service_in_safe_mode.yml +0 -54
  3005. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_add_port_monitor.yml +0 -46
  3006. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_aedebug_persistence.yml +0 -25
  3007. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_allow_rdp_remote_assistance_feature.yml +0 -30
  3008. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_amsi_com_hijack.yml +0 -25
  3009. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_amsi_disable.yml +0 -37
  3010. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_asep_reg_keys_modification_classes.yml +0 -59
  3011. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_asep_reg_keys_modification_common.yml +0 -79
  3012. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_asep_reg_keys_modification_currentcontrolset.yml +0 -62
  3013. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_asep_reg_keys_modification_currentversion.yml +0 -181
  3014. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_asep_reg_keys_modification_currentversion_nt.yml +0 -102
  3015. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_asep_reg_keys_modification_internet_explorer.yml +0 -49
  3016. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_asep_reg_keys_modification_office.yml +0 -86
  3017. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_asep_reg_keys_modification_session_manager.yml +0 -40
  3018. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_asep_reg_keys_modification_system_scripts.yml +0 -37
  3019. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_asep_reg_keys_modification_winsock2.yml +0 -37
  3020. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_asep_reg_keys_modification_wow6432node.yml +0 -119
  3021. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_asep_reg_keys_modification_wow6432node_classes.yml +0 -45
  3022. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_asep_reg_keys_modification_wow6432node_currentversion.yml +0 -40
  3023. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_bginfo_custom_db.yml +0 -22
  3024. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_bginfo_custom_vbscript.yml +0 -26
  3025. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_bginfo_custom_wmi_query.yml +0 -26
  3026. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_bypass_uac_using_delegateexecute.yml +0 -32
  3027. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_bypass_uac_using_eventviewer.yml +0 -32
  3028. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_bypass_uac_using_silentcleanup_task.yml +0 -36
  3029. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_change_rdp_port.yml +0 -38
  3030. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_change_security_zones.yml +0 -37
  3031. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_change_sysmon_driver_altitude.yml +0 -26
  3032. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_change_winevt_channelaccess.yml +0 -35
  3033. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_chrome_extension.yml +0 -132
  3034. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_clickonce_trust_prompt.yml +0 -31
  3035. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_cobaltstrike_service_installs.yml +0 -39
  3036. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_comhijack_sdclt.yml +0 -26
  3037. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_crashdump_disabled.yml +0 -25
  3038. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_create_minint_key.yml +0 -30
  3039. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_creation_service_susp_folder.yml +0 -53
  3040. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_credential_guard_disabled.yml +0 -31
  3041. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_custom_file_open_handler_powershell_execution.yml +0 -25
  3042. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_dbgmanageddebugger_persistence.yml +0 -27
  3043. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_defender_exclusions.yml +0 -25
  3044. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_desktop_background_change.yml +0 -60
  3045. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_devdrv_disallow_antivirus_filter.yml +0 -24
  3046. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_deviceguard_hypervisorenforcedcodeintegrity_disabled.yml +0 -37
  3047. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_deviceguard_hypervisorenforcedpagingtranslation_disabled.yml +0 -24
  3048. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_dhcp_calloutdll.yml +0 -29
  3049. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_disable_administrative_share.yml +0 -32
  3050. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_disable_autologger_sessions.yml +0 -42
  3051. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_disable_defender_firewall.yml +0 -33
  3052. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_disable_function_user.yml +0 -50
  3053. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_disable_macroruntimescanscope.yml +0 -28
  3054. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_disable_privacy_settings_experience.yml +0 -23
  3055. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_disable_security_center_notifications.yml +0 -30
  3056. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_disable_system_restore.yml +0 -28
  3057. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_disable_windows_defender_service.yml +0 -24
  3058. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_disable_windows_event_log_access.yml +0 -50
  3059. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_disable_windows_firewall.yml +0 -25
  3060. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_disable_winevt_logging.yml +0 -45
  3061. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_disabled_exploit_guard_net_protection_on_ms_defender.yml +0 -23
  3062. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_disabled_microsoft_defender_eventlog.yml +0 -23
  3063. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_disabled_pua_protection_on_microsoft_defender.yml +0 -23
  3064. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_disabled_tamper_protection_on_microsoft_defender.yml +0 -28
  3065. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_disallowrun_execution.yml +0 -24
  3066. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_disk_cleanup_handler_autorun_persistence.yml +0 -48
  3067. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_dns_over_https_enabled.yml +0 -37
  3068. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_dns_server_level_plugin_dll.yml +0 -31
  3069. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_dot_net_etw_tamper.yml +0 -45
  3070. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_dsrm_tampering.yml +0 -36
  3071. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_enable_periodic_backup.yml +0 -24
  3072. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_enable_windows_recall.yml +0 -33
  3073. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_enabling_cor_profiler_env_variables.yml +0 -30
  3074. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_enabling_turnoffcheck.yml +0 -23
  3075. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_evtx_file_key_tamper.yml +0 -25
  3076. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_exploit_guard_susp_allowed_apps.yml +0 -30
  3077. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_fax_change_service_user.yml +0 -26
  3078. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_fax_dll_persistance.yml +0 -28
  3079. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_file_association_exefile.yml +0 -22
  3080. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_filefix_typedpath_commands.yml +0 -65
  3081. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_hangs_debugger_persistence.yml +0 -22
  3082. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_hhctrl_persistence.yml +0 -24
  3083. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_hidden_extention.yml +0 -28
  3084. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_hide_file.yml +0 -27
  3085. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_hide_function_user.yml +0 -34
  3086. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_hide_scheduled_task_via_index_tamper.yml +0 -32
  3087. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_hvci_disallowed_images.yml +0 -28
  3088. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_ie_security_zone_protocol_defaults_downgrade.yml +0 -31
  3089. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_ime_non_default_extension.yml +0 -31
  3090. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_ime_suspicious_paths.yml +0 -47
  3091. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_install_root_or_ca_certificat.yml +0 -34
  3092. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_internet_explorer_disable_first_run_customize.yml +0 -41
  3093. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_legalnotice_susp_message.yml +0 -28
  3094. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_lolbin_onedrivestandaloneupdater.yml +0 -24
  3095. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_lsa_disablerestrictedadmin.yml +0 -30
  3096. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_lsass_usermode_dumping.yml +0 -27
  3097. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_net_cli_ngenassemblyusagelog.yml +0 -26
  3098. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_netsh_help_dll_persistence_susp_location.yml +0 -49
  3099. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_netsh_helper_dll_potential_persistence.yml +0 -37
  3100. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_new_application_appcompat.yml +0 -25
  3101. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_new_network_provider.yml +0 -36
  3102. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_odbc_driver_registered.yml +0 -33
  3103. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_odbc_driver_registered_susp.yml +0 -49
  3104. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_office_access_vbom_tamper.yml +0 -29
  3105. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_office_disable_protected_view_features.yml +0 -42
  3106. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_office_disable_python_security_warnings.yml +0 -28
  3107. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_office_enable_dde.yml +0 -30
  3108. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_office_outlook_enable_load_macro_provider_on_boot.yml +0 -28
  3109. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_office_outlook_enable_macro_execution.yml +0 -28
  3110. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_office_outlook_enable_unsafe_client_mail_rules.yml +0 -30
  3111. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_office_outlook_security_settings.yml +0 -28
  3112. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_office_trust_record_susp_location.yml +0 -36
  3113. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_office_trusted_location_uncommon.yml +0 -45
  3114. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_office_vba_warnings_tamper.yml +0 -29
  3115. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_optimize_file_sharing_network.yml +0 -27
  3116. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_persistence_amsi_providers.yml +0 -41
  3117. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_persistence_app_cpmpat_layer_registerapprestart.yml +0 -26
  3118. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_persistence_app_paths.yml +0 -51
  3119. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_persistence_appx_debugger.yml +0 -28
  3120. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_persistence_autodial_dll.yml +0 -22
  3121. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_persistence_chm.yml +0 -24
  3122. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_persistence_com_hijacking_builtin.yml +0 -85
  3123. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_persistence_com_key_linking.yml +0 -36
  3124. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_persistence_comhijack_psfactorybuffer.yml +0 -30
  3125. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_persistence_custom_protocol_handler.yml +0 -35
  3126. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_persistence_event_viewer_events_asp.yml +0 -42
  3127. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_persistence_globalflags.yml +0 -39
  3128. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_persistence_ie.yml +0 -43
  3129. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_persistence_ifilter.yml +0 -71
  3130. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_persistence_logon_scripts_userinitmprlogonscript.yml +0 -30
  3131. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_persistence_lsa_extension.yml +0 -24
  3132. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_persistence_mpnotify.yml +0 -22
  3133. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_persistence_mycomputer.yml +0 -22
  3134. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_persistence_natural_language.yml +0 -32
  3135. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_persistence_office_vsto.yml +0 -67
  3136. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_persistence_outlook_homepage.yml +0 -33
  3137. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_persistence_outlook_todaypage.yml +0 -43
  3138. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_persistence_reflectdebugger.yml +0 -25
  3139. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_persistence_scrobj_dll.yml +0 -24
  3140. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_persistence_shim_database.yml +0 -35
  3141. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_persistence_shim_database_susp_application.yml +0 -36
  3142. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_persistence_shim_database_uncommon_location.yml +0 -29
  3143. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_persistence_typed_paths.yml +0 -26
  3144. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_persistence_xll.yml +0 -26
  3145. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_policies_associations_tamper.yml +0 -38
  3146. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_policies_attachments_tamper.yml +0 -31
  3147. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_potential_clickfix_execution.yml +0 -75
  3148. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_potential_oci_dll_redirection.yml +0 -34
  3149. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_powershell_as_service.yml +0 -26
  3150. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_powershell_enablescripts_enabled.yml +0 -24
  3151. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_powershell_execution_policy.yml +0 -41
  3152. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_powershell_in_run_keys.yml +0 -51
  3153. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_powershell_logging_disabled.yml +0 -40
  3154. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_provisioning_command_abuse.yml +0 -31
  3155. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_pua_sysinternals_execution_via_eula.yml +0 -24
  3156. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_pua_sysinternals_renamed_execution_via_eula.yml +0 -68
  3157. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_pua_sysinternals_susp_execution_via_eula.yml +0 -39
  3158. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_renamed_sysinternals_eula_accepted.yml +0 -56
  3159. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_rpcrt4_etw_tamper.yml +0 -28
  3160. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_runmru_susp_command_execution.yml +0 -51
  3161. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_scr_file_executed_by_rundll32.yml +0 -31
  3162. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_sentinelone_shell_context_tampering.yml +0 -29
  3163. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_servicedll_hijack.yml +0 -42
  3164. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_services_etw_tamper.yml +0 -25
  3165. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_set_nopolicies_user.yml +0 -34
  3166. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_sip_persistence.yml +0 -42
  3167. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_sophos_av_tamper.yml +0 -26
  3168. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_special_accounts.yml +0 -35
  3169. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_suppress_defender_notifications.yml +0 -24
  3170. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_susp_keyboard_layout_load.yml +0 -30
  3171. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_susp_pendingfilerenameoperations.yml +0 -34
  3172. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_susp_printer_driver.yml +0 -36
  3173. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_susp_reg_persist_explorer_run.yml +0 -31
  3174. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_susp_run_key_img_folder.yml +0 -69
  3175. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_susp_runmru_space_character.yml +0 -44
  3176. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_susp_service_installed.yml +0 -36
  3177. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_susp_shell_open_keys_modification_patterns.yml +0 -42
  3178. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_susp_typedpaths_space_characters.yml +0 -44
  3179. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_susp_user_shell_folders.yml +0 -56
  3180. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_susp_wfp_filter_added.yml +0 -30
  3181. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_suspicious_env_variables.yml +0 -60
  3182. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_system_lsa_nolmhash.yml +0 -30
  3183. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_taskcache_entry.yml +0 -77
  3184. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_telemetry_persistence.yml +0 -51
  3185. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_terminal_server_suspicious.yml +0 -40
  3186. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_terminal_server_tampering.yml +0 -85
  3187. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_timeproviders_dllname.yml +0 -32
  3188. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_tls_protocol_old_version_enabled.yml +0 -24
  3189. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_treatas_persistence.yml +0 -41
  3190. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_turn_on_dev_features.yml +0 -31
  3191. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_uac_bypass_eventvwr.yml +0 -25
  3192. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_uac_bypass_sdclt.yml +0 -28
  3193. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_uac_bypass_winsat.yml +0 -26
  3194. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_uac_bypass_wmp.yml +0 -24
  3195. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_uac_disable.yml +0 -30
  3196. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_uac_disable_notification.yml +0 -32
  3197. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_uac_disable_secure_desktop_prompt.yml +0 -31
  3198. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_vbs_payload_stored.yml +0 -41
  3199. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_vulnerable_driver_blocklist_disable.yml +0 -33
  3200. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_wab_dllpath_reg_change.yml +0 -26
  3201. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_wdigest_enable_uselogoncredential.yml +0 -26
  3202. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_windows_defender_tamper.yml +0 -66
  3203. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_winget_admin_settings_tampering.yml +0 -25
  3204. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_winget_enable_local_manifest.yml +0 -23
  3205. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_winlogon_allow_multiple_tssessions.yml +0 -27
  3206. package/bundled-rules/sigma-rules/community/windows/registry/registry_set/registry_set_winlogon_notify_key.yml +0 -26
  3207. package/bundled-rules/sigma-rules/community/windows/sysmon/sysmon_config_modification.yml +0 -25
  3208. package/bundled-rules/sigma-rules/community/windows/sysmon/sysmon_config_modification_error.yml +0 -33
  3209. package/bundled-rules/sigma-rules/community/windows/sysmon/sysmon_config_modification_status.yml +0 -27
  3210. package/bundled-rules/sigma-rules/community/windows/sysmon/sysmon_file_block_executable.yml +0 -21
  3211. package/bundled-rules/sigma-rules/community/windows/sysmon/sysmon_file_block_shredding.yml +0 -20
  3212. package/bundled-rules/sigma-rules/community/windows/sysmon/sysmon_file_executable_detected.yml +0 -21
  3213. package/bundled-rules/sigma-rules/community/windows/wmi_event/sysmon_wmi_event_subscription.yml +0 -28
  3214. package/bundled-rules/sigma-rules/community/windows/wmi_event/sysmon_wmi_susp_encoded_scripts.yml +0 -28
  3215. package/bundled-rules/sigma-rules/community/windows/wmi_event/sysmon_wmi_susp_scripting.yml +0 -39
  3216. package/bundled-rules/yara-rules/community/VERSION +0 -19
  3217. package/bundled-rules/yara-rules/community/bartblaze/rules/APT/Autumn_Backdoor.yar +0 -36
  3218. package/bundled-rules/yara-rules/community/bartblaze/rules/APT/Autumn_Backdoor_Loader.yar +0 -27
  3219. package/bundled-rules/yara-rules/community/bartblaze/rules/APT/Confucius_B.yar +0 -28
  3220. package/bundled-rules/yara-rules/community/bartblaze/rules/APT/Cotx_RAT.yar +0 -56
  3221. package/bundled-rules/yara-rules/community/bartblaze/rules/APT/EE_Dropper.yar +0 -30
  3222. package/bundled-rules/yara-rules/community/bartblaze/rules/APT/EE_Loader.yar +0 -33
  3223. package/bundled-rules/yara-rules/community/bartblaze/rules/APT/NikiCert.yar +0 -26
  3224. package/bundled-rules/yara-rules/community/bartblaze/rules/APT/NikiGo.yar +0 -36
  3225. package/bundled-rules/yara-rules/community/bartblaze/rules/APT/NikiHTTP.yar +0 -37
  3226. package/bundled-rules/yara-rules/community/bartblaze/rules/APT/RokRAT.yar +0 -41
  3227. package/bundled-rules/yara-rules/community/bartblaze/rules/APT/RoyalRoad_RTF.yar +0 -28
  3228. package/bundled-rules/yara-rules/community/bartblaze/rules/APT/StormDNS.yar +0 -36
  3229. package/bundled-rules/yara-rules/community/bartblaze/rules/APT/Unk_Mythic_Loader.yar +0 -37
  3230. package/bundled-rules/yara-rules/community/bartblaze/rules/crimeware/Andromeda.yar +0 -41
  3231. package/bundled-rules/yara-rules/community/bartblaze/rules/crimeware/ArechClient.yar +0 -27
  3232. package/bundled-rules/yara-rules/community/bartblaze/rules/crimeware/ArechClient_Campaign_July2021.yar +0 -25
  3233. package/bundled-rules/yara-rules/community/bartblaze/rules/crimeware/AuroraStealer.yar +0 -58
  3234. package/bundled-rules/yara-rules/community/bartblaze/rules/crimeware/AveMaria.yar +0 -31
  3235. package/bundled-rules/yara-rules/community/bartblaze/rules/crimeware/BazarBackdoor.yar +0 -28
  3236. package/bundled-rules/yara-rules/community/bartblaze/rules/crimeware/BazarLoader.yar +0 -32
  3237. package/bundled-rules/yara-rules/community/bartblaze/rules/crimeware/BroEx.yar +0 -50
  3238. package/bundled-rules/yara-rules/community/bartblaze/rules/crimeware/CrunchyRoll.yar +0 -25
  3239. package/bundled-rules/yara-rules/community/bartblaze/rules/crimeware/Ganelp.yar +0 -39
  3240. package/bundled-rules/yara-rules/community/bartblaze/rules/crimeware/IcedID.yar +0 -64
  3241. package/bundled-rules/yara-rules/community/bartblaze/rules/crimeware/JSSLoader.yar +0 -37
  3242. package/bundled-rules/yara-rules/community/bartblaze/rules/crimeware/Jupyter.yar +0 -27
  3243. package/bundled-rules/yara-rules/community/bartblaze/rules/crimeware/KeyBase.yar +0 -37
  3244. package/bundled-rules/yara-rules/community/bartblaze/rules/crimeware/LNKR.yar +0 -162
  3245. package/bundled-rules/yara-rules/community/bartblaze/rules/crimeware/Monero_Compromise.yar +0 -27
  3246. package/bundled-rules/yara-rules/community/bartblaze/rules/crimeware/OfflRouter.yar +0 -29
  3247. package/bundled-rules/yara-rules/community/bartblaze/rules/crimeware/Oyster.yar +0 -34
  3248. package/bundled-rules/yara-rules/community/bartblaze/rules/crimeware/Parallax.yar +0 -32
  3249. package/bundled-rules/yara-rules/community/bartblaze/rules/crimeware/Prometei.yar +0 -103
  3250. package/bundled-rules/yara-rules/community/bartblaze/rules/crimeware/Pulsar_RAT.yar +0 -29
  3251. package/bundled-rules/yara-rules/community/bartblaze/rules/crimeware/PureZip.yar +0 -26
  3252. package/bundled-rules/yara-rules/community/bartblaze/rules/crimeware/PurpleFox.yar +0 -106
  3253. package/bundled-rules/yara-rules/community/bartblaze/rules/crimeware/RedLine.yar +0 -165
  3254. package/bundled-rules/yara-rules/community/bartblaze/rules/crimeware/RedLine_Campaign_June2021.yar +0 -25
  3255. package/bundled-rules/yara-rules/community/bartblaze/rules/crimeware/SaintBot.yar +0 -27
  3256. package/bundled-rules/yara-rules/community/bartblaze/rules/crimeware/ShinnyShield.yar +0 -42
  3257. package/bundled-rules/yara-rules/community/bartblaze/rules/crimeware/SystemBC.yar +0 -62
  3258. package/bundled-rules/yara-rules/community/bartblaze/rules/crimeware/Unk_BR_Banker.yar +0 -38
  3259. package/bundled-rules/yara-rules/community/bartblaze/rules/crimeware/Unk_Crime_Downloader_1.yar +0 -29
  3260. package/bundled-rules/yara-rules/community/bartblaze/rules/crimeware/Unk_Crime_Downloader_2.yar +0 -31
  3261. package/bundled-rules/yara-rules/community/bartblaze/rules/crimeware/Unk_DesktopLoader.yar +0 -29
  3262. package/bundled-rules/yara-rules/community/bartblaze/rules/crimeware/ZLoader.yar +0 -46
  3263. package/bundled-rules/yara-rules/community/bartblaze/rules/generic/AutoIT.yar +0 -60
  3264. package/bundled-rules/yara-rules/community/bartblaze/rules/generic/Costura_Protobuf.yar +0 -25
  3265. package/bundled-rules/yara-rules/community/bartblaze/rules/generic/DotNet_Reactor.yar +0 -38
  3266. package/bundled-rules/yara-rules/community/bartblaze/rules/generic/EnigmaStub.yar +0 -30
  3267. package/bundled-rules/yara-rules/community/bartblaze/rules/generic/Generic_Phishing_PDF.yar +0 -26
  3268. package/bundled-rules/yara-rules/community/bartblaze/rules/generic/GrimResource.yar +0 -29
  3269. package/bundled-rules/yara-rules/community/bartblaze/rules/generic/Hidden.yar +0 -32
  3270. package/bundled-rules/yara-rules/community/bartblaze/rules/generic/IEuser_author_doc.yar +0 -25
  3271. package/bundled-rules/yara-rules/community/bartblaze/rules/generic/ISO_exec.yar +0 -24
  3272. package/bundled-rules/yara-rules/community/bartblaze/rules/generic/LNK_Ruleset.yar +0 -465
  3273. package/bundled-rules/yara-rules/community/bartblaze/rules/generic/MalScript_Tricks.yar +0 -25
  3274. package/bundled-rules/yara-rules/community/bartblaze/rules/generic/MiniTor.yar +0 -38
  3275. package/bundled-rules/yara-rules/community/bartblaze/rules/generic/OLEfile_in_CAD_FAS_LSP.yar +0 -30
  3276. package/bundled-rules/yara-rules/community/bartblaze/rules/generic/OneNote_BuildPath.yar +0 -24
  3277. package/bundled-rules/yara-rules/community/bartblaze/rules/generic/PyInstaller.yar +0 -27
  3278. package/bundled-rules/yara-rules/community/bartblaze/rules/generic/Rclone.yar +0 -31
  3279. package/bundled-rules/yara-rules/community/bartblaze/rules/generic/Specialist_Repack_Doc.yar +0 -24
  3280. package/bundled-rules/yara-rules/community/bartblaze/rules/generic/VMProtectStub.yar +0 -31
  3281. package/bundled-rules/yara-rules/community/bartblaze/rules/generic/Webshell_in_image.yar +0 -35
  3282. package/bundled-rules/yara-rules/community/bartblaze/rules/generic/WinRAR_ADS_Traversal.yar +0 -31
  3283. package/bundled-rules/yara-rules/community/bartblaze/rules/generic/oAuth_Phishing_PDF.yar +0 -26
  3284. package/bundled-rules/yara-rules/community/bartblaze/rules/hacktools/Adaptix_Beacon.yar +0 -51
  3285. package/bundled-rules/yara-rules/community/bartblaze/rules/hacktools/Adfind.yar +0 -31
  3286. package/bundled-rules/yara-rules/community/bartblaze/rules/hacktools/CreateMiniDump.yar +0 -35
  3287. package/bundled-rules/yara-rules/community/bartblaze/rules/hacktools/DefenderControl.yar +0 -29
  3288. package/bundled-rules/yara-rules/community/bartblaze/rules/hacktools/Extract_MachineKey_SharePoint.yar +0 -51
  3289. package/bundled-rules/yara-rules/community/bartblaze/rules/hacktools/GhostShell_SharePoint.yar +0 -39
  3290. package/bundled-rules/yara-rules/community/bartblaze/rules/hacktools/Gmer.yar +0 -28
  3291. package/bundled-rules/yara-rules/community/bartblaze/rules/hacktools/Gmer_Driver.yar +0 -27
  3292. package/bundled-rules/yara-rules/community/bartblaze/rules/hacktools/HiddenVNC.yar +0 -29
  3293. package/bundled-rules/yara-rules/community/bartblaze/rules/hacktools/IISRaid.yar +0 -31
  3294. package/bundled-rules/yara-rules/community/bartblaze/rules/hacktools/IIS_Backdoor.yar +0 -35
  3295. package/bundled-rules/yara-rules/community/bartblaze/rules/hacktools/Impacket.yar +0 -43
  3296. package/bundled-rules/yara-rules/community/bartblaze/rules/hacktools/KPortScan.yar +0 -35
  3297. package/bundled-rules/yara-rules/community/bartblaze/rules/hacktools/LaZagne.yar +0 -30
  3298. package/bundled-rules/yara-rules/community/bartblaze/rules/hacktools/Mythic.yar +0 -165
  3299. package/bundled-rules/yara-rules/community/bartblaze/rules/hacktools/NLBrute.yar +0 -23
  3300. package/bundled-rules/yara-rules/community/bartblaze/rules/hacktools/Orca.yar +0 -64
  3301. package/bundled-rules/yara-rules/community/bartblaze/rules/hacktools/PowerTool.yar +0 -33
  3302. package/bundled-rules/yara-rules/community/bartblaze/rules/hacktools/RDPWrap.yar +0 -29
  3303. package/bundled-rules/yara-rules/community/bartblaze/rules/hacktools/Responder.yar +0 -39
  3304. package/bundled-rules/yara-rules/community/bartblaze/rules/hacktools/SharpAdidnsdump.yar +0 -39
  3305. package/bundled-rules/yara-rules/community/bartblaze/rules/hacktools/SharpHostInfo.yar +0 -36
  3306. package/bundled-rules/yara-rules/community/bartblaze/rules/hacktools/Windows_Credentials_Editor.yar +0 -46
  3307. package/bundled-rules/yara-rules/community/bartblaze/rules/ransomware/Avaddon.yar +0 -36
  3308. package/bundled-rules/yara-rules/community/bartblaze/rules/ransomware/BlackKingDom.yar +0 -35
  3309. package/bundled-rules/yara-rules/community/bartblaze/rules/ransomware/CryLock.yar +0 -33
  3310. package/bundled-rules/yara-rules/community/bartblaze/rules/ransomware/Darkside.yar +0 -27
  3311. package/bundled-rules/yara-rules/community/bartblaze/rules/ransomware/DearCry.yar +0 -35
  3312. package/bundled-rules/yara-rules/community/bartblaze/rules/ransomware/Ekans.yar +0 -28
  3313. package/bundled-rules/yara-rules/community/bartblaze/rules/ransomware/Fusion.yar +0 -35
  3314. package/bundled-rules/yara-rules/community/bartblaze/rules/ransomware/Maze.yar +0 -40
  3315. package/bundled-rules/yara-rules/community/bartblaze/rules/ransomware/Pysa.yar +0 -30
  3316. package/bundled-rules/yara-rules/community/bartblaze/rules/ransomware/REvil_Cert.yar +0 -26
  3317. package/bundled-rules/yara-rules/community/bartblaze/rules/ransomware/REvil_Dropper.yar +0 -41
  3318. package/bundled-rules/yara-rules/community/bartblaze/rules/ransomware/RagnarLocker.yar +0 -27
  3319. package/bundled-rules/yara-rules/community/bartblaze/rules/ransomware/Satan_Mutexes.yar +0 -34
  3320. package/bundled-rules/yara-rules/community/bartblaze/rules/ransomware/Sfile.yar +0 -42
  3321. package/bundled-rules/yara-rules/community/bartblaze/rules/ransomware/Warlock.yar +0 -35
  3322. package/bundled-rules/yara-rules/community/bartblaze/rules/ransomware/WhiteBlack.yar +0 -26
  3323. package/bundled-rules/yara-rules/community/bartblaze/rules/ransomware/WickrMe.yar +0 -35
  3324. package/bundled-rules/yara-rules/community/bartblaze/rules/ransomware/WinLock.yar +0 -38
  3325. package/bundled-rules/yara-rules/community/bartblaze/rules/ransomware/XiaoBa.yar +0 -28
  3326. package/bundled-rules/yara-rules/community/bartblaze/rules/ransomware/Zeppelin.yar +0 -33
  3327. package/bundled-rules/yara-rules/community/chronicle/YARA/CobaltStrike/CobaltStrike__Resources_Artifact32_and_Resources_Dropper_v1_45_to_v4_x.yara +0 -89
  3328. package/bundled-rules/yara-rules/community/chronicle/YARA/CobaltStrike/CobaltStrike__Resources_Artifact32svc_Exe_v1_49_to_v4_x.yara +0 -77
  3329. package/bundled-rules/yara-rules/community/chronicle/YARA/CobaltStrike/CobaltStrike__Resources_Artifact64_v1_49_to_v4_x.yara +0 -128
  3330. package/bundled-rules/yara-rules/community/chronicle/YARA/CobaltStrike/CobaltStrike__Resources_Beacon_Dll_All_Versions_MemEnabled.yara +0 -1665
  3331. package/bundled-rules/yara-rules/community/chronicle/YARA/CobaltStrike/CobaltStrike__Resources_Bind64_Bin_v2_5_through_v4_x.yara +0 -109
  3332. package/bundled-rules/yara-rules/community/chronicle/YARA/CobaltStrike/CobaltStrike__Resources_Bind_Bin_v2_5_through_v4_x.yara +0 -111
  3333. package/bundled-rules/yara-rules/community/chronicle/YARA/CobaltStrike/CobaltStrike__Resources_Browserpivot_Bin_v1_48_to_v3_14_and_Sleeve_Browserpivot_Dll_v4_0_to_v4_x.yara +0 -60
  3334. package/bundled-rules/yara-rules/community/chronicle/YARA/CobaltStrike/CobaltStrike__Resources_Browserpivot_x64_Bin_v1_48_to_v3_14_and_Sleeve_Browserpivot_x64_Dll_v4_0_to_v4_x.yara +0 -64
  3335. package/bundled-rules/yara-rules/community/chronicle/YARA/CobaltStrike/CobaltStrike__Resources_Bypassuac_Dll_v1_49_to_v3_14_and_Sleeve_Bypassuac_Dll_v4_0_to_v4_x.yara +0 -94
  3336. package/bundled-rules/yara-rules/community/chronicle/YARA/CobaltStrike/CobaltStrike__Resources_Bypassuac_x64_Dll_v3_3_to_v3_14_and_Sleeve_Bypassuac_x64_Dll_v4_0_and_v4_x.yara +0 -86
  3337. package/bundled-rules/yara-rules/community/chronicle/YARA/CobaltStrike/CobaltStrike__Resources_Bypassuactoken_Dll_v3_11_to_v3_14.yara +0 -151
  3338. package/bundled-rules/yara-rules/community/chronicle/YARA/CobaltStrike/CobaltStrike__Resources_Bypassuactoken_x64_Dll_v3_11_to_v3_14.yara +0 -118
  3339. package/bundled-rules/yara-rules/community/chronicle/YARA/CobaltStrike/CobaltStrike__Resources_Command_Ps1_v2_5_to_v3_7_and_Resources_Compress_Ps1_v3_8_to_v4_x.yara +0 -33
  3340. package/bundled-rules/yara-rules/community/chronicle/YARA/CobaltStrike/CobaltStrike__Resources_Covertvpn_Dll_v2_1_to_v4_x.yara +0 -120
  3341. package/bundled-rules/yara-rules/community/chronicle/YARA/CobaltStrike/CobaltStrike__Resources_Covertvpn_injector_Exe_v1_44_to_v2_0_49.yara +0 -116
  3342. package/bundled-rules/yara-rules/community/chronicle/YARA/CobaltStrike/CobaltStrike__Resources_Dnsstager_Bin_v1_47_through_v4_x.yara +0 -78
  3343. package/bundled-rules/yara-rules/community/chronicle/YARA/CobaltStrike/CobaltStrike__Resources_Elevate_Dll_v3_0_to_v3_14_and_Sleeve_Elevate_Dll_v4_x.yara +0 -68
  3344. package/bundled-rules/yara-rules/community/chronicle/YARA/CobaltStrike/CobaltStrike__Resources_Elevate_X64_Dll_v3_0_to_v3_14_and_Sleeve_Elevate_X64_Dll_v4_x.yara +0 -71
  3345. package/bundled-rules/yara-rules/community/chronicle/YARA/CobaltStrike/CobaltStrike__Resources_Httpsstager64_Bin_v3_2_through_v4_x.yara +0 -90
  3346. package/bundled-rules/yara-rules/community/chronicle/YARA/CobaltStrike/CobaltStrike__Resources_Httpsstager_Bin_v2_5_through_v4_x.yara +0 -95
  3347. package/bundled-rules/yara-rules/community/chronicle/YARA/CobaltStrike/CobaltStrike__Resources_Httpstager64_Bin_v3_2_through_v4_x.yara +0 -85
  3348. package/bundled-rules/yara-rules/community/chronicle/YARA/CobaltStrike/CobaltStrike__Resources_Httpstager_Bin_v2_5_through_v4_x.yara +0 -93
  3349. package/bundled-rules/yara-rules/community/chronicle/YARA/CobaltStrike/CobaltStrike__Resources_Reverse64_Bin_v2_5_through_v4_x.yara +0 -99
  3350. package/bundled-rules/yara-rules/community/chronicle/YARA/CobaltStrike/CobaltStrike__Resources_Reverse_Bin_v2_5_through_v4_x.yara +0 -104
  3351. package/bundled-rules/yara-rules/community/chronicle/YARA/CobaltStrike/CobaltStrike__Resources_Smbstager_Bin_v2_5_through_v4_x.yara +0 -95
  3352. package/bundled-rules/yara-rules/community/chronicle/YARA/CobaltStrike/CobaltStrike__Resources_Template_Py_v3_3_to_v4_x.yara +0 -36
  3353. package/bundled-rules/yara-rules/community/chronicle/YARA/CobaltStrike/CobaltStrike__Resources_Template_Sct_v3_3_to_v4_x.yara +0 -38
  3354. package/bundled-rules/yara-rules/community/chronicle/YARA/CobaltStrike/CobaltStrike__Resources_Template_Vbs_v3_3_to_v4_x.yara +0 -41
  3355. package/bundled-rules/yara-rules/community/chronicle/YARA/CobaltStrike/CobaltStrike__Resources_Template__x32_x64_Ps1_v1_45_to_v2_5_and_v3_11_to_v3_14.yara +0 -43
  3356. package/bundled-rules/yara-rules/community/chronicle/YARA/CobaltStrike/CobaltStrike__Resources_Template_x64_Ps1_v3_0_to_v4_x_excluding_3_12_3_13.yara +0 -37
  3357. package/bundled-rules/yara-rules/community/chronicle/YARA/CobaltStrike/CobaltStrike__Resources_Template_x86_Vba_v3_8_to_v4_x.yara +0 -37
  3358. package/bundled-rules/yara-rules/community/chronicle/YARA/CobaltStrike/CobaltStrike__Resources_Xor_Bin__32bit_v2_x_to_4_x.yara +0 -38
  3359. package/bundled-rules/yara-rules/community/chronicle/YARA/CobaltStrike/CobaltStrike__Resources_Xor_Bin__64bit_v3_12_to_4_x.yara +0 -39
  3360. package/bundled-rules/yara-rules/community/chronicle/YARA/CobaltStrike/CobaltStrike__Sleeve_BeaconLoader_all.yara +0 -555
  3361. package/bundled-rules/yara-rules/community/chronicle/YARA/Sliver/Sliver__Implant_32bit.yara +0 -81
  3362. package/bundled-rules/yara-rules/community/chronicle/YARA/Sliver/Sliver__Implant_64bit.yara +0 -84
  3363. package/bundled-rules/yara-rules/community/ditekshen/yara/indicator_knownbad_certs.yar +0 -9004
  3364. package/bundled-rules/yara-rules/community/ditekshen/yara/indicator_knownbad_id.yar +0 -1739
  3365. package/bundled-rules/yara-rules/community/ditekshen/yara/indicator_office.yar +0 -953
  3366. package/bundled-rules/yara-rules/community/ditekshen/yara/indicator_packed.yar +0 -804
  3367. package/bundled-rules/yara-rules/community/ditekshen/yara/indicator_rmm.yar +0 -580
  3368. package/bundled-rules/yara-rules/community/ditekshen/yara/indicator_suspicious.yar +0 -2633
  3369. package/bundled-rules/yara-rules/community/ditekshen/yara/indicator_tools.yar +0 -1908
  3370. package/bundled-rules/yara-rules/community/ditekshen/yara/malware.yar +0 -11957
  3371. package/bundled-rules/yara-rules/community/eset/animalfarm/animalfarm.yar +0 -96
  3372. package/bundled-rules/yara-rules/community/eset/badiis/badiis.yar +0 -552
  3373. package/bundled-rules/yara-rules/community/eset/groundbait/prikormka.yar +0 -141
  3374. package/bundled-rules/yara-rules/community/eset/invisimole/invisimole.yar +0 -297
  3375. package/bundled-rules/yara-rules/community/eset/keydnap/keydnap.yar +0 -86
  3376. package/bundled-rules/yara-rules/community/eset/kobalos/kobalos.yar +0 -73
  3377. package/bundled-rules/yara-rules/community/eset/moose/linux-moose.yar +0 -110
  3378. package/bundled-rules/yara-rules/community/eset/mozi/mozi.yar +0 -51
  3379. package/bundled-rules/yara-rules/community/eset/mumblehard/mumblehard_packer.yar +0 -47
  3380. package/bundled-rules/yara-rules/community/eset/nukesped_lazarus/rich_headers_IconicPayloads_3CX.yar +0 -23
  3381. package/bundled-rules/yara-rules/community/eset/potao/PotaoNew.yara +0 -108
  3382. package/bundled-rules/yara-rules/community/eset/rakos/rakos.yar +0 -53
  3383. package/bundled-rules/yara-rules/community/eset/redline/redline.yar +0 -172
  3384. package/bundled-rules/yara-rules/community/eset/sparklinggoblin/SparklingGoblin.yar +0 -489
  3385. package/bundled-rules/yara-rules/community/eset/sshdoor/sshdoor.yar +0 -572
  3386. package/bundled-rules/yara-rules/community/eset/stantinko/stantinko.yar +0 -255
  3387. package/bundled-rules/yara-rules/community/eset/ta410/ta410.yar +0 -741
  3388. package/bundled-rules/yara-rules/community/eset/turla/carbon.yar +0 -69
  3389. package/bundled-rules/yara-rules/community/eset/turla/gazer.yar +0 -85
  3390. package/bundled-rules/yara-rules/community/eset/turla/turla-outlook.yar +0 -169
  3391. package/bundled-rules/yara-rules/community/eset/windigo/ebury.yar +0 -97
  3392. package/bundled-rules/yara-rules/community/eset/windigo/helimod.yar +0 -105
  3393. package/bundled-rules/yara-rules/community/eset/windigo/windigo-onimiki.yar +0 -59
  3394. package/bundled-rules/yara-rules/community/eset/winnti_group/skip20_sqllang_hook.yar +0 -69
  3395. package/bundled-rules/yara-rules/community/intezer/APT15.yar +0 -48
  3396. package/bundled-rules/yara-rules/community/intezer/AgeLocker.yar +0 -19
  3397. package/bundled-rules/yara-rules/community/intezer/ChinaZ_Managers.yar +0 -60
  3398. package/bundled-rules/yara-rules/community/intezer/DarkComet.yar +0 -262
  3399. package/bundled-rules/yara-rules/community/intezer/Doki_Attack.yar +0 -17
  3400. package/bundled-rules/yara-rules/community/intezer/EvilGnome.yar +0 -49
  3401. package/bundled-rules/yara-rules/community/intezer/Gh0stRAT.yar +0 -37
  3402. package/bundled-rules/yara-rules/community/intezer/GreedyAntd.yar +0 -13
  3403. package/bundled-rules/yara-rules/community/intezer/HiddenWasp.yar +0 -44
  3404. package/bundled-rules/yara-rules/community/intezer/IPStorm.yar +0 -18
  3405. package/bundled-rules/yara-rules/community/intezer/Iranian_Wipers.yar +0 -111
  3406. package/bundled-rules/yara-rules/community/intezer/Lazarus_2020.yar +0 -32
  3407. package/bundled-rules/yara-rules/community/intezer/NexePirateSteal.yar +0 -13
  3408. package/bundled-rules/yara-rules/community/intezer/QNAPCrypt.yar +0 -19
  3409. package/bundled-rules/yara-rules/community/intezer/RedDelta.yar +0 -59
  3410. package/bundled-rules/yara-rules/community/intezer/Rekoobe.yar +0 -16
  3411. package/bundled-rules/yara-rules/community/intezer/RussianAPT.yar +0 -7634
  3412. package/bundled-rules/yara-rules/community/intezer/Trickbot.yar +0 -184
  3413. package/bundled-rules/yara-rules/community/intezer/WatchBog.yar +0 -25
  3414. package/bundled-rules/yara-rules/community/intezer/xe_group.yar +0 -168
  3415. package/bundled-rules/yara-rules/community/jpcert/APT10/apt10.yara +0 -254
  3416. package/bundled-rules/yara-rules/community/jpcert/APT29/apt29.yara +0 -87
  3417. package/bundled-rules/yara-rules/community/jpcert/BlackTech/blacktech.yara +0 -458
  3418. package/bundled-rules/yara-rules/community/jpcert/Darkhotel/darkhotel.yara +0 -88
  3419. package/bundled-rules/yara-rules/community/jpcert/DragonOK/dragonok.yara +0 -28
  3420. package/bundled-rules/yara-rules/community/jpcert/Kimsuky/Kimsuky.yara +0 -73
  3421. package/bundled-rules/yara-rules/community/jpcert/Lazarus/applejeus.yara +0 -34
  3422. package/bundled-rules/yara-rules/community/jpcert/Lazarus/contagiousinterview.yara +0 -34
  3423. package/bundled-rules/yara-rules/community/jpcert/Lazarus/crypthunter.yara +0 -349
  3424. package/bundled-rules/yara-rules/community/jpcert/Lazarus/lazarus.yara +0 -705
  3425. package/bundled-rules/yara-rules/community/jpcert/Tick/tick.yara +0 -323
  3426. package/bundled-rules/yara-rules/community/jpcert/other/3proxy.yara +0 -15
  3427. package/bundled-rules/yara-rules/community/jpcert/other/IcedID.yara +0 -20
  3428. package/bundled-rules/yara-rules/community/jpcert/other/MedusaLocker.yara +0 -17
  3429. package/bundled-rules/yara-rules/community/jpcert/other/Remcos.yara +0 -16
  3430. package/bundled-rules/yara-rules/community/jpcert/other/RestyLink.yara +0 -107
  3431. package/bundled-rules/yara-rules/community/jpcert/other/StealthWorker.yara +0 -14
  3432. package/bundled-rules/yara-rules/community/jpcert/other/TokyoX.yara +0 -28
  3433. package/bundled-rules/yara-rules/community/jpcert/other/Voldemort.yara +0 -50
  3434. package/bundled-rules/yara-rules/community/jpcert/other/adminer.yara +0 -19
  3435. package/bundled-rules/yara-rules/community/jpcert/other/agenttesla.yara +0 -33
  3436. package/bundled-rules/yara-rules/community/jpcert/other/antiupx.yara +0 -45
  3437. package/bundled-rules/yara-rules/community/jpcert/other/ares.yara +0 -25
  3438. package/bundled-rules/yara-rules/community/jpcert/other/asyncrat.yara +0 -20
  3439. package/bundled-rules/yara-rules/community/jpcert/other/azorult.yara +0 -15
  3440. package/bundled-rules/yara-rules/community/jpcert/other/b374k.yara +0 -18
  3441. package/bundled-rules/yara-rules/community/jpcert/other/bebloh.yara +0 -16
  3442. package/bundled-rules/yara-rules/community/jpcert/other/brc4.yara +0 -19
  3443. package/bundled-rules/yara-rules/community/jpcert/other/cobaltstrike.yara +0 -33
  3444. package/bundled-rules/yara-rules/community/jpcert/other/cve202120837.yara +0 -33
  3445. package/bundled-rules/yara-rules/community/jpcert/other/darkcloud.yara +0 -18
  3446. package/bundled-rules/yara-rules/community/jpcert/other/donut.yara +0 -20
  3447. package/bundled-rules/yara-rules/community/jpcert/other/doplugs.yara +0 -55
  3448. package/bundled-rules/yara-rules/community/jpcert/other/doraemon.yara +0 -32
  3449. package/bundled-rules/yara-rules/community/jpcert/other/dtsft.yara +0 -53
  3450. package/bundled-rules/yara-rules/community/jpcert/other/emotet.yara +0 -18
  3451. package/bundled-rules/yara-rules/community/jpcert/other/filesman.yara +0 -27
  3452. package/bundled-rules/yara-rules/community/jpcert/other/flubot.yara +0 -18
  3453. package/bundled-rules/yara-rules/community/jpcert/other/formbook.yara +0 -15
  3454. package/bundled-rules/yara-rules/community/jpcert/other/foxwso.yara +0 -14
  3455. package/bundled-rules/yara-rules/community/jpcert/other/getrdoor.yara +0 -19
  3456. package/bundled-rules/yara-rules/community/jpcert/other/gobrat.yara +0 -185
  3457. package/bundled-rules/yara-rules/community/jpcert/other/hawkeye.yara +0 -15
  3458. package/bundled-rules/yara-rules/community/jpcert/other/huiloader.yara +0 -25
  3459. package/bundled-rules/yara-rules/community/jpcert/other/inetget.yara +0 -30
  3460. package/bundled-rules/yara-rules/community/jpcert/other/ivanti_connect_secure.yara +0 -16
  3461. package/bundled-rules/yara-rules/community/jpcert/other/lodeinfo.yara +0 -558
  3462. package/bundled-rules/yara-rules/community/jpcert/other/lokibot.yara +0 -16
  3463. package/bundled-rules/yara-rules/community/jpcert/other/machOdownloader.yara +0 -47
  3464. package/bundled-rules/yara-rules/community/jpcert/other/maldocinpdf.yara +0 -20
  3465. package/bundled-rules/yara-rules/community/jpcert/other/nanocore.yara +0 -15
  3466. package/bundled-rules/yara-rules/community/jpcert/other/netwire.yara +0 -18
  3467. package/bundled-rules/yara-rules/community/jpcert/other/nimfilecoder.yara +0 -51
  3468. package/bundled-rules/yara-rules/community/jpcert/other/njrat.yara +0 -14
  3469. package/bundled-rules/yara-rules/community/jpcert/other/noderat.yara +0 -15
  3470. package/bundled-rules/yara-rules/community/jpcert/other/pangolin8rat.yara +0 -95
  3471. package/bundled-rules/yara-rules/community/jpcert/other/phpfilemanager.yara +0 -16
  3472. package/bundled-rules/yara-rules/community/jpcert/other/phpmal.yara +0 -71
  3473. package/bundled-rules/yara-rules/community/jpcert/other/plugx.yara +0 -25
  3474. package/bundled-rules/yara-rules/community/jpcert/other/poisonivy.yara +0 -15
  3475. package/bundled-rules/yara-rules/community/jpcert/other/poohlydown.yara +0 -13
  3476. package/bundled-rules/yara-rules/community/jpcert/other/pskiller_sys.yara +0 -130
  3477. package/bundled-rules/yara-rules/community/jpcert/other/pulsesecure.yara +0 -31
  3478. package/bundled-rules/yara-rules/community/jpcert/other/qbot.yara +0 -21
  3479. package/bundled-rules/yara-rules/community/jpcert/other/quasar.yara +0 -21
  3480. package/bundled-rules/yara-rules/community/jpcert/other/seaspy.yara +0 -28
  3481. package/bundled-rules/yara-rules/community/jpcert/other/shellcode.yara +0 -124
  3482. package/bundled-rules/yara-rules/community/jpcert/other/smokeloader.yara +0 -15
  3483. package/bundled-rules/yara-rules/community/jpcert/other/spygrace.yara +0 -35
  3484. package/bundled-rules/yara-rules/community/jpcert/other/sqroot.yara +0 -206
  3485. package/bundled-rules/yara-rules/community/jpcert/other/stealc.yara +0 -32
  3486. package/bundled-rules/yara-rules/community/jpcert/other/steelclover.yara +0 -36
  3487. package/bundled-rules/yara-rules/community/jpcert/other/stonemite.yara +0 -16
  3488. package/bundled-rules/yara-rules/community/jpcert/other/sysrvbot.yara +0 -61
  3489. package/bundled-rules/yara-rules/community/jpcert/other/tool.yara +0 -22
  3490. package/bundled-rules/yara-rules/community/jpcert/other/ursnif.yara +0 -32
  3491. package/bundled-rules/yara-rules/community/jpcert/other/vboxuserrat.yara +0 -51
  3492. package/bundled-rules/yara-rules/community/jpcert/other/veletrix.yara +0 -43
  3493. package/bundled-rules/yara-rules/community/jpcert/other/waterpamola.yara +0 -131
  3494. package/bundled-rules/yara-rules/community/jpcert/other/webrcs.yara +0 -47
  3495. package/bundled-rules/yara-rules/community/jpcert/other/webview2loader.yara +0 -32
  3496. package/bundled-rules/yara-rules/community/jpcert/other/windealer.yara +0 -42
  3497. package/bundled-rules/yara-rules/community/loldrivers/detections/yara/other/yara-rules_mal_drivers_strict.yar +0 -855
  3498. package/bundled-rules/yara-rules/community/loldrivers/detections/yara/other/yara-rules_vuln_drivers.yar +0 -12131
  3499. package/bundled-rules/yara-rules/community/loldrivers/detections/yara/other/yara-rules_vuln_drivers_strict_renamed.yar +0 -12131
  3500. package/bundled-rules/yara-rules/community/loldrivers/detections/yara/yara-rules_mal_drivers.yar +0 -855
  3501. package/bundled-rules/yara-rules/community/loldrivers/detections/yara/yara-rules_vuln_drivers_strict.yar +0 -12131
  3502. package/bundled-rules/yara-rules/community/mandiant/all-yara.yar +0 -2947
  3503. package/bundled-rules/yara-rules/community/mandiant/rules/ADPASSHUNT/production/yara/APT_HackTool_MSIL_ADPassHunt_1.yar +0 -17
  3504. package/bundled-rules/yara-rules/community/mandiant/rules/ADPASSHUNT/production/yara/APT_HackTool_MSIL_ADPassHunt_2.yar +0 -23
  3505. package/bundled-rules/yara-rules/community/mandiant/rules/ADPASSHUNT/production/yara/CredTheft_MSIL_ADPassHunt_1.yar +0 -15
  3506. package/bundled-rules/yara-rules/community/mandiant/rules/ADPASSHUNT/production/yara/CredTheft_MSIL_ADPassHunt_2.yar +0 -19
  3507. package/bundled-rules/yara-rules/community/mandiant/rules/ALLTHETHINGS/production/yara/Loader_MSIL_AllTheThings_1.yar +0 -15
  3508. package/bundled-rules/yara-rules/community/mandiant/rules/BASICPIPESHELL/production/yara/APT_Backdoor_PS1_BASICPIPESHELL_1.yar +0 -18
  3509. package/bundled-rules/yara-rules/community/mandiant/rules/BEACON/supplemental/yara/Loader_Win_Generic_17.yar +0 -19
  3510. package/bundled-rules/yara-rules/community/mandiant/rules/BEACON/supplemental/yara/Loader_Win_Generic_18.yar +0 -19
  3511. package/bundled-rules/yara-rules/community/mandiant/rules/BEACON/supplemental/yara/Trojan_Raw_Generic_4.yar +0 -17
  3512. package/bundled-rules/yara-rules/community/mandiant/rules/BEACON/supplemental/yara/Trojan_Win_Generic_101.yar +0 -20
  3513. package/bundled-rules/yara-rules/community/mandiant/rules/BELTALOWDA/production/yara/HackTool_MSIL_SEATBELT_1.yar +0 -25
  3514. package/bundled-rules/yara-rules/community/mandiant/rules/BELTALOWDA/production/yara/HackTool_MSIL_SEATBELT_2.yar +0 -15
  3515. package/bundled-rules/yara-rules/community/mandiant/rules/COREHOUND/production/yara/HackTool_MSIL_CoreHound_1.yar +0 -15
  3516. package/bundled-rules/yara-rules/community/mandiant/rules/DSHELL/production/yara/APT_Backdoor_Win_DShell_1.yar +0 -191
  3517. package/bundled-rules/yara-rules/community/mandiant/rules/DSHELL/production/yara/APT_Backdoor_Win_DShell_3.yar +0 -90
  3518. package/bundled-rules/yara-rules/community/mandiant/rules/DSHELL/production/yara/APT_Loader_Win32_DShell_1.yar +0 -20
  3519. package/bundled-rules/yara-rules/community/mandiant/rules/DSHELL/production/yara/APT_Loader_Win32_DShell_2.yar +0 -21
  3520. package/bundled-rules/yara-rules/community/mandiant/rules/DSHELL/production/yara/APT_Loader_Win32_DShell_3.yar +0 -19
  3521. package/bundled-rules/yara-rules/community/mandiant/rules/DSHELL/supplemental/yara/APT_Backdoor_Win_DShell_2.yar +0 -132
  3522. package/bundled-rules/yara-rules/community/mandiant/rules/DTRIM/production/yara/APT_HackTool_MSIL_DTRIM_1.yar +0 -15
  3523. package/bundled-rules/yara-rules/community/mandiant/rules/DUEDLLIGENCE/production/yara/HackTool_MSIL_HOLSTER_1.yar +0 -15
  3524. package/bundled-rules/yara-rules/community/mandiant/rules/DUEDLLIGENCE/production/yara/Loader_MSIL_DUEDLLIGENCE_1.yar +0 -15
  3525. package/bundled-rules/yara-rules/community/mandiant/rules/DUEDLLIGENCE/production/yara/Loader_MSIL_DUEDLLIGENCE_2.yar +0 -15
  3526. package/bundled-rules/yara-rules/community/mandiant/rules/DUEDLLIGENCE/production/yara/Loader_MSIL_DUEDLLIGENCE_3.yar +0 -16
  3527. package/bundled-rules/yara-rules/community/mandiant/rules/DUEDLLIGENCE/production/yara/MSIL_Launcher_DUEDLLIGENCE_1.yar +0 -15
  3528. package/bundled-rules/yara-rules/community/mandiant/rules/EXCAVATOR/production/yara/APT_HackTool_Win64_EXCAVATOR_1.yar +0 -19
  3529. package/bundled-rules/yara-rules/community/mandiant/rules/EXCAVATOR/production/yara/APT_HackTool_Win64_EXCAVATOR_2.yar +0 -19
  3530. package/bundled-rules/yara-rules/community/mandiant/rules/EXCAVATOR/production/yara/CredTheft_Win_EXCAVATOR_1.yar +0 -18
  3531. package/bundled-rules/yara-rules/community/mandiant/rules/EXCAVATOR/production/yara/CredTheft_Win_EXCAVATOR_2.yar +0 -18
  3532. package/bundled-rules/yara-rules/community/mandiant/rules/EXCAVATOR/supplemental/yara/Trojan_Win64_Generic_22.yar +0 -22
  3533. package/bundled-rules/yara-rules/community/mandiant/rules/EXCAVATOR/supplemental/yara/Trojan_Win64_Generic_23.yar +0 -22
  3534. package/bundled-rules/yara-rules/community/mandiant/rules/FLUFFY/production/yara/APT_HackTool_MSIL_FLUFFY_1.yar +0 -18
  3535. package/bundled-rules/yara-rules/community/mandiant/rules/FLUFFY/production/yara/APT_HackTool_MSIL_FLUFFY_2.yar +0 -21
  3536. package/bundled-rules/yara-rules/community/mandiant/rules/G2JS/production/yara/Builder_MSIL_G2JS_1.yar +0 -15
  3537. package/bundled-rules/yara-rules/community/mandiant/rules/G2JS/production/yara/Hunting_B64Engine_DotNetToJScript_Dos.yar +0 -15
  3538. package/bundled-rules/yara-rules/community/mandiant/rules/G2JS/production/yara/Hunting_DotNetToJScript_Functions.yar +0 -22
  3539. package/bundled-rules/yara-rules/community/mandiant/rules/G2JS/production/yara/Hunting_GadgetToJScript_1.yar +0 -17
  3540. package/bundled-rules/yara-rules/community/mandiant/rules/GETDOMAINPASSWORDPOLICY/production/yara/HackTool_MSIL_GETDOMAINPASSWORDPOLICY_1.yar +0 -15
  3541. package/bundled-rules/yara-rules/community/mandiant/rules/GPOHUNT/production/yara/APT_HackTool_MSIL_GPOHUNT_1.yar +0 -15
  3542. package/bundled-rules/yara-rules/community/mandiant/rules/IMPACKETOBF (Smbexec)/production/yara/HackTool_PY_ImpacketObfuscation_1.yar +0 -22
  3543. package/bundled-rules/yara-rules/community/mandiant/rules/IMPACKETOBF (Wmiexec)/production/yara/HackTool_PY_ImpacketObfuscation_2.yar +0 -21
  3544. package/bundled-rules/yara-rules/community/mandiant/rules/INVEIGHZERO/production/yara/HackTool_MSIL_INVEIGHZERO_1.yar +0 -15
  3545. package/bundled-rules/yara-rules/community/mandiant/rules/JUSTASK/production/yara/APT_HackTool_MSIL_JUSTASK_1.yar +0 -15
  3546. package/bundled-rules/yara-rules/community/mandiant/rules/KEEFARCE/production/yara/HackTool_MSIL_KeeFarce_1.yar +0 -15
  3547. package/bundled-rules/yara-rules/community/mandiant/rules/KEEPERSIST/production/yara/HackTool_MSIL_KeePersist_1.yar +0 -15
  3548. package/bundled-rules/yara-rules/community/mandiant/rules/LNKSMASHER/production/yara/Dropper_LNK_LNKSmasher_1.yar +0 -18
  3549. package/bundled-rules/yara-rules/community/mandiant/rules/LNKSMASHER/supplemental/yara/Hunting_LNK_Win_GenericLauncher.yar +0 -22
  3550. package/bundled-rules/yara-rules/community/mandiant/rules/LUALOADER/production/yara/APT_HackTool_MSIL_LUALOADER_1.yar +0 -15
  3551. package/bundled-rules/yara-rules/community/mandiant/rules/LUALOADER/production/yara/APT_Loader_MSIL_LUALOADER_1.yar +0 -17
  3552. package/bundled-rules/yara-rules/community/mandiant/rules/LUALOADER/production/yara/APT_Loader_MSIL_LUALOADER_2.yar +0 -19
  3553. package/bundled-rules/yara-rules/community/mandiant/rules/MATRYOSHKA/production/yara/APT_Builder_PY_MATRYOSHKA_1.yar +0 -22
  3554. package/bundled-rules/yara-rules/community/mandiant/rules/MATRYOSHKA/production/yara/APT_Builder_Win64_MATRYOSHKA_1.yar +0 -20
  3555. package/bundled-rules/yara-rules/community/mandiant/rules/MATRYOSHKA/production/yara/APT_Dropper_Win64_MATRYOSHKA_1.yar +0 -18
  3556. package/bundled-rules/yara-rules/community/mandiant/rules/MATRYOSHKA/production/yara/APT_Dropper_Win_MATRYOSHKA_1.yar +0 -20
  3557. package/bundled-rules/yara-rules/community/mandiant/rules/MATRYOSHKA/production/yara/APT_Loader_Win64_MATRYOSHKA_1.yar +0 -19
  3558. package/bundled-rules/yara-rules/community/mandiant/rules/MATRYOSHKA/production/yara/APT_Loader_Win64_MATRYOSHKA_2.yar +0 -20
  3559. package/bundled-rules/yara-rules/community/mandiant/rules/MATRYOSHKA/production/yara/APT_Loader_Win_MATRYOSHKA_1.yar +0 -24
  3560. package/bundled-rules/yara-rules/community/mandiant/rules/MEMCOMP/production/yara/Loader_MSIL_InMemoryCompilation_1.yar +0 -15
  3561. package/bundled-rules/yara-rules/community/mandiant/rules/NETASSEMBLYINJECT/production/yara/Loader_MSIL_NETAssemblyInject_1.yar +0 -17
  3562. package/bundled-rules/yara-rules/community/mandiant/rules/NETSHSHELLCODERUNNER/production/yara/Loader_MSIL_NetshShellCodeRunner_1.yar +0 -15
  3563. package/bundled-rules/yara-rules/community/mandiant/rules/NOAMCI/production/yara/APT_HackTool_MSIL_NOAMCI_1.yar +0 -16
  3564. package/bundled-rules/yara-rules/community/mandiant/rules/PGF/production/yara/APT_Loader_MSIL_PGF_1.yar +0 -17
  3565. package/bundled-rules/yara-rules/community/mandiant/rules/PGF/production/yara/APT_Loader_MSIL_PGF_2.yar +0 -20
  3566. package/bundled-rules/yara-rules/community/mandiant/rules/PGF/production/yara/APT_Loader_Win32_PGF_1.yar +0 -19
  3567. package/bundled-rules/yara-rules/community/mandiant/rules/PGF/production/yara/APT_Loader_Win32_PGF_2.yar +0 -19
  3568. package/bundled-rules/yara-rules/community/mandiant/rules/PGF/production/yara/APT_Loader_Win32_PGF_3.yar +0 -20
  3569. package/bundled-rules/yara-rules/community/mandiant/rules/PGF/production/yara/APT_Loader_Win32_PGF_4.yar +0 -17
  3570. package/bundled-rules/yara-rules/community/mandiant/rules/PGF/production/yara/APT_Loader_Win32_PGF_5.yar +0 -18
  3571. package/bundled-rules/yara-rules/community/mandiant/rules/PGF/production/yara/APT_Loader_Win64_PGF_1.yar +0 -19
  3572. package/bundled-rules/yara-rules/community/mandiant/rules/PGF/production/yara/APT_Loader_Win64_PGF_2.yar +0 -19
  3573. package/bundled-rules/yara-rules/community/mandiant/rules/PGF/production/yara/APT_Loader_Win64_PGF_3.yar +0 -18
  3574. package/bundled-rules/yara-rules/community/mandiant/rules/PGF/production/yara/APT_Loader_Win64_PGF_4.yar +0 -17
  3575. package/bundled-rules/yara-rules/community/mandiant/rules/PGF/production/yara/APT_Loader_Win64_PGF_5.yar +0 -18
  3576. package/bundled-rules/yara-rules/community/mandiant/rules/PGF/production/yara/APT_Loader_Win_PGF_1.yar +0 -17
  3577. package/bundled-rules/yara-rules/community/mandiant/rules/PGF/production/yara/APT_Loader_Win_PGF_2.yar +0 -21
  3578. package/bundled-rules/yara-rules/community/mandiant/rules/PREPSHELLCODE/production/yara/HackTool_MSIL_PrepShellcode_1.yar +0 -15
  3579. package/bundled-rules/yara-rules/community/mandiant/rules/PUPPYHOUND/production/yara/HackTool_MSIL_PuppyHound_1.yar +0 -19
  3580. package/bundled-rules/yara-rules/community/mandiant/rules/PUPPYHOUND/production/yara/HackTool_MSIL_SharpHound_3.yar +0 -15
  3581. package/bundled-rules/yara-rules/community/mandiant/rules/PXELOOT/production/yara/HackTool_MSIL_PXELOOT_1.yar +0 -15
  3582. package/bundled-rules/yara-rules/community/mandiant/rules/PXELOOT/production/yara/HackTool_MSIL_PXELOOT_2.yar +0 -27
  3583. package/bundled-rules/yara-rules/community/mandiant/rules/REDFLARE/production/yara/APT_Builder_PY_REDFLARE_1.yar +0 -22
  3584. package/bundled-rules/yara-rules/community/mandiant/rules/REDFLARE/production/yara/APT_Builder_PY_REDFLARE_2.yar +0 -18
  3585. package/bundled-rules/yara-rules/community/mandiant/rules/REDFLARE/production/yara/APT_Controller_Linux_REDFLARE_1.yar +0 -19
  3586. package/bundled-rules/yara-rules/community/mandiant/rules/REDFLARE/production/yara/APT_Downloader_Win32_REDFLARE_1.yar +0 -17
  3587. package/bundled-rules/yara-rules/community/mandiant/rules/REDFLARE/production/yara/APT_Downloader_Win64_REDFLARE_1.yar +0 -17
  3588. package/bundled-rules/yara-rules/community/mandiant/rules/REDFLARE/production/yara/APT_Keylogger_Win32_REDFLARE_1.yar +0 -17
  3589. package/bundled-rules/yara-rules/community/mandiant/rules/REDFLARE/production/yara/APT_Keylogger_Win64_REDFLARE_1.yar +0 -17
  3590. package/bundled-rules/yara-rules/community/mandiant/rules/REDFLARE/production/yara/APT_Loader_Raw32_REDFLARE_1.yar +0 -16
  3591. package/bundled-rules/yara-rules/community/mandiant/rules/REDFLARE/production/yara/APT_Loader_Raw64_REDFLARE_1.yar +0 -16
  3592. package/bundled-rules/yara-rules/community/mandiant/rules/REDFLARE/production/yara/APT_Loader_Win32_REDFLARE_1.yar +0 -17
  3593. package/bundled-rules/yara-rules/community/mandiant/rules/REDFLARE/production/yara/APT_Loader_Win32_REDFLARE_2.yar +0 -17
  3594. package/bundled-rules/yara-rules/community/mandiant/rules/REDFLARE/production/yara/APT_Loader_Win64_REDFLARE_1.yar +0 -17
  3595. package/bundled-rules/yara-rules/community/mandiant/rules/REDFLARE/production/yara/APT_Loader_Win64_REDFLARE_2.yar +0 -18
  3596. package/bundled-rules/yara-rules/community/mandiant/rules/REDFLARE/production/yara/APT_Trojan_Win_REDFLARE_1.yar +0 -21
  3597. package/bundled-rules/yara-rules/community/mandiant/rules/REDFLARE/production/yara/APT_Trojan_Win_REDFLARE_2.yar +0 -20
  3598. package/bundled-rules/yara-rules/community/mandiant/rules/REDFLARE/production/yara/APT_Trojan_Win_REDFLARE_3.yar +0 -19
  3599. package/bundled-rules/yara-rules/community/mandiant/rules/REDFLARE/production/yara/APT_Trojan_Win_REDFLARE_4.yar +0 -19
  3600. package/bundled-rules/yara-rules/community/mandiant/rules/REDFLARE/production/yara/APT_Trojan_Win_REDFLARE_5.yar +0 -20
  3601. package/bundled-rules/yara-rules/community/mandiant/rules/REDFLARE/production/yara/APT_Trojan_Win_REDFLARE_7.yar +0 -21
  3602. package/bundled-rules/yara-rules/community/mandiant/rules/REDFLARE/production/yara/APT_Trojan_Win_REDFLARE_8.yar +0 -22
  3603. package/bundled-rules/yara-rules/community/mandiant/rules/REDFLARE/supplemental/yara/APT_Trojan_Linux_REDFLARE_1.yar +0 -20
  3604. package/bundled-rules/yara-rules/community/mandiant/rules/REDFLARE/supplemental/yara/APT_Trojan_Win_REDFLARE_6.yar +0 -20
  3605. package/bundled-rules/yara-rules/community/mandiant/rules/REDFLARE (Gorat)/production/yara/APT_Backdoor_MacOS_GORAT_1.yar +0 -19
  3606. package/bundled-rules/yara-rules/community/mandiant/rules/REDFLARE (Gorat)/production/yara/APT_Backdoor_Win_GORAT_1.yar +0 -23
  3607. package/bundled-rules/yara-rules/community/mandiant/rules/REDFLARE (Gorat)/production/yara/APT_Backdoor_Win_GORAT_2.yar +0 -34
  3608. package/bundled-rules/yara-rules/community/mandiant/rules/REDFLARE (Gorat)/production/yara/APT_Backdoor_Win_GORAT_3.yar +0 -39
  3609. package/bundled-rules/yara-rules/community/mandiant/rules/REDFLARE (Gorat)/production/yara/APT_Backdoor_Win_GORAT_4.yar +0 -16
  3610. package/bundled-rules/yara-rules/community/mandiant/rules/REDFLARE (Gorat)/production/yara/APT_Backdoor_Win_GORAT_5.yar +0 -23
  3611. package/bundled-rules/yara-rules/community/mandiant/rules/REDFLARE (Gorat)/production/yara/APT_Backdoor_Win_GoRat_Memory.yar +0 -27
  3612. package/bundled-rules/yara-rules/community/mandiant/rules/REDFLARE (Gorat)/production/yara/Trojan_MSIL_GORAT_Module_PowerShell_1.yar +0 -16
  3613. package/bundled-rules/yara-rules/community/mandiant/rules/REDFLARE (Gorat)/production/yara/Trojan_MSIL_GORAT_Plugin_DOTNET_1.yar +0 -16
  3614. package/bundled-rules/yara-rules/community/mandiant/rules/RESUMEPLEASE/production/yara/Trojan_Macro_RESUMEPLEASE_1.yar +0 -21
  3615. package/bundled-rules/yara-rules/community/mandiant/rules/REVOLVER/production/yara/APT_HackTool_MSIL_REVOLVER_1.yar +0 -16
  3616. package/bundled-rules/yara-rules/community/mandiant/rules/REVOLVER/production/yara/APT_Loader_MSIL_REVOLVER_1.yar +0 -14
  3617. package/bundled-rules/yara-rules/community/mandiant/rules/RUBEUS/production/yara/HackTool_MSIL_Rubeus_1.yar +0 -15
  3618. package/bundled-rules/yara-rules/community/mandiant/rules/SAFETYKATZ/production/yara/HackTool_MSIL_SAFETYKATZ_4.yar +0 -15
  3619. package/bundled-rules/yara-rules/community/mandiant/rules/SHARPERSIST/production/yara/HackTool_MSIL_SharPersist_1.yar +0 -15
  3620. package/bundled-rules/yara-rules/community/mandiant/rules/SHARPERSIST/production/yara/HackTool_MSIL_SharPersist_2.yar +0 -23
  3621. package/bundled-rules/yara-rules/community/mandiant/rules/SHARPGENERATOR/production/yara/Builder_MSIL_SharpGenerator_1.yar +0 -15
  3622. package/bundled-rules/yara-rules/community/mandiant/rules/SHARPIVOT/production/yara/HackTool_MSIL_SharPivot_1.yar +0 -18
  3623. package/bundled-rules/yara-rules/community/mandiant/rules/SHARPIVOT/production/yara/HackTool_MSIL_SharPivot_2.yar +0 -20
  3624. package/bundled-rules/yara-rules/community/mandiant/rules/SHARPIVOT/production/yara/HackTool_MSIL_SharPivot_3.yar +0 -31
  3625. package/bundled-rules/yara-rules/community/mandiant/rules/SHARPIVOT/production/yara/HackTool_MSIL_SharPivot_4.yar +0 -15
  3626. package/bundled-rules/yara-rules/community/mandiant/rules/SHARPPGREP/production/yara/Tool_MSIL_SharpGrep_1.yar +0 -15
  3627. package/bundled-rules/yara-rules/community/mandiant/rules/SHARPSACK/production/yara/APT_HackTool_MSIL_SHARPSACK_1.yar +0 -15
  3628. package/bundled-rules/yara-rules/community/mandiant/rules/SHARPSCHTASK/production/yara/HackTool_MSIL_SharpSchtask_1.yar +0 -15
  3629. package/bundled-rules/yara-rules/community/mandiant/rules/SHARPSECTIONINJECTION/production/yara/Loader_MSIL_CSharpSectionInjection_1.yar +0 -15
  3630. package/bundled-rules/yara-rules/community/mandiant/rules/SHARPSTOMP/production/yara/APT_HackTool_MSIL_SHARPSTOMP_1.yar +0 -24
  3631. package/bundled-rules/yara-rules/community/mandiant/rules/SHARPSTOMP/production/yara/APT_HackTool_MSIL_SHARPSTOMP_2.yar +0 -22
  3632. package/bundled-rules/yara-rules/community/mandiant/rules/SHARPSTOMP/production/yara/HackTool_MSIL_SharpStomp_1.yar +0 -15
  3633. package/bundled-rules/yara-rules/community/mandiant/rules/SHARPUTILS/production/yara/Tool_MSIL_CSharpUtils_1.yar +0 -19
  3634. package/bundled-rules/yara-rules/community/mandiant/rules/SHARPY/production/yara/Loader_MSIL_SharPy_1.yar +0 -15
  3635. package/bundled-rules/yara-rules/community/mandiant/rules/SHARPZEROLOGON/production/yara/HackTool_MSIL_SHARPZEROLOGON_1.yar +0 -15
  3636. package/bundled-rules/yara-rules/community/mandiant/rules/SINFULOFFICE/production/yara/Builder_MSIL_SinfulOffice_1.yar +0 -15
  3637. package/bundled-rules/yara-rules/community/mandiant/rules/SINFULOFFICE/supplemental/yara/Methodology_OLE_CHARENCODING_2.yar +0 -23
  3638. package/bundled-rules/yara-rules/community/mandiant/rules/TITOSPECIAL/production/yara/APT_HackTool_MSIL_TITOSPECIAL_1.yar +0 -20
  3639. package/bundled-rules/yara-rules/community/mandiant/rules/TITOSPECIAL/production/yara/CredTheft_MSIL_TitoSpecial_1.yar +0 -27
  3640. package/bundled-rules/yara-rules/community/mandiant/rules/TITOSPECIAL/production/yara/CredTheft_MSIL_TitoSpecial_2.yar +0 -16
  3641. package/bundled-rules/yara-rules/community/mandiant/rules/TITOSPECIAL/production/yara/HackTool_Win32_AndrewSpecial_1.yar +0 -18
  3642. package/bundled-rules/yara-rules/community/mandiant/rules/TITOSPECIAL/production/yara/HackTool_Win64_AndrewSpecial_1.yar +0 -18
  3643. package/bundled-rules/yara-rules/community/mandiant/rules/TRIMBISHOP/new/yara/Loader_MSIL_RURALBISHOP_1.yar +0 -22
  3644. package/bundled-rules/yara-rules/community/mandiant/rules/TRIMBISHOP/new/yara/Loader_MSIL_RURALBISHOP_2.yar +0 -22
  3645. package/bundled-rules/yara-rules/community/mandiant/rules/TRIMBISHOP/production/yara/APT_Loader_MSIL_TRIMBISHOP_1.yar +0 -22
  3646. package/bundled-rules/yara-rules/community/mandiant/rules/TRIMBISHOP/production/yara/APT_Loader_MSIL_TRIMBISHOP_2.yar +0 -22
  3647. package/bundled-rules/yara-rules/community/mandiant/rules/TRIMBISHOP/production/yara/Loader_MSIL_RuralBishop_3.yar +0 -15
  3648. package/bundled-rules/yara-rules/community/mandiant/rules/TRIMBISHOP/production/yara/Loader_MSIL_TrimBishop_1.yar +0 -26
  3649. package/bundled-rules/yara-rules/community/mandiant/rules/UNCATEGORIZED/production/yara/APT_HackTool_MSIL_DNSOVERHTTPS_C2_1.yar +0 -16
  3650. package/bundled-rules/yara-rules/community/mandiant/rules/UNCATEGORIZED/production/yara/APT_HackTool_MSIL_MODIFIEDSHARPVIEW_1.yar +0 -15
  3651. package/bundled-rules/yara-rules/community/mandiant/rules/UNCATEGORIZED/production/yara/APT_HackTool_MSIL_PRAT_1.yar +0 -18
  3652. package/bundled-rules/yara-rules/community/mandiant/rules/UNCATEGORIZED/production/yara/APT_HackTool_MSIL_REDTEAMMATERIALS_1.yar +0 -16
  3653. package/bundled-rules/yara-rules/community/mandiant/rules/UNCATEGORIZED/production/yara/APT_HackTool_MSIL_SHARPDACL_1.yar +0 -15
  3654. package/bundled-rules/yara-rules/community/mandiant/rules/UNCATEGORIZED/production/yara/APT_HackTool_MSIL_SHARPDNS_1.yar +0 -15
  3655. package/bundled-rules/yara-rules/community/mandiant/rules/UNCATEGORIZED/production/yara/APT_HackTool_MSIL_SHARPGOPHER_1.yar +0 -15
  3656. package/bundled-rules/yara-rules/community/mandiant/rules/UNCATEGORIZED/production/yara/APT_HackTool_MSIL_SHARPNATIVEZIPPER_1.yar +0 -15
  3657. package/bundled-rules/yara-rules/community/mandiant/rules/UNCATEGORIZED/production/yara/APT_HackTool_MSIL_SHARPNFS_1.yar +0 -15
  3658. package/bundled-rules/yara-rules/community/mandiant/rules/UNCATEGORIZED/production/yara/APT_HackTool_MSIL_SHARPPATCHCHECK_1.yar +0 -15
  3659. package/bundled-rules/yara-rules/community/mandiant/rules/UNCATEGORIZED/production/yara/APT_HackTool_MSIL_SHARPSQLCLIENT_1.yar +0 -15
  3660. package/bundled-rules/yara-rules/community/mandiant/rules/UNCATEGORIZED/production/yara/APT_HackTool_MSIL_SHARPTEMPLATE_1.yar +0 -15
  3661. package/bundled-rules/yara-rules/community/mandiant/rules/UNCATEGORIZED/production/yara/APT_HackTool_MSIL_SHARPWEBCRAWLER_1.yar +0 -15
  3662. package/bundled-rules/yara-rules/community/mandiant/rules/UNCATEGORIZED/production/yara/APT_HackTool_MSIL_SHARPZIPLIBZIPPER_1.yar +0 -15
  3663. package/bundled-rules/yara-rules/community/mandiant/rules/UNCATEGORIZED/production/yara/CredTheft_MSIL_CredSnatcher_1.yar +0 -15
  3664. package/bundled-rules/yara-rules/community/mandiant/rules/UNCATEGORIZED/production/yara/CredTheft_MSIL_WCMDump_1.yar +0 -15
  3665. package/bundled-rules/yara-rules/community/mandiant/rules/UNCATEGORIZED/supplemental/yara/Loader_MSIL_Generic_1.yar +0 -21
  3666. package/bundled-rules/yara-rules/community/mandiant/rules/UNCATEGORIZED/supplemental/yara/Loader_Win_Generic_19.yar +0 -19
  3667. package/bundled-rules/yara-rules/community/mandiant/rules/UNCATEGORIZED/supplemental/yara/Loader_Win_Generic_20.yar +0 -19
  3668. package/bundled-rules/yara-rules/community/mandiant/rules/WILDCHILD/production/yara/APT_Loader_MSIL_WILDCHILD_1.yar +0 -18
  3669. package/bundled-rules/yara-rules/community/mandiant/rules/WILDCHILD/production/yara/Dropper_HTA_WildChild_1.yar +0 -24
  3670. package/bundled-rules/yara-rules/community/mandiant/rules/WILDCHILD/production/yara/Loader_MSIL_WildChild_1.yar +0 -15
  3671. package/bundled-rules/yara-rules/community/mandiant/rules/WMIRUNNER/production/yara/Loader_MSIL_WMIRunner_1.yar +0 -15
  3672. package/bundled-rules/yara-rules/community/mandiant/rules/WMISHARP/production/yara/HackTool_MSIL_WMISharp_1.yar +0 -15
  3673. package/bundled-rules/yara-rules/community/mandiant/rules/WMISPY/production/yara/APT_HackTool_MSIL_WMISPY_2.yar +0 -24
  3674. package/bundled-rules/yara-rules/community/mandiant/rules/WMISPY/production/yara/HackTool_MSIL_WMIspy_1.yar +0 -15
  3675. package/bundled-rules/yara-rules/community/reversinglabs/yara/backdoor/ByteCode.MSIL.Backdoor.AgentRacoon.yara +0 -128
  3676. package/bundled-rules/yara-rules/community/reversinglabs/yara/backdoor/ByteCode.MSIL.Backdoor.AsyncRAT.yara +0 -149
  3677. package/bundled-rules/yara-rules/community/reversinglabs/yara/backdoor/ByteCode.MSIL.Backdoor.LimeRAT.yara +0 -91
  3678. package/bundled-rules/yara-rules/community/reversinglabs/yara/backdoor/ByteCode.MSIL.Backdoor.Menorah.yara +0 -169
  3679. package/bundled-rules/yara-rules/community/reversinglabs/yara/backdoor/ByteCode.MSIL.Backdoor.NjRAT.yara +0 -266
  3680. package/bundled-rules/yara-rules/community/reversinglabs/yara/backdoor/ByteCode.MSIL.Backdoor.OrcusRAT.yara +0 -134
  3681. package/bundled-rules/yara-rules/community/reversinglabs/yara/backdoor/ByteCode.MSIL.Backdoor.ResolverRAT.yara +0 -94
  3682. package/bundled-rules/yara-rules/community/reversinglabs/yara/backdoor/ByteCode.MSIL.Backdoor.Veaty.yara +0 -84
  3683. package/bundled-rules/yara-rules/community/reversinglabs/yara/backdoor/Linux.Backdoor.AutoColor.yara +0 -177
  3684. package/bundled-rules/yara-rules/community/reversinglabs/yara/backdoor/Linux.Backdoor.BPFDoor.yara +0 -326
  3685. package/bundled-rules/yara-rules/community/reversinglabs/yara/backdoor/Linux.Backdoor.ChaosRAT.yara +0 -270
  3686. package/bundled-rules/yara-rules/community/reversinglabs/yara/backdoor/Linux.Backdoor.GTPDOOR.yara +0 -264
  3687. package/bundled-rules/yara-rules/community/reversinglabs/yara/backdoor/Linux.Backdoor.GobRAT.yara +0 -168
  3688. package/bundled-rules/yara-rules/community/reversinglabs/yara/backdoor/Linux.Backdoor.Krasue.yara +0 -127
  3689. package/bundled-rules/yara-rules/community/reversinglabs/yara/backdoor/Linux.Backdoor.Linodas.yara +0 -216
  3690. package/bundled-rules/yara-rules/community/reversinglabs/yara/backdoor/Linux.Backdoor.NoodRAT.yara +0 -162
  3691. package/bundled-rules/yara-rules/community/reversinglabs/yara/backdoor/Linux.Backdoor.PondRAT.yara +0 -99
  3692. package/bundled-rules/yara-rules/community/reversinglabs/yara/backdoor/Linux.Backdoor.PygmyGoat.yara +0 -135
  3693. package/bundled-rules/yara-rules/community/reversinglabs/yara/backdoor/Linux.Backdoor.Sshdinjector.yara +0 -197
  3694. package/bundled-rules/yara-rules/community/reversinglabs/yara/backdoor/Linux.Backdoor.WolfsBane.yara +0 -124
  3695. package/bundled-rules/yara-rules/community/reversinglabs/yara/backdoor/Linux.Trojan.ChinaZ.yara +0 -246
  3696. package/bundled-rules/yara-rules/community/reversinglabs/yara/backdoor/Win32.Backdoor.Konni.yara +0 -190
  3697. package/bundled-rules/yara-rules/community/reversinglabs/yara/backdoor/Win64.Backdoor.BackConnect.yara +0 -154
  3698. package/bundled-rules/yara-rules/community/reversinglabs/yara/backdoor/Win64.Backdoor.EggStremeFuel.yara +0 -144
  3699. package/bundled-rules/yara-rules/community/reversinglabs/yara/backdoor/Win64.Backdoor.Konni.yara +0 -205
  3700. package/bundled-rules/yara-rules/community/reversinglabs/yara/backdoor/Win64.Backdoor.Minodo.yara +0 -110
  3701. package/bundled-rules/yara-rules/community/reversinglabs/yara/backdoor/Win64.Backdoor.MiyaRAT.yara +0 -264
  3702. package/bundled-rules/yara-rules/community/reversinglabs/yara/backdoor/Win64.Backdoor.SideTwist.yara +0 -154
  3703. package/bundled-rules/yara-rules/community/reversinglabs/yara/backdoor/Win64.Backdoor.Voldemort.yara +0 -208
  3704. package/bundled-rules/yara-rules/community/reversinglabs/yara/backdoor/Win64.Backdoor.wmRAT.yara +0 -144
  3705. package/bundled-rules/yara-rules/community/reversinglabs/yara/certificate/blocklist.yara +0 -17288
  3706. package/bundled-rules/yara-rules/community/reversinglabs/yara/downloader/Win32.Downloader.dlMarlboro.yara +0 -79
  3707. package/bundled-rules/yara-rules/community/reversinglabs/yara/exploit/Win32.Exploit.CVE20200601.yara +0 -253
  3708. package/bundled-rules/yara-rules/community/reversinglabs/yara/infostealer/ByteCode.MSIL.Infostealer.GomorrahStealer.yara +0 -111
  3709. package/bundled-rules/yara-rules/community/reversinglabs/yara/infostealer/Win32.Infostealer.LumarStealer.yara +0 -190
  3710. package/bundled-rules/yara-rules/community/reversinglabs/yara/infostealer/Win32.Infostealer.MultigrainPOS.yara +0 -88
  3711. package/bundled-rules/yara-rules/community/reversinglabs/yara/infostealer/Win32.Infostealer.ProjectHookPOS.yara +0 -98
  3712. package/bundled-rules/yara-rules/community/reversinglabs/yara/infostealer/Win32.Infostealer.StealC.yara +0 -57
  3713. package/bundled-rules/yara-rules/community/reversinglabs/yara/infostealer/Win64.Infostealer.Daolpu.yara +0 -322
  3714. package/bundled-rules/yara-rules/community/reversinglabs/yara/infostealer/Win64.Infostealer.Skuld.yara +0 -192
  3715. package/bundled-rules/yara-rules/community/reversinglabs/yara/infostealer/Win64.Infostealer.WeaselStore.yara +0 -198
  3716. package/bundled-rules/yara-rules/community/reversinglabs/yara/pua/Win32.PUA.Domaiq.yara +0 -169
  3717. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/ByteCode.MSIL.Ransomware.Apis.yara +0 -75
  3718. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/ByteCode.MSIL.Ransomware.ChupaCabra.yara +0 -90
  3719. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/ByteCode.MSIL.Ransomware.Cring.yara +0 -66
  3720. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/ByteCode.MSIL.Ransomware.Dusk.yara +0 -73
  3721. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/ByteCode.MSIL.Ransomware.EAF.yara +0 -89
  3722. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/ByteCode.MSIL.Ransomware.Eternity.yara +0 -74
  3723. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/ByteCode.MSIL.Ransomware.Fantom.yara +0 -97
  3724. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/ByteCode.MSIL.Ransomware.GhosTEncryptor.yara +0 -69
  3725. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/ByteCode.MSIL.Ransomware.Ghostbin.yara +0 -61
  3726. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/ByteCode.MSIL.Ransomware.GoodWill.yara +0 -89
  3727. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/ByteCode.MSIL.Ransomware.HarpoonLocker.yara +0 -96
  3728. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/ByteCode.MSIL.Ransomware.Hog.yara +0 -70
  3729. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/ByteCode.MSIL.Ransomware.Invert.yara +0 -66
  3730. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/ByteCode.MSIL.Ransomware.Janelle.yara +0 -96
  3731. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/ByteCode.MSIL.Ransomware.Khonsari.yara +0 -68
  3732. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/ByteCode.MSIL.Ransomware.McBurglar.yara +0 -75
  3733. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/ByteCode.MSIL.Ransomware.Moisha.yara +0 -86
  3734. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/ByteCode.MSIL.Ransomware.Namaste.yara +0 -81
  3735. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/ByteCode.MSIL.Ransomware.Oct.yara +0 -68
  3736. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/ByteCode.MSIL.Ransomware.Pacman.yara +0 -68
  3737. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/ByteCode.MSIL.Ransomware.PoliceRecords.yara +0 -79
  3738. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/ByteCode.MSIL.Ransomware.Povlsomware.yara +0 -64
  3739. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/ByteCode.MSIL.Ransomware.Retis.yara +0 -74
  3740. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/ByteCode.MSIL.Ransomware.TaRRaK.yara +0 -96
  3741. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/ByteCode.MSIL.Ransomware.Thanos.yara +0 -106
  3742. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/ByteCode.MSIL.Ransomware.TimeCrypt.yara +0 -69
  3743. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/ByteCode.MSIL.Ransomware.TimeTime.yara +0 -75
  3744. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/ByteCode.MSIL.Ransomware.Venom.yara +0 -68
  3745. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/ByteCode.MSIL.Ransomware.WildFire.yara +0 -77
  3746. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/ByteCode.MSIL.Ransomware.WormLocker.yara +0 -69
  3747. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/ByteCode.MSIL.Ransomware.ZeroLocker.yara +0 -70
  3748. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Bytecode.MSIL.Ransomware.CobraLocker.yara +0 -59
  3749. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Linux.Ransomware.GwisinLocker.yara +0 -354
  3750. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Linux.Ransomware.Helldown.yara +0 -127
  3751. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Linux.Ransomware.KillDisk.yara +0 -144
  3752. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Linux.Ransomware.LuckyJoe.yara +0 -146
  3753. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Linux.Ransomware.RedAlert.yara +0 -146
  3754. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.5ss5c.yara +0 -267
  3755. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.ASN1Encoder.yara +0 -136
  3756. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Acepy.yara +0 -69
  3757. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Afrodita.yara +0 -119
  3758. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Ako.yara +0 -152
  3759. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Alcatraz.yara +0 -91
  3760. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.AnteFrigus.yara +0 -210
  3761. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Archiveus.yara +0 -50
  3762. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Armage.yara +0 -128
  3763. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Atlas.yara +0 -99
  3764. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Avaddon.yara +0 -148
  3765. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.AvosLocker.yara +0 -108
  3766. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.BKRansomware.yara +0 -79
  3767. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Babuk.yara +0 -117
  3768. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.BadBlock.yara +0 -100
  3769. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Badbeeteam.yara +0 -137
  3770. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Balaclava.yara +0 -113
  3771. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Bam2021.yara +0 -167
  3772. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.BananaCrypt.yara +0 -103
  3773. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.BandarChor.yara +0 -97
  3774. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.BitCrypt.yara +0 -112
  3775. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.BlackBasta.yara +0 -531
  3776. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.BlackCat.yara +0 -109
  3777. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.BlackMoon.yara +0 -70
  3778. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Blitzkrieg.yara +0 -127
  3779. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.BlueLocker.yara +0 -130
  3780. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.BrainCrypt.yara +0 -121
  3781. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Buran.yara +0 -91
  3782. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.ChiChi.yara +0 -66
  3783. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Cicada3301.yara +0 -309
  3784. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Cincoo.yara +0 -78
  3785. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Clop.yara +0 -109
  3786. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Conti.yara +0 -74
  3787. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Cryakl.yara +0 -64
  3788. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Crypmic.yara +0 -56
  3789. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Crypren.yara +0 -144
  3790. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.CryptoBit.yara +0 -113
  3791. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.CryptoFortress.yara +0 -162
  3792. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.CryptoJoker.yara +0 -140
  3793. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.CryptoLocker.yara +0 -154
  3794. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.CryptoWall.yara +0 -312
  3795. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Crysis.yara +0 -108
  3796. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Cuba.yara +0 -126
  3797. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.CyberVolk.yara +0 -293
  3798. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.DMALocker.yara +0 -149
  3799. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.DMR.yara +0 -214
  3800. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.DarkSide.yara +0 -94
  3801. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.DearCry.yara +0 -96
  3802. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Defray.yara +0 -157
  3803. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Delphimorix.yara +0 -67
  3804. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.DenizKizi.yara +0 -88
  3805. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.DesuCrypt.yara +0 -93
  3806. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Dharma.yara +0 -108
  3807. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.DirtyDecrypt.yara +0 -112
  3808. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.District.yara +0 -194
  3809. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.DogeCrypt.yara +0 -114
  3810. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Dragon.yara +0 -149
  3811. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Dualshot.yara +0 -112
  3812. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Elpaco.yara +0 -316
  3813. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Encoded01.yara +0 -141
  3814. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Erica.yara +0 -76
  3815. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.FCT.yara +0 -86
  3816. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.FLKR.yara +0 -71
  3817. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.FarAttack.yara +0 -93
  3818. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.FenixLocker.yara +0 -143
  3819. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Ferrlock.yara +0 -131
  3820. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Flamingo.yara +0 -54
  3821. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.FuxSocy.yara +0 -114
  3822. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.GPGQwerty.yara +0 -83
  3823. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.GandCrab.yara +0 -892
  3824. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.GarrantyDecrypt.yara +0 -79
  3825. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Gibon.yara +0 -122
  3826. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.GlobeImposter.yara +0 -171
  3827. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Gomer.yara +0 -106
  3828. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Good.yara +0 -82
  3829. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Gpcode.yara +0 -67
  3830. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.GusCrypter.yara +0 -129
  3831. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.HDDCryptor.yara +0 -157
  3832. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.HDMR.yara +0 -161
  3833. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.HakunaMatata.yara +0 -373
  3834. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Henry.yara +0 -80
  3835. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.HentaiOniichan.yara +0 -140
  3836. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Hermes.yara +0 -284
  3837. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Horsedeal.yara +0 -106
  3838. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.HowAreYou.yara +0 -205
  3839. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.HydraCrypt.yara +0 -174
  3840. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.IFN643.yara +0 -90
  3841. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.InfoDot.yara +0 -115
  3842. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.JSWorm.yara +0 -93
  3843. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Jamper.yara +0 -110
  3844. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Jemd.yara +0 -105
  3845. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Jormungand.yara +0 -135
  3846. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.JuicyLemon.yara +0 -116
  3847. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Kangaroo.yara +0 -91
  3848. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.KawaiiLocker.yara +0 -135
  3849. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.KillDisk.yara +0 -80
  3850. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Knot.yara +0 -118
  3851. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Kovter.yara +0 -141
  3852. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Koxic.yara +0 -87
  3853. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Kraken.yara +0 -151
  3854. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Ladon.yara +0 -101
  3855. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.LeChiffre.yara +0 -123
  3856. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.LockBit.yara +0 -282
  3857. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Lolkek.yara +0 -106
  3858. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.LooCipher.yara +0 -87
  3859. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Lorenz.yara +0 -252
  3860. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.MRAC.yara +0 -69
  3861. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.MZP.yara +0 -147
  3862. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Mafia.yara +0 -142
  3863. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Magniber.yara +0 -114
  3864. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Major.yara +0 -261
  3865. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Makop.yara +0 -99
  3866. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Maktub.yara +0 -116
  3867. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Marlboro.yara +0 -117
  3868. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.MarsJoke.yara +0 -157
  3869. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Matsnu.yara +0 -116
  3870. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.MedusaLocker.yara +0 -174
  3871. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Meow.yara +0 -84
  3872. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Monalisa.yara +0 -83
  3873. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Montserrat.yara +0 -118
  3874. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Motocos.yara +0 -75
  3875. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.MountLocker.yara +0 -86
  3876. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.NB65.yara +0 -68
  3877. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.NanoLocker.yara +0 -79
  3878. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Nefilim.yara +0 -150
  3879. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Nemty.yara +0 -205
  3880. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Networm.yara +0 -103
  3881. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.NotPetya.yara +0 -73
  3882. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Oni.yara +0 -82
  3883. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.OphionLocker.yara +0 -105
  3884. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Ouroboros.yara +0 -175
  3885. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Outsider.yara +0 -88
  3886. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.PXJ.yara +0 -158
  3887. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Paradise.yara +0 -81
  3888. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Pay2Key.yara +0 -99
  3889. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Petya.yara +0 -58
  3890. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Plague17.yara +0 -263
  3891. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.PrincessLocker.yara +0 -92
  3892. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Prometey.yara +0 -156
  3893. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.RagnarLocker.yara +0 -108
  3894. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Ragnarok.yara +0 -110
  3895. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Ransoc.yara +0 -114
  3896. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.RansomPlus.yara +0 -95
  3897. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Ransomexx.yara +0 -147
  3898. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Redeemer.yara +0 -105
  3899. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.RegretLocker.yara +0 -206
  3900. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.RetMyData.yara +0 -79
  3901. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Reveton.yara +0 -118
  3902. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Revil.yara +0 -101
  3903. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Rokku.yara +0 -147
  3904. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Ryuk.yara +0 -199
  3905. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Sage.yara +0 -77
  3906. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Sanwai.yara +0 -71
  3907. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Sarbloh.yara +0 -88
  3908. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Satan.yara +0 -152
  3909. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Satana.yara +0 -123
  3910. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Saturn.yara +0 -105
  3911. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Sepsis.yara +0 -126
  3912. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Serpent.yara +0 -122
  3913. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.SevenSevenSeven.yara +0 -148
  3914. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.ShadowCryptor.yara +0 -89
  3915. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Sherminator.yara +0 -157
  3916. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Sifrelendi.yara +0 -67
  3917. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Sifreli.yara +0 -119
  3918. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Sigrun.yara +0 -111
  3919. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Skystars.yara +0 -97
  3920. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Spora.yara +0 -124
  3921. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.TBLocker.yara +0 -85
  3922. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.TargetCompany.yara +0 -141
  3923. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.TechandStrat.yara +0 -106
  3924. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.TeleCrypt.yara +0 -109
  3925. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Termite.yara +0 -151
  3926. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Teslacrypt.yara +0 -665
  3927. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Teslarvng.yara +0 -137
  3928. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Thanatos.yara +0 -85
  3929. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.TorrentLocker.yara +0 -98
  3930. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.VHDLocker.yara +0 -152
  3931. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.VanHelsing.yara +0 -464
  3932. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.VegaLocker.yara +0 -100
  3933. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Velso.yara +0 -230
  3934. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.WannaCry.yara +0 -135
  3935. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.WaspLocker.yara +0 -76
  3936. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Wastedlocker.yara +0 -86
  3937. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.WinWord64.yara +0 -215
  3938. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.WsIR.yara +0 -73
  3939. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Xorist.yara +0 -150
  3940. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Zeoticus.yara +0 -90
  3941. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Zeppelin.yara +0 -109
  3942. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.ZeroCrypt.yara +0 -94
  3943. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Zhen.yara +0 -176
  3944. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win32.Ransomware.Zoldon.yara +0 -107
  3945. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win64.Ransomware.Ako.yara +0 -173
  3946. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win64.Ransomware.Albabat.yara +0 -139
  3947. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win64.Ransomware.AntiWar.yara +0 -146
  3948. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win64.Ransomware.AwesomeScott.yara +0 -101
  3949. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win64.Ransomware.BlackBasta.yara +0 -293
  3950. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win64.Ransomware.Cactus.yara +0 -190
  3951. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win64.Ransomware.Curator.yara +0 -94
  3952. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win64.Ransomware.DST.yara +0 -170
  3953. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win64.Ransomware.HermeticRansom.yara +0 -105
  3954. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win64.Ransomware.HotCoffee.yara +0 -111
  3955. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win64.Ransomware.Nokoyawa.yara +0 -104
  3956. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win64.Ransomware.Pandora.yara +0 -95
  3957. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win64.Ransomware.RedRoman.yara +0 -82
  3958. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win64.Ransomware.Rook.yara +0 -122
  3959. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win64.Ransomware.SeedLocker.yara +0 -91
  3960. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win64.Ransomware.Seth.yara +0 -122
  3961. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win64.Ransomware.Solaso.yara +0 -171
  3962. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win64.Ransomware.Vovalex.yara +0 -81
  3963. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win64.Ransomware.Warlock.yara +0 -162
  3964. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win64.Ransomware.WhiteBlackCrypt.yara +0 -91
  3965. package/bundled-rules/yara-rules/community/reversinglabs/yara/ransomware/Win64.Ransomware.Wintenzz.yara +0 -83
  3966. package/bundled-rules/yara-rules/community/reversinglabs/yara/rootkit/Linux.Rootkit.Pumakit.yara +0 -161
  3967. package/bundled-rules/yara-rules/community/reversinglabs/yara/trojan/Linux.Trojan.AcidRain.yara +0 -67
  3968. package/bundled-rules/yara-rules/community/reversinglabs/yara/trojan/Linux.Trojan.BiBiWiper.yara +0 -76
  3969. package/bundled-rules/yara-rules/community/reversinglabs/yara/trojan/Win32.Trojan.BiBiWiper.yara +0 -102
  3970. package/bundled-rules/yara-rules/community/reversinglabs/yara/trojan/Win32.Trojan.CaddyWiper.yara +0 -95
  3971. package/bundled-rules/yara-rules/community/reversinglabs/yara/trojan/Win32.Trojan.Dridex.yara +0 -80
  3972. package/bundled-rules/yara-rules/community/reversinglabs/yara/trojan/Win32.Trojan.Emotet.yara +0 -182
  3973. package/bundled-rules/yara-rules/community/reversinglabs/yara/trojan/Win32.Trojan.HermeticWiper.yara +0 -50
  3974. package/bundled-rules/yara-rules/community/reversinglabs/yara/trojan/Win32.Trojan.IsaacWiper.yara +0 -76
  3975. package/bundled-rules/yara-rules/community/reversinglabs/yara/trojan/Win32.Trojan.PathWiper.yara +0 -280
  3976. package/bundled-rules/yara-rules/community/reversinglabs/yara/trojan/Win32.Trojan.TrickBot.yara +0 -46
  3977. package/bundled-rules/yara-rules/community/reversinglabs/yara/virus/Linux.Virus.Vit.yara +0 -36
  3978. package/bundled-rules/yara-rules/community/reversinglabs/yara/virus/Win32.Virus.Awfull.yara +0 -33
  3979. package/bundled-rules/yara-rules/community/reversinglabs/yara/virus/Win32.Virus.Cmay.yara +0 -73
  3980. package/bundled-rules/yara-rules/community/reversinglabs/yara/virus/Win32.Virus.DeadCode.yara +0 -76
  3981. package/bundled-rules/yara-rules/community/reversinglabs/yara/virus/Win32.Virus.Elerad.yara +0 -33
  3982. package/bundled-rules/yara-rules/community/reversinglabs/yara/virus/Win32.Virus.Greenp.yara +0 -46
  3983. package/bundled-rules/yara-rules/community/reversinglabs/yara/virus/Win32.Virus.Mocket.yara +0 -58
  3984. package/bundled-rules/yara-rules/community/reversinglabs/yara/virus/Win32.Virus.Negt.yara +0 -94
  3985. package/bundled-rules/yara-rules/community/trellix/APT/APT_Derusbi.yar +0 -248
  3986. package/bundled-rules/yara-rules/community/trellix/APT/APT_KimSuky_dllbckdr.yar +0 -50
  3987. package/bundled-rules/yara-rules/community/trellix/APT/APT_MiniASP_pdb.yar +0 -26
  3988. package/bundled-rules/yara-rules/community/trellix/APT/APT_Operation_SoftCell.yar +0 -308
  3989. package/bundled-rules/yara-rules/community/trellix/APT/APT_Tortoiseshell_Syskit.yar +0 -40
  3990. package/bundled-rules/yara-rules/community/trellix/APT/APT_Troj_HermWiper.yar +0 -27
  3991. package/bundled-rules/yara-rules/community/trellix/APT/APT_acidbox.yar +0 -98
  3992. package/bundled-rules/yara-rules/community/trellix/APT/APT_auriga_biscuit.yar +0 -39
  3993. package/bundled-rules/yara-rules/community/trellix/APT/APT_babar_pdb.yar +0 -35
  3994. package/bundled-rules/yara-rules/community/trellix/APT/APT_blackenergy_pdb.yar +0 -38
  3995. package/bundled-rules/yara-rules/community/trellix/APT/APT_decade_of_RATs.yar +0 -221
  3996. package/bundled-rules/yara-rules/community/trellix/APT/APT_elise_pdb.yar +0 -29
  3997. package/bundled-rules/yara-rules/community/trellix/APT/APT_gdocupload_pdb.yar +0 -32
  3998. package/bundled-rules/yara-rules/community/trellix/APT/APT_hangover.yar +0 -229
  3999. package/bundled-rules/yara-rules/community/trellix/APT/APT_hikit_rootkit_pdb.yar +0 -28
  4000. package/bundled-rules/yara-rules/community/trellix/APT/APT_karkoff_dnspionaje.yar +0 -30
  4001. package/bundled-rules/yara-rules/community/trellix/APT/APT_lagulon_pdb.yar +0 -25
  4002. package/bundled-rules/yara-rules/community/trellix/APT/APT_manitsme_trojan_pdb.yar +0 -36
  4003. package/bundled-rules/yara-rules/community/trellix/APT/APT_milum_wildpressure.yar +0 -29
  4004. package/bundled-rules/yara-rules/community/trellix/APT/APT_mirage_pdb.yar +0 -26
  4005. package/bundled-rules/yara-rules/community/trellix/APT/APT_operation_aurora.yar +0 -26
  4006. package/bundled-rules/yara-rules/community/trellix/APT/APT_operation_skeleton.yar +0 -33
  4007. package/bundled-rules/yara-rules/community/trellix/APT/APT_operation_troy.yar +0 -26
  4008. package/bundled-rules/yara-rules/community/trellix/APT/APT_turla_pdb.yar +0 -25
  4009. package/bundled-rules/yara-rules/community/trellix/APT/APT_winnti.yar +0 -27
  4010. package/bundled-rules/yara-rules/community/trellix/APT/enfal_pdb.yar +0 -29
  4011. package/bundled-rules/yara-rules/community/trellix/APT/flamer_pdb.yar +0 -25
  4012. package/bundled-rules/yara-rules/community/trellix/APT/gauss_pdb.yar +0 -25
  4013. package/bundled-rules/yara-rules/community/trellix/APT/ixeshe_bled_pdb.yar +0 -24
  4014. package/bundled-rules/yara-rules/community/trellix/malware/MALDOC_rtf_bluetea_builder.yar +0 -31
  4015. package/bundled-rules/yara-rules/community/trellix/malware/MALW_Eicar.yar +0 -22
  4016. package/bundled-rules/yara-rules/community/trellix/malware/MALW_MsWordExploit_DOC.yar +0 -24
  4017. package/bundled-rules/yara-rules/community/trellix/malware/MALW_NionSpy.yar +0 -25
  4018. package/bundled-rules/yara-rules/community/trellix/malware/MALW_Rovnix.yar +0 -38
  4019. package/bundled-rules/yara-rules/community/trellix/malware/MALW_Shifu.yar +0 -24
  4020. package/bundled-rules/yara-rules/community/trellix/malware/MALW_VPNfilter.yar +0 -41
  4021. package/bundled-rules/yara-rules/community/trellix/malware/MALW_alina_pos_pdb.yar +0 -25
  4022. package/bundled-rules/yara-rules/community/trellix/malware/MALW_backdoor_havex_pdb.yar +0 -26
  4023. package/bundled-rules/yara-rules/community/trellix/malware/MALW_backdoor_kankan_pdb.yar +0 -27
  4024. package/bundled-rules/yara-rules/community/trellix/malware/MALW_backdoor_katorxa_pdb.yar +0 -25
  4025. package/bundled-rules/yara-rules/community/trellix/malware/MALW_blackpos_pdb.yar +0 -25
  4026. package/bundled-rules/yara-rules/community/trellix/malware/MALW_browser_fox_adware.yar +0 -25
  4027. package/bundled-rules/yara-rules/community/trellix/malware/MALW_chickdos_pdb.yar +0 -25
  4028. package/bundled-rules/yara-rules/community/trellix/malware/MALW_cobaltstrike.yar +0 -38
  4029. package/bundled-rules/yara-rules/community/trellix/malware/MALW_cutwail.yar +0 -25
  4030. package/bundled-rules/yara-rules/community/trellix/malware/MALW_downloader_darkmegi.yar +0 -25
  4031. package/bundled-rules/yara-rules/community/trellix/malware/MALW_dridex_p2p_pdb.yar +0 -25
  4032. package/bundled-rules/yara-rules/community/trellix/malware/MALW_dropper_demekaf_pdb.yar +0 -25
  4033. package/bundled-rules/yara-rules/community/trellix/malware/MALW_emotet.yar +0 -32
  4034. package/bundled-rules/yara-rules/community/trellix/malware/MALW_festi_botnet_pdb.yar +0 -25
  4035. package/bundled-rules/yara-rules/community/trellix/malware/MALW_fritzfrog.yar +0 -26
  4036. package/bundled-rules/yara-rules/community/trellix/malware/MALW_inabot_worm_pdb.yar +0 -25
  4037. package/bundled-rules/yara-rules/community/trellix/malware/MALW_jatboss.yar +0 -36
  4038. package/bundled-rules/yara-rules/community/trellix/malware/MALW_kelhios_botnet_pdb.yar +0 -26
  4039. package/bundled-rules/yara-rules/community/trellix/malware/MALW_likseput_backdoor_pdb.yar +0 -25
  4040. package/bundled-rules/yara-rules/community/trellix/malware/MALW_liquorbot.yar +0 -23
  4041. package/bundled-rules/yara-rules/community/trellix/malware/MALW_mangzamel_trojan_pdb.yar +0 -26
  4042. package/bundled-rules/yara-rules/community/trellix/malware/MALW_masslogger_stealer.yar +0 -63
  4043. package/bundled-rules/yara-rules/community/trellix/malware/MALW_medfos_pdb.yar +0 -25
  4044. package/bundled-rules/yara-rules/community/trellix/malware/MALW_redline.yar +0 -38
  4045. package/bundled-rules/yara-rules/community/trellix/malware/MALW_rietspoof_loader.yar +0 -22
  4046. package/bundled-rules/yara-rules/community/trellix/malware/MALW_screenlocker_5h311_1nj3c706.yar +0 -33
  4047. package/bundled-rules/yara-rules/community/trellix/malware/MALW_shellcode_mykins_botnet.yar +0 -27
  4048. package/bundled-rules/yara-rules/community/trellix/malware/MALW_vbs_mykins_botnet.yar +0 -29
  4049. package/bundled-rules/yara-rules/community/trellix/malware/MAL_cyax_sharp_loader.yar +0 -16
  4050. package/bundled-rules/yara-rules/community/trellix/miners/MINER_Monero.yar +0 -44
  4051. package/bundled-rules/yara-rules/community/trellix/miners/Trojan_CoinMiner.yar +0 -23
  4052. package/bundled-rules/yara-rules/community/trellix/ransomware/RANSOM_Anatova.yar +0 -25
  4053. package/bundled-rules/yara-rules/community/trellix/ransomware/RANSOM_Avoslocker.yar +0 -27
  4054. package/bundled-rules/yara-rules/community/trellix/ransomware/RANSOM_BabukLocker_Jan2021.yar +0 -25
  4055. package/bundled-rules/yara-rules/community/trellix/ransomware/RANSOM_Babuk_Packed_Feb2021.yar +0 -30
  4056. package/bundled-rules/yara-rules/community/trellix/ransomware/RANSOM_BadRabbit.yar +0 -101
  4057. package/bundled-rules/yara-rules/community/trellix/ransomware/RANSOM_Bitpaymer.yar +0 -72
  4058. package/bundled-rules/yara-rules/community/trellix/ransomware/RANSOM_Buran.yar +0 -27
  4059. package/bundled-rules/yara-rules/community/trellix/ransomware/RANSOM_CTBLocker.yar +0 -26
  4060. package/bundled-rules/yara-rules/community/trellix/ransomware/RANSOM_ClopRansomNote.yar +0 -34
  4061. package/bundled-rules/yara-rules/community/trellix/ransomware/RANSOM_CryptoNar.yar +0 -36
  4062. package/bundled-rules/yara-rules/community/trellix/ransomware/RANSOM_Cryptolocker.yar +0 -81
  4063. package/bundled-rules/yara-rules/community/trellix/ransomware/RANSOM_Darkside.yar +0 -47
  4064. package/bundled-rules/yara-rules/community/trellix/ransomware/RANSOM_Exorcist.yar +0 -26
  4065. package/bundled-rules/yara-rules/community/trellix/ransomware/RANSOM_GPGQwerty.yar +0 -26
  4066. package/bundled-rules/yara-rules/community/trellix/ransomware/RANSOM_Kraken.yar +0 -108
  4067. package/bundled-rules/yara-rules/community/trellix/ransomware/RANSOM_Linux_HelloKitty0721.yar +0 -28
  4068. package/bundled-rules/yara-rules/community/trellix/ransomware/RANSOM_Lockbit2.yar +0 -25
  4069. package/bundled-rules/yara-rules/community/trellix/ransomware/RANSOM_LockerGoga.yar +0 -36
  4070. package/bundled-rules/yara-rules/community/trellix/ransomware/RANSOM_Loocipher.yar +0 -46
  4071. package/bundled-rules/yara-rules/community/trellix/ransomware/RANSOM_MONGOLOCK.yar +0 -42
  4072. package/bundled-rules/yara-rules/community/trellix/ransomware/RANSOM_MegaCortex.yar +0 -26
  4073. package/bundled-rules/yara-rules/community/trellix/ransomware/RANSOM_NEFILIM.yar +0 -98
  4074. package/bundled-rules/yara-rules/community/trellix/ransomware/RANSOM_Nemty.yar +0 -80
  4075. package/bundled-rules/yara-rules/community/trellix/ransomware/RANSOM_Pico.yar +0 -37
  4076. package/bundled-rules/yara-rules/community/trellix/ransomware/RANSOM_PureLocker.yar +0 -25
  4077. package/bundled-rules/yara-rules/community/trellix/ransomware/RANSOM_RobbinHood.yar +0 -38
  4078. package/bundled-rules/yara-rules/community/trellix/ransomware/RANSOM_Ryuk.yar +0 -113
  4079. package/bundled-rules/yara-rules/community/trellix/ransomware/RANSOM_SamSam.yar +0 -105
  4080. package/bundled-rules/yara-rules/community/trellix/ransomware/RANSOM_Shiva.yar +0 -37
  4081. package/bundled-rules/yara-rules/community/trellix/ransomware/RANSOM_Sodinokibi.yar +0 -53
  4082. package/bundled-rules/yara-rules/community/trellix/ransomware/RANSOM_Suncrypt.yar +0 -50
  4083. package/bundled-rules/yara-rules/community/trellix/ransomware/RANSOM_acroware.yar +0 -29
  4084. package/bundled-rules/yara-rules/community/trellix/ransomware/RANSOM_amba.yar +0 -41
  4085. package/bundled-rules/yara-rules/community/trellix/ransomware/RANSOM_coronavirus.yar +0 -80
  4086. package/bundled-rules/yara-rules/community/trellix/ransomware/RANSOM_egregor.yar +0 -31
  4087. package/bundled-rules/yara-rules/community/trellix/ransomware/RANSOM_jeff_dev.yar +0 -28
  4088. package/bundled-rules/yara-rules/community/trellix/ransomware/RANSOM_locdoor.yar +0 -32
  4089. package/bundled-rules/yara-rules/community/trellix/ransomware/RANSOM_makop.yar +0 -32
  4090. package/bundled-rules/yara-rules/community/trellix/ransomware/RANSOM_mountlocker.yar +0 -32
  4091. package/bundled-rules/yara-rules/community/trellix/ransomware/RANSOM_netwalker.yar +0 -140
  4092. package/bundled-rules/yara-rules/community/trellix/ransomware/RANSOM_ragnarlocker.yar +0 -45
  4093. package/bundled-rules/yara-rules/community/trellix/ransomware/RANSOM_shrug2.yar +0 -30
  4094. package/bundled-rules/yara-rules/community/trellix/ransomware/RANSOM_snake_ransomware.yar +0 -26
  4095. package/bundled-rules/yara-rules/community/trellix/ransomware/RANSOM_termite.yar +0 -32
  4096. package/bundled-rules/yara-rules/community/trellix/ransomware/RANSOM_thiefquest.yar +0 -46
  4097. package/bundled-rules/yara-rules/community/trellix/ransomware/RANSOM_wannaren.yar +0 -34
  4098. package/bundled-rules/yara-rules/community/trellix/ransomware/RANSOM_wastedlocker.yar +0 -32
  4099. package/bundled-rules/yara-rules/community/trellix/ransomware/RANSOM_xinof.yar +0 -82
  4100. package/bundled-rules/yara-rules/community/trellix/ransomware/Ransom_Conti.yar +0 -37
  4101. package/bundled-rules/yara-rules/community/trellix/ransomware/Ransom_Maze.yar +0 -40
  4102. package/bundled-rules/yara-rules/community/trellix/ransomware/Ransom_Mespinoza.yar +0 -27
  4103. package/bundled-rules/yara-rules/community/trellix/ransomware/Ransom_ThunderX.yar +0 -46
  4104. package/bundled-rules/yara-rules/community/trellix/ransomware/Ransom_Vovalex1.yar +0 -42
  4105. package/bundled-rules/yara-rules/community/trellix/ransomware/Ransom_Win_BlackCat_public.yar +0 -24
  4106. package/bundled-rules/yara-rules/community/trellix/ransomware/ransom_BlackKingDom.yar +0 -49
  4107. package/bundled-rules/yara-rules/community/trellix/stealer/STEALER_EmiratesStatement.yar +0 -24
  4108. package/bundled-rules/yara-rules/community/trellix/stealer/STEALER_Lokibot.yar +0 -40
  4109. package/bundled-rules/yara-rules/community/trellix/stealer/STEALER_credstealer.yar +0 -24
  4110. package/bundled-rules/yara-rules/community/volexity/2021/2021-03-02 - Operation Exchange Marauder/indicators/yara.yar +0 -89
  4111. package/bundled-rules/yara-rules/community/volexity/2021/2021-05-27 - Suspected APT29 Operation Launches Election Fraud Themed Phishing Campaigns/indicators/yara.yar +0 -87
  4112. package/bundled-rules/yara-rules/community/volexity/2021/2021-08-17 - InkySquid Part 1/indicators/yara.yar +0 -120
  4113. package/bundled-rules/yara-rules/community/volexity/2021/2021-08-24 - InkySquid Part 2/indicators/yara.yar +0 -112
  4114. package/bundled-rules/yara-rules/community/volexity/2021/2021-12-06 - XEGroup/indicators/yara.yar +0 -208
  4115. package/bundled-rules/yara-rules/community/volexity/2022/2022-03-22 GIMMICK/indicators/yara.yar +0 -86
  4116. package/bundled-rules/yara-rules/community/volexity/2022/2022-06-02 Active Exploitation Of Confluence 0-day/indicators/yara.yar +0 -84
  4117. package/bundled-rules/yara-rules/community/volexity/2022/2022-06-15 DriftingCloud - Zero-Day Sophos Firewall Exploitation and an Insidious Breach/indicators/yara.yar +0 -230
  4118. package/bundled-rules/yara-rules/community/volexity/2022/2022-07-28 SharpTongue SharpTongue Deploys Clever Mail-Stealing Browser Extension SHARPEXT/yara.yar +0 -52
  4119. package/bundled-rules/yara-rules/community/volexity/2022/2022-08-10 Mass exploitation of (Un)authenticated Zimbra RCE CVE-2022-27925/yara.yar +0 -86
  4120. package/bundled-rules/yara-rules/community/volexity/2022/2022-12-01 Buyer Beware - Fake Cryptocurrency Applications Serving as Front for AppleJeus Malware/yara.yar +0 -165
  4121. package/bundled-rules/yara-rules/community/volexity/2023/2023-03-07 AVBurner/yara.yar +0 -40
  4122. package/bundled-rules/yara-rules/community/volexity/2023/2023-03-30 3CX/indicators/rules.yar +0 -152
  4123. package/bundled-rules/yara-rules/community/volexity/2023/2023-06-28 POWERSTAR/indicators/rules.yar +0 -150
  4124. package/bundled-rules/yara-rules/community/volexity/2023/2023-09-22 EvilBamboo/indicators/rules.yar +0 -472
  4125. package/bundled-rules/yara-rules/community/volexity/2024/2024-01-10 Ivanti Connect Secure/indicators/yara.yar +0 -114
  4126. package/bundled-rules/yara-rules/community/volexity/2024/2024-02-13 CharmingCypress/rules.yar +0 -352
  4127. package/bundled-rules/yara-rules/community/volexity/2024/2024-04-12 Palo Alto Networks GlobalProtect/indicators/rules.yar +0 -116
  4128. package/bundled-rules/yara-rules/community/volexity/2024/2024-06-13 DISGOMOJI/indicators/rules.yar +0 -267
  4129. package/bundled-rules/yara-rules/community/volexity/2024/2024-08-02 StormBamboo/rules.yar +0 -383
  4130. package/bundled-rules/yara-rules/community/volexity/2024/2024-11-15 BrazenBamboo/rules.yar +0 -613
  4131. package/bundled-rules/yara-rules/community/volexity/2025/2025-10-08 UTA0388/rules.yar +0 -134
  4132. package/bundled-rules/yara-rules/community/withsecure/Andariel2025/andariel.yara +0 -152
  4133. package/bundled-rules/yara-rules/community/withsecure/DUCKTAIL/ducktail_artifacts.yar +0 -20
  4134. package/bundled-rules/yara-rules/community/withsecure/DUCKTAIL/ducktail_dotnet_core_infostealer.yar +0 -103
  4135. package/bundled-rules/yara-rules/community/withsecure/DUCKTAIL/ducktail_exceldna_packed.yara +0 -27
  4136. package/bundled-rules/yara-rules/community/withsecure/DUCKTAIL/ducktail_nativeaot.yara +0 -22
  4137. package/bundled-rules/yara-rules/community/withsecure/Kapeka/kapeka_backdoor.yar +0 -21
  4138. package/bundled-rules/yara-rules/community/withsecure/SILKLOADER/silkloader.yar +0 -20
  4139. package/bundled-rules/yara-rules/community/withsecure/TangleCrypt/TangleCrypt_YARA.yar +0 -27
  4140. /package/bundled-rules/yara-rules/auto-generated/{code-injection-panguard_code_injection_nvd:CVE-.yar → code-injection-panguard_code_injection_nvd_CVE-.yar} +0 -0
  4141. /package/bundled-rules/yara-rules/auto-generated/{command-injection-panguard_command_injection_nvd:CVE-.yar → command-injection-panguard_command_injection_nvd_CVE-.yar} +0 -0
  4142. /package/bundled-rules/yara-rules/auto-generated/{file-upload-panguard_file_upload_nvd:CVE-.yar → file-upload-panguard_file_upload_nvd_CVE-.yar} +0 -0
  4143. /package/bundled-rules/yara-rules/auto-generated/{information-disclosure-panguard_information_disclosure_nvd:CVE-.yar → information-disclosure-panguard_information_disclosure_nvd_CVE-.yar} +0 -0
@@ -1,2633 +0,0 @@
1
- import "pe"
2
- import "time"
3
-
4
- rule INDICATOR_SUSPICIOUS_GENRansomware {
5
- meta:
6
- description = "Detects command variations typically used by ransomware"
7
- author = "ditekSHen"
8
- strings:
9
- $cmd1 = "cmd /c \"WMIC.exe shadowcopy delet\"" ascii wide nocase
10
- $cmd2 = "vssadmin.exe Delete Shadows /all" ascii wide nocase
11
- $cmd3 = "Delete Shadows /all" ascii wide nocase
12
- $cmd4 = "} recoveryenabled no" ascii wide nocase
13
- $cmd5 = "} bootstatuspolicy ignoreallfailures" ascii wide nocase
14
- $cmd6 = "wmic SHADOWCOPY DELETE" ascii wide nocase
15
- $cmd7 = "\\Microsoft\\Windows\\SystemRestore\\SR\" /disable" ascii wide nocase
16
- $cmd8 = "resize shadowstorage /for=c: /on=c: /maxsize=" ascii wide nocase
17
- $cmd9 = "shadowcopy where \"ID='%s'\" delete" ascii wide nocase
18
- $cmd10 = "wmic.exe SHADOWCOPY /nointeractive" ascii wide nocase
19
- $cmd11 = "WMIC.exe shadowcopy delete" ascii wide nocase
20
- $cmd12 = "Win32_Shadowcopy | ForEach-Object {$_.Delete();}" ascii wide nocase
21
- $delr = /del \/s \/f \/q(( [A-Za-z]:\\(\*\.|[Bb]ackup))(VHD|bac|bak|wbcat|bkf)?)+/ ascii wide
22
- $wp1 = "delete catalog -quiet" ascii wide nocase
23
- $wp2 = "wbadmin delete backup" ascii wide nocase
24
- $wp3 = "delete systemstatebackup" ascii wide nocase
25
- condition:
26
- (uint16(0) == 0x5a4d and 2 of ($cmd*) or (1 of ($cmd*) and 1 of ($wp*)) or #delr > 4) or (4 of them)
27
- }
28
-
29
- rule INDICATOR_SUSPICIOUS_ReflectiveLoader {
30
- meta:
31
- description = "Detects Reflective DLL injection artifacts"
32
- author = "ditekSHen"
33
- strings:
34
- $s1 = "_ReflectiveLoader@" ascii wide
35
- $s2 = "ReflectiveLoader@" ascii wide
36
- condition:
37
- uint16(0) == 0x5a4d and (1 of them or (
38
- pe.exports("ReflectiveLoader@4") or
39
- pe.exports("_ReflectiveLoader@4") or
40
- pe.exports("ReflectiveLoader")
41
- )
42
- )
43
- }
44
-
45
- rule INDICATOR_SUSPICIOUS_IMG_Embedded_Archive {
46
- meta:
47
- description = "Detects images embedding archives. Observed in TheRat RAT."
48
- author = "ditekSHen"
49
- strings:
50
- $sevenzip1 = { 37 7a bc af 27 1c 00 04 } // 7ZIP, regardless of password-protection
51
- $sevenzip2 = { 37 e4 53 96 c9 db d6 07 } // 7ZIP zisofs compression format
52
- $zipwopass = { 50 4b 03 04 14 00 00 00 } // None password-protected PKZIP
53
- $zipwipass = { 50 4b 03 04 33 00 01 00 } // Password-protected PKZIP
54
- $zippkfile = { 50 4b 03 04 0a 00 02 00 } // PKZIP
55
- $rarheade1 = { 52 61 72 21 1a 07 01 00 } // RARv4
56
- $rarheade2 = { 52 65 74 75 72 6e 2d 50 } // RARv5
57
- $rarheade3 = { 52 61 72 21 1a 07 00 cf } // RAR
58
- $mscabinet = { 4d 53 46 54 02 00 01 00 } // Microsoft cabinet file
59
- $zlockproe = { 50 4b 03 04 14 00 01 00 } // ZLock Pro encrypted ZIP
60
- $winzip = { 57 69 6E 5A 69 70 } // WinZip compressed archive
61
- $pklite = { 50 4B 4C 49 54 45 } // PKLITE compressed ZIP archive
62
- $pksfx = { 50 4B 53 70 58 } // PKSFX self-extracting executable compressed file
63
- condition:
64
- // JPEG or JFIF or PNG or BMP
65
- (uint32(0) == 0xe0ffd8ff or uint32(0) == 0x474e5089 or uint16(0) == 0x4d42) and 1 of them
66
- }
67
-
68
- rule INDICATOR_SUSPICIOUS_EXE_UACBypass_EventViewer {
69
- meta:
70
- description = "detects Windows exceutables potentially bypassing UAC using eventvwr.exe"
71
- author = "ditekSHen"
72
- strings:
73
- $s1 = "\\Classes\\mscfile\\shell\\open\\command" ascii wide nocase
74
- $s2 = "eventvwr.exe" ascii wide nocase
75
- condition:
76
- uint16(0) == 0x5a4d and all of them
77
- }
78
-
79
- rule INDICATOR_SUSPICIOUS_EXE_UACBypass_CleanMgr {
80
- meta:
81
- description = "detects Windows exceutables potentially bypassing UAC using cleanmgr.exe"
82
- author = "ditekSHen"
83
- strings:
84
- $s1 = "\\Enviroment\\windir" ascii wide nocase
85
- $s2 = "\\system32\\cleanmgr.exe" ascii wide nocase
86
- condition:
87
- uint16(0) == 0x5a4d and all of them
88
- }
89
-
90
- rule INDICATOR_SUSPICIOUS_EXE_Enable_OfficeMacro {
91
- meta:
92
- description = "Detects Windows executables referencing Office macro registry keys. Observed modifying Office configurations via the registy to enable macros"
93
- author = "ditekSHen"
94
- strings:
95
- $s1 = "\\Word\\Security\\VBAWarnings" ascii wide
96
- $s2 = "\\PowerPoint\\Security\\VBAWarnings" ascii wide
97
- $s3 = "\\Excel\\Security\\VBAWarnings" ascii wide
98
-
99
- $h1 = "5c576f72645c53656375726974795c5642415761726e696e6773" nocase ascii wide
100
- $h2 = "5c506f776572506f696e745c53656375726974795c5642415761726e696e6773" nocase ascii wide
101
- $h3 = "5c5c457863656c5c5c53656375726974795c5c5642415761726e696e6773" nocase ascii wide
102
-
103
- $d1 = "5c%57%6f%72%64%5c%53%65%63%75%72%69%74%79%5c%56%42%41%57%61%72%6e%69%6e%67%73" nocase ascii
104
- $d2 = "5c%50%6f%77%65%72%50%6f%69%6e%74%5c%53%65%63%75%72%69%74%79%5c%56%42%41%57%61%72%6e%69%6e%67%73" nocase ascii
105
- $d3 = "5c%5c%45%78%63%65%6c%5c%5c%53%65%63%75%72%69%74%79%5c%5c%56%42%41%57%61%72%6e%69%6e%67%73" nocase ascii
106
- condition:
107
- uint16(0) == 0x5a4d and (2 of ($s*) or 2 of ($h*) or 2 of ($d*))
108
- }
109
-
110
- rule INDICATOR_SUSPICIOUS_EXE_Disable_OfficeProtectedView {
111
- meta:
112
- description = "Detects Windows executables referencing Office ProtectedView registry keys. Observed modifying Office configurations via the registy to disable ProtectedView"
113
- author = "ditekSHen"
114
- strings:
115
- $s1 = "\\Security\\ProtectedView\\DisableInternetFilesInPV" ascii wide
116
- $s2 = "\\Security\\ProtectedView\\DisableAttachementsInPV" ascii wide
117
- $s3 = "\\Security\\ProtectedView\\DisableUnsafeLocationsInPV" ascii wide
118
-
119
- $h1 = "5c53656375726974795c50726f746563746564566965775c44697361626c65496e7465726e657446696c6573496e5056" nocase ascii wide
120
- $h2 = "5c53656375726974795c50726f746563746564566965775c44697361626c65417474616368656d656e7473496e5056" nocase ascii wide
121
- $h3 = "5c53656375726974795c50726f746563746564566965775c44697361626c65556e736166654c6f636174696f6e73496e5056" nocase ascii wide
122
-
123
- $d1 = "5c%53%65%63%75%72%69%74%79%5c%50%72%6f%74%65%63%74%65%64%56%69%65%77%5c%44%69%73%61%62%6c%65%49%6e%74%65%72%6e%65%74%46%69%6c%65%73%49%6e%50%56" nocase ascii
124
- $d2 = "5c%53%65%63%75%72%69%74%79%5c%50%72%6f%74%65%63%74%65%64%56%69%65%77%5c%44%69%73%61%62%6c%65%41%74%74%61%63%68%65%6d%65%6e%74%73%49%6e%50%56" nocase ascii
125
- $d3 = "5c%53%65%63%75%72%69%74%79%5c%50%72%6f%74%65%63%74%65%64%56%69%65%77%5c%44%69%73%61%62%6c%65%55%6e%73%61%66%65%4c%6f%63%61%74%69%6f%6e%73%49%6e%50%56" nocase ascii
126
- condition:
127
- uint16(0) == 0x5a4d and (2 of ($s*) or 2 of ($h*) or 2 of ($d*))
128
- }
129
-
130
- rule INDICATOR_SUSPICIOUS_EXE_SandboxProductID {
131
- meta:
132
- description = "Detects binaries and memory artifacts referencing sandbox product IDs"
133
- author = "ditekSHen"
134
- strings:
135
- $id1 = "76487-337-8429955-22614" fullword ascii wide // Anubis Sandbox
136
- $id2 = "76487-644-3177037-23510" fullword ascii wide // CW Sandbox
137
- $id3 = "55274-640-2673064-23950" fullword ascii wide // Joe Sandbox
138
- $id4 = "76487-640-1457236-23837" fullword ascii wide // Anubis Sandbox
139
- $id5 = "76497-640-6308873-23835" fullword ascii wide // CWSandbox
140
- $id6 = "76487-640-1464517-23259" fullword ascii wide // ??
141
- $id7 = "76487 - 337 - 8429955 - 22614" fullword ascii wide // Anubis Sandbox
142
- $id8 = "76487 - 644 - 3177037 - 23510" fullword ascii wide // CW Sandbox
143
- $id9 = "55274 - 640 - 2673064 - 23950" fullword ascii wide // Joe Sandbox
144
- $id10 = "76487 - 640 - 1457236 - 23837" fullword ascii wide // Anubis Sandbox
145
- $id11 = "76497 - 640 - 6308873 - 23835" fullword ascii wide // CWSandbox
146
- $id12 = "76487 - 640 - 1464517 - 23259" fullword ascii wide // ??
147
- condition:
148
- uint16(0) == 0x5a4d and 2 of them
149
- }
150
-
151
- rule INDICATOR_SUSPICIOUS_EXE_SandboxHookingDLL {
152
- meta:
153
- description = "Detects binaries and memory artifacts referencing sandbox DLLs typically observed in sandbox evasion"
154
- author = "ditekSHen"
155
- strings:
156
- $dll1 = "sbiedll.dll" nocase fullword ascii wide
157
- //$dll2 = "dbghelp.dll" nocase fullword ascii wide
158
- $dll3 = "api_log.dll" nocase fullword ascii wide
159
- $dll4 = "pstorec.dll" nocase fullword ascii wide
160
- $dll5 = "dir_watch.dll" nocase fullword ascii wide
161
- $dll6 = "vmcheck.dll" nocase fullword ascii wide
162
- $dll7 = "wpespy.dll" nocase fullword ascii wide
163
- $dll8 = "SxIn.dll" nocase fullword ascii wide
164
- $dll9 = "Sf2.dll" nocase fullword ascii wide
165
- $dll10 = "deploy.dll" nocase fullword ascii wide
166
- $dll11 = "avcuf32.dll" nocase fullword ascii wide
167
- $dll12 = "BgAgent.dll" nocase fullword ascii wide
168
- $dll13 = "guard32.dll" nocase fullword ascii wide
169
- $dll14 = "wl_hook.dll" nocase fullword ascii wide
170
- $dll15 = "QOEHook.dll" nocase fullword ascii wide
171
- $dll16 = "a2hooks32.dll" nocase fullword ascii wide
172
- $dll17 = "tracer.dll" nocase fullword ascii wide
173
- $dll18 = "APIOverride.dll" nocase fullword ascii wide
174
- $dll19 = "NtHookEngine.dll" nocase fullword ascii wide
175
- $dll20 = "LOG_API.DLL" nocase fullword ascii wide
176
- $dll21 = "LOG_API32.DLL" nocase fullword ascii wide
177
- $dll22 = "vmcheck32.dll" nocase ascii wide
178
- $dll23 = "vmcheck64.dll" nocase ascii wide
179
- $dll24 = "cuckoomon.dll" nocase ascii wide
180
- condition:
181
- uint16(0) == 0x5a4d and 3 of them
182
- }
183
-
184
- rule INDICATOR_SUSPICIOUS_AHK_Downloader {
185
- meta:
186
- description = "Detects AutoHotKey binaries acting as second stage droppers"
187
- author = "ditekSHen"
188
- strings:
189
- $d1 = "URLDownloadToFile, http" ascii
190
- $d2 = "URLDownloadToFile, file" ascii
191
- $s1 = ">AUTOHOTKEY SCRIPT<" fullword wide
192
- $s2 = "open \"%s\" alias AHK_PlayMe" fullword wide
193
- $s3 = /AHK\s(Keybd|Mouse)/ fullword wide
194
- condition:
195
- uint16(0) == 0x5a4d and (1 of ($d*) and 1 of ($s*))
196
- }
197
-
198
- rule INDICATOR_SUSPICIOUS_EXE_UACBypass_CMSTPCOM {
199
- meta:
200
- description = "Detects Windows exceutables bypassing UAC using CMSTP COM interfaces. MITRE (T1218.003)"
201
- author = "ditekSHen"
202
- strings:
203
- // CMSTPLUA
204
- $guid1 = "{3E5FC7F9-9A51-4367-9063-A120244FBEC7}" ascii wide nocase
205
- // CMLUAUTIL
206
- $guid2 = "{3E000D72-A845-4CD9-BD83-80C07C3B881F}" ascii wide nocase
207
- // Connection Manager LUA Host Object
208
- $guid3 = "{BA126F01-2166-11D1-B1D0-00805FC1270E}" ascii wide nocase
209
- $s1 = "CoGetObject" fullword ascii wide
210
- $s2 = "Elevation:Administrator!new:" fullword ascii wide
211
- condition:
212
- uint16(0) == 0x5a4d and (1 of ($guid*) and 1 of ($s*))
213
- }
214
-
215
- rule INDICATOR_SUSPICOUS_EXE_References_VEEAM {
216
- meta:
217
- author = "ditekSHen"
218
- description = "Detects executables containing many references to VEEAM. Observed in ransomware"
219
- strings:
220
- $s1 = "VeeamNFSSvc" ascii wide nocase
221
- $s2 = "VeeamRESTSvc" ascii wide nocase
222
- $s3 = "VeeamCloudSvc" ascii wide nocase
223
- $s4 = "VeeamMountSvc" ascii wide nocase
224
- $s5 = "VeeamBackupSvc" ascii wide nocase
225
- $s6 = "VeeamBrokerSvc" ascii wide nocase
226
- $s7 = "VeeamDeploySvc" ascii wide nocase
227
- $s8 = "VeeamCatalogSvc" ascii wide nocase
228
- $s9 = "VeeamTransportSvc" ascii wide nocase
229
- $s10 = "VeeamDeploymentService" ascii wide nocase
230
- $s11 = "VeeamHvIntegrationSvc" ascii wide nocase
231
- $s12 = "VeeamEnterpriseManagerSvc" ascii wide nocase
232
- $s13 = "\"Veeam Backup Catalog Data Service\"" ascii wide nocase
233
- $e1 = "veeam.backup.agent.configurationservice.exe" ascii wide nocase
234
- $e2 = "veeam.backup.brokerservice.exe" ascii wide nocase
235
- $e3 = "veeam.backup.catalogdataservice.exe" ascii wide nocase
236
- $e4 = "veeam.backup.cloudservice.exe" ascii wide nocase
237
- $e5 = "veeam.backup.externalinfrastructure.dbprovider.exe" ascii wide nocase
238
- $e6 = "veeam.backup.manager.exe" ascii wide nocase
239
- $e7 = "veeam.backup.mountservice.exe" ascii wide nocase
240
- $e8 = "veeam.backup.service.exe" ascii wide nocase
241
- $e9 = "veeam.backup.uiserver.exe" ascii wide nocase
242
- $e10 = "veeam.backup.wmiserver.exe" ascii wide nocase
243
- $e11 = "veeamdeploymentsvc.exe" ascii wide nocase
244
- $e12 = "veeamfilesysvsssvc.exe" ascii wide nocase
245
- $e13 = "veeam.guest.interaction.proxy.exe" ascii wide nocase
246
- $e14 = "veeamnfssvc.exe" ascii wide nocase
247
- $e15 = "veeamtransportsvc.exe" ascii wide nocase
248
- condition:
249
- uint16(0) == 0x5a4d and 3 of them
250
- }
251
-
252
- rule INDICATOR_SUSPICIOUS_Binary_References_Browsers {
253
- meta:
254
- description = "Detects binaries (Windows and macOS) referencing many web browsers. Observed in information stealers."
255
- author = "ditekSHen"
256
- strings:
257
- $s1 = "Uran\\User Data" nocase ascii wide
258
- $s2 = "Amigo\\User Data" nocase ascii wide
259
- $s3 = "Torch\\User Data" nocase ascii wide
260
- $s4 = "Chromium\\User Data" nocase ascii wide
261
- $s5 = "Nichrome\\User Data" nocase ascii wide
262
- $s6 = "Google\\Chrome\\User Data" nocase ascii wide
263
- $s7 = "360Browser\\Browser\\User Data" nocase ascii wide
264
- $s8 = "Maxthon3\\User Data" nocase ascii wide
265
- $s9 = "Comodo\\User Data" nocase ascii wide
266
- $s10 = "CocCoc\\Browser\\User Data" nocase ascii wide
267
- $s11 = "Vivaldi\\User Data" nocase ascii wide
268
- $s12 = "Opera Software\\" nocase ascii wide
269
- $s13 = "Kometa\\User Data" nocase ascii wide
270
- $s14 = "Comodo\\Dragon\\User Data" nocase ascii wide
271
- $s15 = "Sputnik\\User Data" nocase ascii wide
272
- $s16 = "Google (x86)\\Chrome\\User Data" nocase ascii wide
273
- $s17 = "Orbitum\\User Data" nocase ascii wide
274
- $s18 = "Yandex\\YandexBrowser\\User Data" nocase ascii wide
275
- $s19 = "K-Melon\\User Data" nocase ascii wide
276
- $s20 = "Flock\\Browser" nocase ascii wide
277
- $s21 = "ChromePlus\\User Data" nocase ascii wide
278
- $s22 = "UCBrowser\\" nocase ascii wide
279
- $s23 = "Mozilla\\SeaMonkey" nocase ascii wide
280
- $s24 = "Apple\\Apple Application Support\\plutil.exe" nocase ascii wide
281
- $s25 = "Preferences\\keychain.plist" nocase ascii wide
282
- $s26 = "SRWare Iron" ascii wide
283
- $s27 = "CoolNovo" ascii wide
284
- $s28 = "BlackHawk\\Profiles" ascii wide
285
- $s29 = "CocCoc\\Browser" ascii wide
286
- $s30 = "Cyberfox\\Profiles" ascii wide
287
- $s31 = "Epic Privacy Browser\\" ascii wide
288
- $s32 = "K-Meleon\\" ascii wide
289
- $s33 = "Maxthon5\\Users" ascii wide
290
- $s34 = "Nichrome\\User Data" ascii wide
291
- $s35 = "Pale Moon\\Profiles" ascii wide
292
- $s36 = "Waterfox\\Profiles" ascii wide
293
- $s37 = "Amigo\\User Data" ascii wide
294
- $s38 = "CentBrowser\\User Data" ascii wide
295
- $s39 = "Chedot\\User Data" ascii wide
296
- $s40 = "RockMelt\\User Data" ascii wide
297
- $s41 = "Go!\\User Data" ascii wide
298
- $s42 = "7Star\\User Data" ascii wide
299
- $s43 = "QIP Surf\\User Data" ascii wide
300
- $s44 = "Elements Browser\\User Data" ascii wide
301
- $s45 = "TorBro\\Profile" ascii wide
302
- $s46 = "Suhba\\User Data" ascii wide
303
- $s47 = "Secure Browser\\User Data" ascii wide
304
- $s48 = "Mustang\\User Data" ascii wide
305
- $s49 = "Superbird\\User Data" ascii wide
306
- $s50 = "Xpom\\User Data" ascii wide
307
- $s51 = "Bromium\\User Data" ascii wide
308
- $s52 = "Brave\\" nocase ascii wide
309
- $s53 = "Google\\Chrome SxS\\User Data" ascii wide
310
- $s54 = "Microsoft\\Internet Explorer" ascii wide
311
- $s55 = "Packages\\Microsoft.MicrosoftEdge_" ascii wide
312
- $s56 = "IceDragon\\Profiles" ascii wide
313
- $s57 = "\\AdLibs\\" nocase ascii wide
314
- $s58 = "Moonchild Production\\Pale Moon" nocase ascii wide
315
- $s59 = "Firefox\\Profiles" nocase ascii wide
316
- $s60 = "AVG\\Browser\\User Data" nocase ascii wide
317
- $s61 = "Kinza\\User Data" nocase ascii wide
318
- $s62 = "URBrowser\\User Data" nocase ascii wide
319
- $s63 = "AVAST Software\\Browser\\User Data" nocase ascii wide
320
- $s64 = "SalamWeb\\User Data" nocase ascii wide
321
- $s65 = "Slimjet\\User Data" nocase ascii wide
322
- $s66 = "Iridium\\User Data" nocase ascii wide
323
- $s67 = "Blisk\\User Data" nocase ascii wide
324
- $s68 = "uCozMedia\\Uran\\User Data" nocase ascii wide
325
- $s69 = "setting\\modules\\ChromiumViewer" nocase ascii wide
326
- $s70 = "Citrio\\User Data" nocase ascii wide
327
- $s71 = "Coowon\\User Data" nocase ascii wide
328
- $s72 = "liebao\\User Data" nocase ascii wide
329
- $s73 = "Edge\\User Data" nocase ascii wide
330
- $s74 = "BlackHawk\\User Data" nocase ascii wide
331
- $s75 = "QQBrowser\\User Data" nocase ascii wide
332
- $s76 = "GhostBrowser\\User Data" nocase ascii wide
333
- $s77 = "Xvast\\User Data" nocase ascii wide
334
- $s78 = "360Chrome\\Chrome\\User Data" nocase ascii wide
335
- $s79 = "Brave-Browser\\User Data" nocase ascii wide
336
- $s80 = "Fenrir Inc\\Sleipnir5\\setting\\modules\\ChromiumViewer" nocase ascii wide
337
- $s81 = "Chromodo\\User Data" nocase ascii wide
338
- $s82 = "Mail.Ru\\Atom\\User Data" nocase ascii wide
339
- $s83 = "8pecxstudios\\Cyberfox" nocase ascii wide
340
- $s84 = "NETGATE Technologies\\BlackHaw" nocase ascii wide
341
- condition:
342
- (uint16(0) == 0x5a4d or uint16(0) == 0xfacf) and 6 of them
343
- }
344
-
345
- rule INDICATOR_SUSPICIOUS_EXE_References_Confidential_Data_Store {
346
- meta:
347
- description = "Detects executables referencing many confidential data stores found in browsers, mail clients, cryptocurreny wallets, etc. Observed in information stealers"
348
- author = "ditekSHen"
349
- strings:
350
- $s1 = "key3.db" nocase ascii wide // Firefox private keys
351
- $s2 = "key4.db" nocase ascii wide // Firefox private keys
352
- $s3 = "cert8.db" nocase ascii wide // Firefox certificate database
353
- $s4 = "logins.json" nocase ascii wide // Firefox encrypted password database
354
- $s5 = "account.cfn" nocase ascii wide // The Bat! (email client) account credentials
355
- $s6 = "wand.dat" nocase ascii wide // Opera password database
356
- $s7 = "wallet.dat" nocase ascii wide // cryptocurreny wallets
357
- condition:
358
- uint16(0) == 0x5a4d and 3 of them
359
- }
360
-
361
- rule INDICATOR_SUSPICIOUS_EXE_References_Messaging_Clients {
362
- meta:
363
- description = "Detects executables referencing many email and collaboration clients. Observed in information stealers"
364
- author = "ditekSHen"
365
- strings:
366
- $s1 = "Software\\Microsoft\\Office\\15.0\\Outlook\\Profiles\\Outlook" fullword ascii wide
367
- $s2 = "Software\\Microsoft\\Windows NT\\CurrentVersion\\Windows Messaging Subsystem\\Profiles\\Outlook" fullword ascii wide
368
- $s3 = "Software\\Microsoft\\Windows Messaging Subsystem\\Profiles" fullword ascii wide
369
- $s4 = "HKEY_CURRENT_USER\\Software\\Aerofox\\FoxmailPreview" ascii wide
370
- $s5 = "HKEY_CURRENT_USER\\Software\\Aerofox\\Foxmail" ascii wide
371
- $s6 = "VirtualStore\\Program Files\\Foxmail\\mail" ascii wide
372
- $s7 = "VirtualStore\\Program Files (x86)\\Foxmail\\mail" ascii wide
373
- $s8 = "Opera Mail\\Opera Mail\\wand.dat" ascii wide
374
- $s9 = "Software\\IncrediMail\\Identities" ascii wide
375
- $s10 = "Pocomail\\accounts.ini" ascii wide
376
- $s11 = "Software\\Qualcomm\\Eudora\\CommandLine" ascii wide
377
- $s12 = "Mozilla Thunderbird\\nss3.dll" ascii wide
378
- $s13 = "SeaMonkey\\nss3.dll" ascii wide
379
- $s14 = "Flock\\nss3.dll" ascii wide
380
- $s15 = "Postbox\\nss3.dll" ascii wide
381
- $s16 = "Software\\Microsoft\\Office\\16.0\\Outlook\\Profiles\\Outlook" ascii wide
382
- $s17 = "CurrentVersion\\Windows Messaging Subsystem\\Profiles\\Outlook" ascii wide
383
- $s18 = "Software\\Microsoft\\Office\\Outlook\\OMI Account Manager\\Accounts" ascii wide
384
- $s19 = "Software\\Microsoft\\Internet Account Manager\\Accounts" ascii wide
385
- $s20 = "Files\\Telegram" ascii wide
386
- $s21 = "Telegram Desktop\\tdata" ascii wide
387
- $s22 = "Files\\Discord" ascii wide
388
- $s23 = "Steam\\config" ascii wide
389
- $s24 = ".purple\\accounts.xml" ascii wide // pidgin
390
- $s25 = "Skype\\" ascii wide
391
- $s26 = "Pigdin\\accounts.xml" ascii wide
392
- $s27 = "Psi\\accounts.xml" ascii wide
393
- $s28 = "Psi+\\accounts.xml" ascii wide
394
- $s29 = "Psi\\profiles" ascii wide
395
- $s30 = "Psi+\\profiles" ascii wide
396
- $s31 = "Microsoft\\Windows Mail\\account{" ascii wide
397
- $s32 = "}.oeaccount" ascii wide
398
- $s33 = "Trillian\\users" ascii wide
399
- $s34 = "Google Talk\\Accounts" nocase ascii wide
400
- $s35 = "Microsoft\\Windows Live Mail" nocase ascii wide
401
- $s36 = "Google\\Google Talk" nocase ascii wide
402
- $s37 = "Yahoo\\Pager" nocase ascii wide
403
- $s38 = "BatMail\\" nocase ascii wide
404
- $s39 = "POP Peeper\\poppeeper.ini" nocase ascii wide
405
- $s40 = "Netease\\MailMaster\\data" nocase ascii wide
406
- $s41 = "Software\\Microsoft\\Office\\17.0\\Outlook\\Profiles\\Outlook" ascii wide
407
- $s42 = "Software\\Microsoft\\Office\\18.0\\Outlook\\Profiles\\Outlook" ascii wide
408
- $s43 = "Software\\Microsoft\\Office\\19.0\\Outlook\\Profiles\\Outlook" ascii wide
409
- $s45 = "Paltalk NG\\common_settings\\core\\users\\creds" ascii wide
410
- $s46 = "Discord\\Local Storage\\leveldb" ascii wide
411
- $s47 = "Discord PTB\\Local Storage\\leveldb" ascii wide
412
- $s48 = "Discord Canary\\leveldb" ascii wide
413
- $s49 = "MailSpring\\" ascii wide
414
- condition:
415
- uint16(0) == 0x5a4d and 6 of them
416
- }
417
-
418
- rule INDICATOR_SUSPICIOUS_EXE_Referenfces_File_Transfer_Clients {
419
- meta:
420
- description = "Detects executables referencing many file transfer clients. Observed in information stealers"
421
- author = "ditekSHen"
422
- strings:
423
- $s1 = "FileZilla\\recentservers.xml" ascii wide
424
- $s2 = "Ipswitch\\WS_FTP\\" ascii wide
425
- $s3 = "SOFTWARE\\\\Martin Prikryl\\\\WinSCP 2\\\\Sessions" ascii wide
426
- $s4 = "SOFTWARE\\Martin Prikryl\\WinSCP 2\\Sessions" ascii wide
427
- $s5 = "CoreFTP\\sites" ascii wide
428
- $s6 = "FTPWare\\COREFTP\\Sites" ascii wide
429
- $s7 = "HKEY_CURRENT_USERSoftwareFTPWareCOREFTPSites" ascii wide
430
- $s8 = "FTP Navigator\\Ftplist.txt" ascii wide
431
- $s9 = "FlashFXP\\3quick.dat" ascii wide
432
- $s10 = "SmartFTP\\" ascii wide
433
- $s11 = "cftp\\Ftplist.txt" ascii wide
434
- $s12 = "Software\\DownloadManager\\Passwords\\" ascii wide
435
- $s13 = "jDownloader\\config\\database.script" ascii wide
436
- $s14 = "FileZilla\\sitemanager.xml" ascii wide
437
- $s15 = "Far Manager\\Profile\\PluginsData\\" ascii wide
438
- $s16 = "FTPGetter\\Profile\\servers.xml" ascii wide
439
- $s17 = "FTPGetter\\servers.xml" ascii wide
440
- $s18 = "Estsoft\\ALFTP\\" ascii wide
441
- $s19 = "Far\\Plugins\\FTP\\" ascii wide
442
- $s20 = "Far2\\Plugins\\FTP\\" ascii wide
443
- $s21 = "Ghisler\\Total Commander" ascii wide
444
- $s22 = "LinasFTP\\Site Manager" ascii wide
445
- $s23 = "CuteFTP\\sm.dat" ascii wide
446
- $s24 = "FlashFXP\\4\\Sites.dat" ascii wide
447
- $s25 = "FlashFXP\\3\\Sites.dat" ascii wide
448
- $s26 = "VanDyke\\Config\\Sessions\\" ascii wide
449
- $s27 = "FTP Explorer\\" ascii wide
450
- $s28 = "TurboFTP\\" ascii wide
451
- $s29 = "FTPRush\\" ascii wide
452
- $s30 = "LeapWare\\LeapFTP\\" ascii wide
453
- $s31 = "FTPGetter\\" ascii wide
454
- $s32 = "Far\\SavedDialogHistory\\" ascii wide
455
- $s33 = "Far2\\SavedDialogHistory\\" ascii wide
456
- $s34 = "GlobalSCAPE\\CuteFTP " ascii wide
457
- $s35 = "Ghisler\\Windows Commander" ascii wide
458
- $s36 = "BPFTP\\Bullet Proof FTP\\" ascii wide
459
- $s37 = "Sota\\FFFTP" ascii wide
460
- $s38 = "FTPClient\\Sites" ascii wide
461
- $s39 = "SOFTWARE\\Robo-FTP 3.7\\" ascii wide
462
- $s40 = "MAS-Soft\\FTPInfo\\" ascii wide
463
- $s41 = "SoftX.org\\FTPClient\\Sites" ascii wide
464
- $s42 = "BulletProof Software\\BulletProof FTP Client\\" ascii wide
465
- $s43 = "BitKinex\\bitkinex.ds" ascii wide
466
- $s44 = "Frigate3\\FtpSite.XML" ascii wide
467
- $s45 = "Directory Opus\\ConfigFiles" ascii wide
468
- $s56 = "SoftX.org\\FTPClient\\Sites" ascii wide
469
- $s57 = "South River Technologies\\WebDrive\\Connections" ascii wide
470
- condition:
471
- uint16(0) == 0x5a4d and 6 of them
472
- }
473
-
474
- /*
475
- rule INDICATOR_SUSPICIOUS_EXE_References_CryptoWallets {
476
- meta:
477
- author = "ditekSHen"
478
- description = "Detects executables referencing many cryptocurrency mining wallets or apps. Observed in information stealers"
479
- strings:
480
- $app1 = "Ethereum" nocase ascii wide
481
- $app2 = "Bitcoin" nocase ascii wide
482
- $app3 = "Litecoin" nocase ascii wide
483
- $app4 = "NavCoin4" nocase ascii wide
484
- $app5 = "ByteCoin" nocase ascii wide
485
- $app6 = "PotCoin" nocase ascii wide
486
- $app7 = "Gridcoin" nocase ascii wide
487
- $app8 = "VERGE" nocase ascii wide
488
- $app9 = "DogeCoin" nocase ascii wide
489
- $app10 = "FlashCoin" nocase ascii wide
490
- $app11 = "Sia" nocase ascii wide
491
- $app12 = "Reddcoin" nocase ascii wide
492
- $app13 = "Electrum" nocase ascii wide
493
- $app14 = "Emercoin" nocase ascii wide
494
- $app15 = "Exodus" nocase ascii wide
495
- $app16 = "BBQCoin" nocase ascii wide
496
- $app17 = "Franko" nocase ascii wide
497
- $app18 = "IOCoin" nocase ascii wide
498
- $app19 = "Ixcoin" nocase ascii wide
499
- $app20 = "Mincoin" nocase ascii wide
500
- $app21 = "YACoin" nocase ascii wide
501
- $app22 = "Zcash" nocase ascii wide
502
- $app23 = "devcoin" nocase ascii wide
503
- $app24 = "Dash" nocase ascii wide
504
- $app25 = "Monero" nocase ascii wide
505
- $app26 = "Riot Games\\" nocase ascii wide
506
- $app27 = "qBittorrent\\" nocase ascii wide
507
- $app28 = "Battle.net\\" nocase ascii wide
508
- $app29 = "Steam\\" nocase ascii wide
509
- $app30 = "Valve\\Steam\\" nocase ascii wide
510
- $app31 = "Anoncoin" nocase ascii wide
511
- $app32 = "DashCore" nocase ascii wide
512
- $app33 = "DevCoin" nocase ascii wide
513
- $app34 = "DigitalCoin" nocase ascii wide
514
- $app35 = "Electron" nocase ascii wide
515
- $app36 = "ElectrumLTC" nocase ascii wide
516
- $app37 = "FlorinCoin" nocase ascii wide
517
- $app38 = "FrancoCoin" nocase ascii wide
518
- $app39 = "JAXX" nocase ascii wide
519
- $app40 = "MultiDoge" ascii wide
520
- $app41 = "TerraCoin" ascii wide
521
- $app42 = "Electrum-LTC" ascii wide
522
- $app43 = "ElectrumG" ascii wide
523
- $app44 = "Electrum-btcp" ascii wide
524
- $app45 = "MultiBitHD" ascii wide
525
- $app46 = "monero-project" ascii wide
526
- $app47 = "Bitcoin-Qt" ascii wide
527
- $app48 = "BitcoinGold-Qt" ascii wide
528
- $app49 = "Litecoin-Qt" ascii wide
529
- $app50 = "BitcoinABC-Qt" ascii wide
530
- $app51 = "Exodus Eden" ascii wide
531
- $app52 = "myether" ascii wide
532
- $app53 = "factores-Binance" ascii wide
533
- $app54 = "metamask" ascii wide
534
- $app55 = "kucoin" ascii wide
535
- $app56 = "cryptopia" ascii wide
536
- $app57 = "binance" ascii wide
537
- $app58 = "hitbtc" ascii wide
538
- $app59 = "litebit" ascii wide
539
- $app60 = "coinEx" ascii wide
540
- $app61 = "blockchain" ascii wide
541
- $app62 = "\\Armory" ascii wide
542
- $app63 = "\\Atomic" ascii wide
543
- $app64 = "\\Bytecoin" ascii wide
544
- $app65 = "simpleos" ascii wide
545
- $app66 = "WalletWasabi" ascii wide
546
- $app67 = "atomic\\" ascii wide
547
- $app68 = "Guarda\\" ascii wide
548
- $app69 = "Neon\\" ascii wide
549
- $app70 = "Blockstream\\" ascii wide
550
- $app71 = "GreenAddress Wallet\\" ascii wide
551
- $app72 = "bitpay\\" ascii wide
552
-
553
- $ne1 = "C:\\src\\pgriffais_incubator-w7\\Steam\\main\\src\\external\\libjingle-0.4.0\\talk/base/scoped_ptr.h" fullword wide
554
- $ne2 = "\"%s\\bin\\%slauncher.exe\" -hproc %x -hthread %x -baseoverlayname %s\\%s" fullword ascii
555
- condition:
556
- uint16(0) == 0x5a4d and (not any of ($ne*) and 6 of them)
557
- }
558
- */
559
-
560
- rule INDICATOR_SUSPICIOUS_ClearWinLogs {
561
- meta:
562
- author = "ditekSHen"
563
- description = "Detects executables containing commands for clearing Windows Event Logs"
564
- strings:
565
- $cmd1 = "wevtutil.exe clear-log" ascii wide nocase
566
- $cmd2 = "wevtutil.exe cl " ascii wide nocase
567
- $cmd3 = ".ClearEventLog()" ascii wide nocase
568
- $cmd4 = "Foreach-Object {wevtutil cl \"$_\"}" ascii wide nocase
569
- $cmd5 = "('wevtutil.exe el') DO (call :do_clear" ascii wide nocase
570
- $cmd6 = "| ForEach { Clear-EventLog $_.Log }" ascii wide nocase
571
- $cmd7 = "('wevtutil.exe el') DO wevtutil.exe cl \"%s\"" ascii wide nocase
572
- $cmd8 = "Clear-EventLog -LogName application, system, security" ascii wide nocase
573
- $t1 = "wevtutil" ascii wide nocase
574
- $l1 = "cl Application" ascii wide nocase
575
- $l2 = "cl System" ascii wide nocase
576
- $l3 = "cl Setup" ascii wide nocase
577
- $l4 = "cl Security" ascii wide nocase
578
- $l5 = "sl Security /e:false" ascii wide nocase
579
- $ne1 = "wevtutil.exe cl Aplicaci" fullword wide
580
- $ne2 = "wevtutil.exe cl Application /bu:C:\\admin\\backup\\al0306.evtx" fullword wide
581
- $ne3 = "wevtutil.exe cl Application /bu:C:\\admin\\backups\\al0306.evtx" fullword wide
582
- condition:
583
- uint16(0) == 0x5a4d and not any of ($ne*) and ((1 of ($cmd*)) or (1 of ($t*) and 3 of ($l*)))
584
- }
585
-
586
- rule INDICATOR_SUSPICIOUS_DisableWinDefender {
587
- meta:
588
- author = "ditekSHen"
589
- description = "Detects executables containing artifacts associated with disabling Widnows Defender"
590
- strings:
591
- $reg1 = "SOFTWARE\\Microsoft\\Windows Defender\\Features" ascii wide nocase
592
- $reg2 = "SOFTWARE\\Policies\\Microsoft\\Windows Defender" ascii wide nocase
593
- $s1 = "Set-MpPreference -SignatureDisableUpdateOnStartupWithoutEngine $true" ascii wide nocase
594
- $s2 = "Set-MpPreference -DisableArchiveScanning $true" ascii wide nocase
595
- $s3 = "Set-MpPreference -DisableIntrusionPreventionSystem $true" ascii wide nocase
596
- $s4 = "Set-MpPreference -DisableScriptScanning $true" ascii wide nocase
597
- $s5 = "Set-MpPreference -SubmitSamplesConsent 2" ascii wide nocase
598
- $s6 = "Set-MpPreference -MAPSReporting 0" ascii wide nocase
599
- $s7 = "Set-MpPreference -HighThreatDefaultAction 6" ascii wide nocase
600
- $s8 = "Set-MpPreference -ModerateThreatDefaultAction 6" ascii wide nocase
601
- $s9 = "Set-MpPreference -LowThreatDefaultAction 6" ascii wide nocase
602
- $s10 = "Set-MpPreference -SevereThreatDefaultAction 6" ascii wide nocase
603
- $s11 = "Set-MpPreference -EnableControlledFolderAccess Disabled" ascii wide nocase
604
- $pdb = "\\Disable-Windows-Defender\\obj\\Debug\\Disable-Windows-Defender.pdb" ascii
605
- $e1 = "Microsoft\\Windows Defender\\Exclusions\\Paths" ascii wide nocase
606
- $e2 = "Add-MpPreference -Exclusion" ascii wide nocase
607
- $c1 = "QQBkAGQALQBNAHAAUAByAGUAZgBlAHIAZQBuAGMAZQAgAC0ARQB4AGMAbAB1AHMAaQBvAG4" ascii wide
608
- condition:
609
- uint16(0) == 0x5a4d and ((1 of ($reg*) and 1 of ($s*)) or ($pdb) or all of ($e*) or #c1 > 1)
610
- }
611
-
612
- rule INDICATOR_SUSPICIOUS_USNDeleteJournal {
613
- meta:
614
- author = "ditekSHen"
615
- description = "Detects executables containing anti-forensic artifacts of deleting USN change journal. Observed in ransomware"
616
- strings:
617
- $cmd1 = "fsutil.exe" ascii wide nocase
618
- $s1 = "usn deletejournal /D C:" ascii wide nocase
619
- $s2 = "fsutil.exe usn deletejournal" ascii wide nocase
620
- $s3 = "fsutil usn deletejournal" ascii wide nocase
621
- $s4 = "fsutil file setZeroData offset=0" ascii wide nocase
622
- $ne1 = "fsutil usn readdata C:\\Temp\\sample.txt" wide
623
- $ne2 = "fsutil transaction query {0f2d8905-6153-449a-8e03-7d3a38187ba1}" wide
624
- $ne3 = "fsutil resource start d:\\foobar d:\\foobar\\LogDir\\LogBLF::TxfLog d:\\foobar\\LogDir\\LogBLF::TmLog" wide
625
- $ne4 = "fsutil objectid query C:\\Temp\\sample.txt" wide
626
- condition:
627
- uint16(0) == 0x5a4d and (not any of ($ne*) and ((1 of ($cmd*) and 1 of ($s*)) or 1 of ($s*)))
628
- }
629
-
630
- rule INDICATOR_SUSPICIOUS_GENInfoStealer {
631
- meta:
632
- author = "ditekSHen"
633
- description = "Detects executables containing common artifacts observed in infostealers"
634
- strings:
635
- $f1 = "FileZilla\\recentservers.xml" ascii wide
636
- $f2 = "FileZilla\\sitemanager.xml" ascii wide
637
- $f3 = "SOFTWARE\\\\Martin Prikryl\\\\WinSCP 2\\\\Sessions" ascii wide
638
- $b1 = "Chrome\\User Data\\" ascii wide
639
- $b2 = "Mozilla\\Firefox\\Profiles" ascii wide
640
- $b3 = "Software\\Microsoft\\Internet Explorer\\IntelliForms\\Storage2" ascii wide
641
- $b4 = "Opera Software\\Opera Stable\\Login Data" ascii wide
642
- $b5 = "YandexBrowser\\User Data\\" ascii wide
643
- $s1 = "key3.db" nocase ascii wide
644
- $s2 = "key4.db" nocase ascii wide
645
- $s3 = "cert8.db" nocase ascii wide
646
- $s4 = "logins.json" nocase ascii wide
647
- $s5 = "account.cfn" nocase ascii wide
648
- $s6 = "wand.dat" nocase ascii wide
649
- $s7 = "wallet.dat" nocase ascii wide
650
- $a1 = "username_value" ascii wide
651
- $a2 = "password_value" ascii wide
652
- $a3 = "encryptedUsername" ascii wide
653
- $a4 = "encryptedPassword" ascii wide
654
- $a5 = "httpRealm" ascii wide
655
- condition:
656
- uint16(0) == 0x5a4d and ((2 of ($f*) and 2 of ($b*) and 1 of ($s*) and 3 of ($a*)) or (14 of them))
657
- }
658
-
659
- rule INDICATOR_SUSPICIOUS_NTLM_Exfiltration_IPPattern {
660
- meta:
661
- author = "ditekSHen"
662
- description = "Detects NTLM hashes exfiltration patterns in command line and various file types"
663
- strings:
664
- // Example (CMD): net use \\1.2.3.4@80\t
665
- $s1 = /net\suse\s\\\\([0-9]{1,3}\.){3}[0-9]{1,3}@(80|443|445)/ ascii wide
666
- // Example (PDF): /F (\\\\IP@80\\t)
667
- $s2 = /\/F\s\(\\\\\\\\([0-9]{1,3}\.){3}[0-9]{1,3}@(80|443|445)/ ascii wide
668
- // Example (LNK): URL=file://IP@80/t.htm
669
- $s3 = /URL=file:\/\/([0-9]{1,3}\.){3}[0-9]{1,3}@(80|443|445)/ ascii wide
670
- // Example (ICO): IconFile=\\IP@80\t.ico
671
- $s4 = /IconFile=\\\\([0-9]{1,3}\.){3}[0-9]{1,3}@(80|443|445)/ ascii wide
672
- // Example (DOC, DOCX): Target="file://IP@80/t.dotx"
673
- $s5 = /Target=\x22:\/\/([0-9]{1,3}\.){3}[0-9]{1,3}@(80|443|445)/ ascii wide
674
- // Example (Subdoc ??): ///IP@80/t
675
- $s6 = /\/\/\/([0-9]{1,3}\.){3}[0-9]{1,3}@(80|443|445)/ ascii wide
676
- // Example (over SSL) - DavWWWRoot keyword actually triggers WebDAV forcibly
677
- $s7 = /\\\\([0-9]{1,3}\.){3}[0-9]{1,3}@SSL@\d+\\DavWWWRoot/ ascii wide
678
-
679
- // OOXML in addtion to PK magic
680
- $mso1 = "word/" ascii
681
- $mso2 = "ppt/" ascii
682
- $mso3 = "xl/" ascii
683
- $mso4 = "[Content_Types].xml" ascii
684
- condition:
685
- ((uint32(0) == 0x46445025 or (uint16(0) == 0x004c and uint32(4) == 0x00021401) or uint32(0) == 0x00010000 or (uint16(0) == 0x4b50 and 1 of ($mso*))) and 1 of ($s*)) or 1 of ($s*)
686
- }
687
-
688
- rule INDICATOR_SUSPICIOUS_PWSH_B64Encoded_Concatenated_FileEXEC {
689
- meta:
690
- author = "ditekSHen"
691
- description = "Detects PowerShell scripts containing patterns of base64 encoded files, concatenation and execution"
692
- strings:
693
- $b1 = "::WriteAllBytes(" ascii
694
- $b2 = "::FromBase64String(" ascii
695
- $b3 = "::UTF8.GetString(" ascii
696
-
697
- $s1 = "-join" nocase ascii
698
- $s2 = "[Char]$_"
699
- $s3 = "reverse" nocase ascii
700
- $s4 = " += " ascii
701
-
702
- $e1 = "System.Diagnostics.Process" ascii
703
- $e2 = /StartInfo\.(Filename|UseShellExecute)/ ascii
704
- $e3 = /-eq\s'\.(exe|dll)'\)/ ascii
705
- $e4 = /(Get|Start)-(Process|WmiObject)/ ascii
706
- condition:
707
- #s4 > 10 and ((3 of ($b*)) or (1 of ($b*) and 2 of ($s*) and 1 of ($e*)) or (8 of them))
708
- }
709
-
710
- rule INDICATOR_SUSPICIOUS_PWSH_AsciiEncoding_Pattern {
711
- meta:
712
- author = "ditekSHen"
713
- description = "Detects PowerShell scripts containing ASCII encoded files"
714
- strings:
715
- $enc1 = "[char[]]([char]97..[char]122)" ascii
716
- $enc2 = "[char[]]([char]65..[char]90)" ascii
717
- $s1 = ".DownloadData($" ascii
718
- $s2 = "[Net.SecurityProtocolType]::TLS12" ascii
719
- $s3 = "::WriteAllBytes($" ascii
720
- $s4 = "::FromBase64String($" ascii
721
- $s5 = "Get-Random" ascii
722
- condition:
723
- 1 of ($enc*) and 4 of ($s*) and filesize < 2500KB
724
- }
725
-
726
- rule INDICATOR_SUSPICIOUS_JS_Hex_B64Encoded_EXE {
727
- meta:
728
- author = "ditekSHen"
729
- description = "Detects JavaScript files hex and base64 encoded executables"
730
- strings:
731
- $s1 = ".SaveToFile" ascii
732
- $s2 = ".Run" ascii
733
- $s3 = "ActiveXObject" ascii
734
- $s4 = "fromCharCode" ascii
735
- $s5 = "\\x66\\x72\\x6F\\x6D\\x43\\x68\\x61\\x72\\x43\\x6F\\x64\\x65" ascii
736
- $binary = "\\x54\\x56\\x71\\x51\\x41\\x41" ascii
737
- $pattern = /[\s\{\(\[=]_0x[0-9a-z]{3,6}/ ascii
738
- condition:
739
- $binary and $pattern and 2 of ($s*) and filesize < 2500KB
740
- }
741
-
742
- rule INDICATOR_SUSPICIOUS_JS_LocalPersistence {
743
- meta:
744
- author = "ditekSHen"
745
- description = "Detects JavaScript files used for persistence and executable or script execution"
746
- strings:
747
- $s1 = "ActiveXObject" ascii
748
- $s2 = "Shell.Application" ascii
749
- $s3 = "ShellExecute" ascii
750
-
751
- $ext1 = ".exe" ascii
752
- $ext2 = ".ps1" ascii
753
- $ext3 = ".lnk" ascii
754
- $ext4 = ".hta" ascii
755
- $ext5 = ".dll" ascii
756
- $ext6 = ".vb" ascii
757
- $ext7 = ".com" ascii
758
- $ext8 = ".js" ascii
759
-
760
- $action = "\"Open\"" ascii
761
- condition:
762
- $action and 2 of ($s*) and 1 of ($ext*) and filesize < 500KB
763
- }
764
-
765
- rule INDICATOR_SUSPICIOUS_WMIC_Downloader {
766
- meta:
767
- author = "ditekSHen"
768
- description = "Detects files utilizing WMIC for whitelisting bypass and downloading second stage payloads"
769
- strings:
770
- $s1 = "WMIC.exe os get /format:\"http" wide
771
- $s2 = "WMIC.exe computersystem get /format:\"http" wide
772
- $s3 = "WMIC.exe dcomapp get /format:\"http" wide
773
- $s4 = "WMIC.exe desktop get /format:\"http" wide
774
- condition:
775
- (uint16(0) == 0x004c or uint16(0) == 0x5a4d) and 1 of them
776
- }
777
-
778
- rule INDICATOR_SUSPICIOUS_AMSI_Bypass {
779
- meta:
780
- author = "ditekSHen"
781
- description = "Detects AMSI bypass pattern"
782
- strings:
783
- $v1_1 = "[Ref].Assembly.GetType(" ascii nocase
784
- $v1_2 = "System.Management.Automation.AmsiUtils" ascii
785
- $v1_3 = "GetField(" ascii nocase
786
- $v1_4 = "amsiInitFailed" ascii
787
- $v1_5 = "NonPublic,Static" ascii
788
- $v1_6 = "SetValue(" ascii nocase
789
- condition:
790
- 5 of them and filesize < 2000KB
791
- }
792
-
793
- rule INDICATOR_SUSPICIOUS_EXE_PE_ResourceTuner {
794
- meta:
795
- author = "ditekSHen"
796
- description = "Detects executables with modified PE resources using the unpaid version of Resource Tuner"
797
- strings:
798
- $s1 = "Modified by an unpaid evaluation copy of Resource Tuner 2 (www.heaventools.com)" fullword wide
799
- condition:
800
- uint16(0) == 0x5a4d and all of them
801
- }
802
-
803
- rule INDICATOR_SUSPICIOUS_EXE_ASEP_REG_Reverse {
804
- meta:
805
- author = "ditekSHen"
806
- description = "Detects file containing reversed ASEP Autorun registry keys"
807
- strings:
808
- $s1 = "nuR\\noisreVtnerruC\\swodniW\\tfosorciM" ascii wide nocase
809
- $s2 = "ecnOnuR\\noisreVtnerruC\\swodniW\\tfosorciM" ascii wide nocase
810
- $s3 = "secivreSnuR\\noisreVtnerruC\\swodniW\\tfosorciM" ascii wide nocase
811
- $s4 = "xEecnOnuR\\noisreVtnerruC\\swodniW\\tfosorciM" ascii wide nocase
812
- $s5 = "ecnOsecivreSnuR\\noisreVtnerruC\\swodniW\\tfosorciM" ascii wide nocase
813
- $s6 = "yfitoN\\nogolniW\\noisreVtnerruC\\TN swodniW\\tfosorciM" ascii wide nocase
814
- $s7 = "tiniresU\\nogolniW\\noisreVtnerruC\\TN swodniW\\tfosorciM" ascii wide nocase
815
- $s8 = "nuR\\rerolpxE\\seiciloP\\noisreVtnerruC\\swodniW\\tfosorciM" ascii wide nocase
816
- $s9 = "stnenopmoC dellatsnI\\puteS evitcA\\tfosorciM" ascii wide nocase
817
- $s10 = "sLLD_tinIppA\\swodniW\\noisreVtnerruC\\TN swodniW\\tfosorciM" ascii wide nocase
818
- $s11 = "snoitpO noitucexE eliF egamI\\noisreVtnerruC\\TN swodniW\\tfosorciM" ascii wide nocase
819
- $s12 = "llehS\\nogolniW\\noisreVtnerruC\\TN swodniW\\tfosorciM" ascii wide nocase
820
- $s13 = "daol\\swodniW\\noisreVtnerruC\\TN swodniW\\tfosorciM" ascii wide nocase
821
- $s14 = "daoLyaleDtcejbOecivreSllehS\\noisreVtnerruC\\swodniW\\tfosorciM" ascii wide nocase
822
- $s15 = "nuRotuA\\rossecorP\\dnammoC\\tfosorciM" ascii wide nocase
823
- $s16 = "putratS\\sredloF llehS resU\\rerolpxE\\noisreVtnerruC\\swodniW\\tfosorciM" ascii wide nocase
824
- $s17 = "sllDtreCppA\\reganaM noisseS\\lortnoC\\teSlortnoCtnerruC\\metsyS" ascii wide nocase
825
- $s18 = "sllDtreCppA\\reganaM noisseS\\lortnoC\\100teSlortnoC\\metsyS" ascii wide nocase
826
- $s19 = ")tluafeD(\\dnammoC\\nepO\\llehS\\elifexE\\sessalC\\erawtfoS" ascii wide nocase
827
- $s20 = ")tluafeD(\\dnammoC\\nepO\\llehS\\elifexE\\sessalC\\edoN2346woW\\erawtfoS" ascii wide nocase
828
- condition:
829
- 1 of them and filesize < 2000KB
830
- }
831
-
832
- rule INDICATOR_SUSPICIOUS_EXE_SQLQuery_ConfidentialDataStore {
833
- meta:
834
- author = "ditekSHen"
835
- description = "Detects executables containing SQL queries to confidential data stores. Observed in infostealers"
836
- strings:
837
- $select = "select " ascii wide nocase
838
- $table1 = " from credit_cards" ascii wide nocase
839
- $table2 = " from logins" ascii wide nocase
840
- $table3 = " from cookies" ascii wide nocase
841
- $table4 = " from moz_cookies" ascii wide nocase
842
- $table5 = " from moz_formhistory" ascii wide nocase
843
- $table6 = " from moz_logins" ascii wide nocase
844
- $column1 = "name" ascii wide nocase
845
- $column2 = "password_value" ascii wide nocase
846
- $column3 = "encrypted_value" ascii wide nocase
847
- $column4 = "card_number_encrypted" ascii wide nocase
848
- $column5 = "isHttpOnly" ascii wide nocase
849
- condition:
850
- uint16(0) == 0x5a4d and 2 of ($table*) and 2 of ($column*) and $select
851
- }
852
-
853
- rule INDICATOR_SUSPICIOUS_References_SecTools {
854
- meta:
855
- author = "ditekSHen"
856
- description = "Detects executables referencing many IR and analysis tools"
857
- strings:
858
- $s1 = "procexp.exe" nocase ascii wide
859
- $s2 = "perfmon.exe" nocase ascii wide
860
- $s3 = "autoruns.exe" nocase ascii wide
861
- $s4 = "autorunsc.exe" nocase ascii wide
862
- $s5 = "ProcessHacker.exe" nocase ascii wide
863
- $s6 = "procmon.exe" nocase ascii wide
864
- $s7 = "sysmon.exe" nocase ascii wide
865
- $s8 = "procdump.exe" nocase ascii wide
866
- $s9 = "apispy.exe" nocase ascii wide
867
- $s10 = "dumpcap.exe" nocase ascii wide
868
- $s11 = "emul.exe" nocase ascii wide
869
- $s12 = "fortitracer.exe" nocase ascii wide
870
- $s13 = "hookanaapp.exe" nocase ascii wide
871
- $s14 = "hookexplorer.exe" nocase ascii wide
872
- $s15 = "idag.exe" nocase ascii wide
873
- $s16 = "idaq.exe" nocase ascii wide
874
- $s17 = "importrec.exe" nocase ascii wide
875
- $s18 = "imul.exe" nocase ascii wide
876
- $s19 = "joeboxcontrol.exe" nocase ascii wide
877
- $s20 = "joeboxserver.exe" nocase ascii wide
878
- $s21 = "multi_pot.exe" nocase ascii wide
879
- $s22 = "ollydbg.exe" nocase ascii wide
880
- $s23 = "peid.exe" nocase ascii wide
881
- $s24 = "petools.exe" nocase ascii wide
882
- $s25 = "proc_analyzer.exe" nocase ascii wide
883
- $s26 = "regmon.exe" nocase ascii wide
884
- $s27 = "scktool.exe" nocase ascii wide
885
- $s28 = "sniff_hit.exe" nocase ascii wide
886
- $s29 = "sysanalyzer.exe" nocase ascii wide
887
- $s30 = "CaptureProcessMonitor.sys" nocase ascii wide
888
- $s31 = "CaptureRegistryMonitor.sys" nocase ascii wide
889
- $s32 = "CaptureFileMonitor.sys" nocase ascii wide
890
- $s33 = "Control.exe" nocase ascii wide
891
- $s34 = "rshell.exe" nocase ascii wide
892
- $s35 = "smc.exe" nocase ascii wide
893
- condition:
894
- uint16(0) == 0x5a4d and 4 of them
895
- }
896
-
897
- rule INDICATOR_SUSPICIOUS_References_SecTools_B64Encoded {
898
- meta:
899
- author = "ditekSHen"
900
- description = "Detects executables referencing many base64-encoded IR and analysis tools names"
901
- strings:
902
- $s1 = "VGFza21ncg==" ascii wide // Taskmgr
903
- $s2 = "dGFza21ncg==" ascii wide // taskmgr
904
- $s3 = "UHJvY2Vzc0hhY2tlcg" ascii wide // ProcessHacker
905
- $s4 = "cHJvY2V4cA" ascii wide // procexp
906
- $s5 = "cHJvY2V4cDY0" ascii wide // procexp64
907
- $s6 = "aHR0cCBhbmFseXplci" ascii wide // http analyzer
908
- $s7 = "ZmlkZGxlcg" ascii wide // fiddler
909
- $s8 = "ZWZmZXRlY2ggaHR0cCBzbmlmZmVy" ascii wide // effetech http sniffer
910
- $s9 = "ZmlyZXNoZWVw" ascii wide // firesheep
911
- $s10 = "SUVXYXRjaCBQcm9mZXNzaW9uYWw" ascii wide // IEWatch Professional
912
- $s11 = "ZHVtcGNhcA" ascii wide // dumpcap
913
- $s12 = "d2lyZXNoYXJr" ascii wide //wireshark
914
- $s13 = "c3lzaW50ZXJuYWxzIHRjcHZpZXc" ascii wide // sysinternals tcpview
915
- $s14 = "TmV0d29ya01pbmVy" ascii wide // NetworkMiner
916
- $s15 = "TmV0d29ya1RyYWZmaWNWaWV3" ascii wide // NetworkTrafficView
917
- $s16 = "SFRUUE5ldHdvcmtTbmlmZmVy" ascii wide // HTTPNetworkSniffer
918
- $s17 = "dGNwZHVtcA" ascii wide // tcpdump
919
- $s18 = "aW50ZXJjZXB0ZXI" ascii wide // intercepter
920
- $s19 = "SW50ZXJjZXB0ZXItTkc" ascii wide // Intercepter-NG
921
- $s20 = "b2xseWRiZw" ascii wide // ollydbg
922
- $s21 = "eDY0ZGJn" ascii wide // x64dbg
923
- $s22 = "eDMyZGJn" ascii wide // x32dbg
924
- $s23 = "ZG5zcHk" ascii wide // dnspy
925
- $s24 = "ZGU0ZG90" ascii wide // de4dot
926
- $s25 = "aWxzcHk" ascii wide // ilspy
927
- $s26 = "ZG90cGVla" ascii wide // dotpeek
928
- $s27 = "aWRhNjQ" ascii wide // ida64
929
- $s28 = "UkRHIFBhY2tlciBEZXRlY3Rvcg" ascii wide // RDG Packer Detector
930
- $s29 = "Q0ZGIEV4cGxvcmVy" ascii wide // CFF Explorer
931
- $s30 = "UEVpRA" ascii wide // PEiD
932
- $s31 = "cHJvdGVjdGlvbl9pZA" ascii wide // protection_id
933
- $s32 = "TG9yZFBF" ascii wide // LordPE
934
- $s33 = "cGUtc2lldmU=" ascii wide // pe-sieve
935
- $s34 = "TWVnYUR1bXBlcg" ascii wide // MegaDumper
936
- $s35 = "VW5Db25mdXNlckV4" ascii wide // UnConfuserEx
937
- $s36 = "VW5pdmVyc2FsX0ZpeGVy" ascii wide // Universal_Fixer
938
- $s37 = "Tm9GdXNlckV4" ascii wide // NoFuserEx
939
- condition:
940
- uint16(0) == 0x5a4d and 4 of them
941
- }
942
-
943
- rule INDICATOR_SUSPICIOUS_References_Sandbox_Artifacts {
944
- meta:
945
- author = "ditekSHen"
946
- description = "Detects executables referencing sandbox artifacts"
947
- strings:
948
- $s1 = "C:\\agent\\agent.pyw" ascii wide
949
- $s2 = "C:\\sandbox\\starter.exe" ascii wide
950
- $s3 = "c:\\ipf\\BDCore_U.dll" ascii wide
951
- $s4 = "C:\\cwsandbox_manager" ascii wide
952
- $s5 = "C:\\cwsandbox" ascii wide
953
- $s6 = "C:\\Stuff\\odbg110" ascii wide
954
- $s7 = "C:\\gfisandbox" ascii wide
955
- $s8 = "C:\\Virus Analysis" ascii wide
956
- $s9 = "C:\\iDEFENSE\\SysAnalyzer" ascii wide
957
- $s10 = "c:\\gnu\\bin" ascii wide
958
- $s11 = "C:\\SandCastle\\tools" ascii wide
959
- $s12 = "C:\\cuckoo\\dll" ascii wide
960
- $s13 = "C:\\MDS\\WinDump.exe" ascii wide
961
- $s14 = "C:\\tsl\\Raptorclient.exe" ascii wide
962
- $s15 = "C:\\guest_tools\\start.bat" ascii wide
963
- $s16 = "C:\\tools\\aswsnx\\snxcmd.exe" ascii wide
964
- $s17 = "C:\\Winap\\ckmon.pyw" ascii wide
965
- $s18 = "c:\\tools\\decodezeus" ascii wide
966
- $s19 = "c:\\tools\\aswsnx" ascii wide
967
- $s20 = "C:\\sandbox\\starter.exe" ascii wide
968
- $s21 = "C:\\Kit\\procexp.exe" ascii wide
969
- $s22 = "c:\\tracer\\mdare32_0.sys" ascii wide
970
- $s23 = "C:\\tool\\malmon" ascii wide
971
- $s24 = "C:\\Samples\\102114\\Completed" ascii wide
972
- $s25 = "c:\\vmremote\\VmRemoteGuest.exe" ascii wide
973
- $s26 = "d:\\sandbox_svc.exe" ascii wide
974
- condition:
975
- uint16(0) == 0x5a4d and 3 of them
976
- }
977
-
978
- rule INDICATOR_SUSPICIOUS_EXE_Embedded_Gzip_B64Encoded_File {
979
- meta:
980
- author = "ditekSHen"
981
- description = "Detects executables containing bas64 encoded gzip files"
982
- strings:
983
- $s1 = "H4sIAAAAAAA" ascii wide
984
- $s2 = "AAAAAAAIs4H" ascii wide
985
- condition:
986
- uint16(0) == 0x5a4d and 1 of them
987
- }
988
-
989
- /*
990
- rule INDICATOR_SUSPICIOUS_EXE_RawGitHub_URL {
991
- meta:
992
- author = "ditekSHen"
993
- description = "Detects executables containing URLs to raw contents of a Github gist"
994
- strings:
995
- $url1 = "https://gist.githubusercontent.com/" ascii wide
996
- $url2 = "https://raw.githubusercontent.com/" ascii wide
997
- $raw = "/raw/" ascii wide
998
- condition:
999
- uint16(0) == 0x5a4d and (($url1 and $raw) or ($url2))
1000
- }
1001
- */
1002
-
1003
- rule INDICATOR_SUSPICIOUS_EXE_RawPaste_URL {
1004
- meta:
1005
- author = "ditekSHen"
1006
- description = "Detects executables (downlaoders) containing URLs to raw contents of a paste"
1007
- strings:
1008
- $u1 = "https://pastebin.com/" ascii wide nocase
1009
- $u2 = "https://paste.ee/" ascii wide nocase
1010
- $u3 = "https://pastecode.xyz/" ascii wide nocase
1011
- $u4 = "https://rentry.co/" ascii wide nocase
1012
- $u5 = "https://paste.nrecom.net/" ascii wide nocase
1013
- $u6 = "https://hastebin.com/" ascii wide nocase
1014
- $u7 = "https://privatebin.info/" ascii wide nocase
1015
- $u8 = "https://penyacom.org/" ascii wide nocase
1016
- $u9 = "https://controlc.com/" ascii wide nocase
1017
- $u10 = "https://tiny-paste.com/" ascii wide nocase
1018
- $u11 = "https://paste.teknik.io/" ascii wide nocase
1019
- $u12 = "https://privnote.com/" ascii wide nocase
1020
- $u13 = "https://hushnote.herokuapp.com/" ascii wide nocase
1021
- $s1 = "/raw/" ascii wide
1022
- condition:
1023
- uint16(0) == 0x5a4d and (1 of ($u*) and all of ($s*))
1024
- }
1025
-
1026
- rule INDICATOR_SUSPICIOUS_EXE_RawPaste_Reverse_URL {
1027
- meta:
1028
- author = "ditekSHen"
1029
- description = "Detects executables (downloaders) containing reversed URLs to raw contents of a paste"
1030
- strings:
1031
- $u1 = "/moc.nibetsap//:sptth" ascii wide nocase
1032
- $u2 = "/ee.etsap//:sptth" ascii wide nocase
1033
- $u3 = "/zyx.edocetsap//:sptth" ascii wide nocase
1034
- $u4 = "/oc.yrtner//:sptth" ascii wide nocase
1035
- $u5 = "/ten.mocern.etsap//:sptth" ascii wide nocase
1036
- $u6 = "/moc.nibetsah//:sptth" ascii wide nocase
1037
- $u7 = "/ofni.nibetavirp//:sptth" ascii wide nocase
1038
- $u8 = "/gro.mocaynep//:sptth" ascii wide nocase
1039
- $u9 = "/moc.clortnoc//:sptth" ascii wide nocase
1040
- $u10 = "/moc.etsap-ynit//:sptth" ascii wide nocase
1041
- $u11 = "/oi.kinket.etsap//:sptth" ascii wide nocase
1042
- $u12 = "/moc.etonvirp//:sptth" ascii wide nocase
1043
- $u13 = "/moc.ppaukoreh.etonhsuh//:sptth" ascii wide nocase
1044
- condition:
1045
- uint16(0) == 0x5a4d and 1 of ($u*)
1046
- }
1047
-
1048
- rule INDICATOR_SUSPICIOUS_PWSH_PasswordCredential_RetrievePassword {
1049
- meta:
1050
- author = "ditekSHen"
1051
- description = "Detects PowerShell content designed to retrieve passwords from host"
1052
- strings:
1053
- $namespace = "Windows.Security.Credentials.PasswordVault" ascii wide nocase
1054
- $method1 = "RetrieveAll()" ascii wide nocase
1055
- $method2 = ".RetrievePassword()" ascii wide nocase
1056
- condition:
1057
- $namespace and 1 of ($method*)
1058
- }
1059
-
1060
- /*
1061
- rule INDICATOR_SUSPICIOUS_Stomped_PECompilation_Timestamp_InTheFuture {
1062
- meta:
1063
- author = "ditekSHen"
1064
- description = "Detect executables with stomped PE compilation timestamp that is greater than local current time"
1065
- condition:
1066
- uint16(0) == 0x5a4d and pe.timestamp > time.now()
1067
- }
1068
- */
1069
-
1070
- rule INDICATOR_SUSPICIOUS_EXE_UACBypass_EnvVarScheduledTasks {
1071
- meta:
1072
- author = "ditekSHen"
1073
- description = "detects Windows exceutables potentially bypassing UAC (ab)using Environment Variables in Scheduled Tasks"
1074
- strings:
1075
- $s1 = "\\Microsoft\\Windows\\DiskCleanup\\SilentCleanup" ascii wide
1076
- $s2 = "\\Environment" ascii wide
1077
- $s3 = "schtasks" ascii wide
1078
- $s4 = "/v windir" ascii wide
1079
- condition:
1080
- all of them
1081
- }
1082
-
1083
- rule INDICATOR_SUSPICIOUS_EXE_UACBypass_fodhelper {
1084
- meta:
1085
- author = "ditekSHen"
1086
- description = "detects Windows exceutables potentially bypassing UAC using fodhelper.exe"
1087
- strings:
1088
- $s1 = "\\software\\classes\\ms-settings\\shell\\open\\command" ascii wide nocase
1089
- $s2 = "DelegateExecute" ascii wide
1090
- $s3 = "fodhelper" ascii wide
1091
- $s4 = "ConsentPromptBehaviorAdmin" ascii wide
1092
- condition:
1093
- all of them
1094
- }
1095
-
1096
- /*
1097
- rule INDICATOR_SUSPICIOUS_EXE_Contains_MD5_Named_DLL {
1098
- meta:
1099
- author = "ditekSHen"
1100
- description = "detects Windows exceutables potentially bypassing UAC using fodhelper.exe"
1101
- strings:
1102
- $s1 = /[a-f0-9]{32}\.dll/ ascii wide nocase
1103
- condition:
1104
- uint16(0) == 0x5a4d and all of them
1105
- }
1106
- */
1107
-
1108
- rule INDICATOR_SUSPICIOUS_Finger_Download_Pattern {
1109
- meta:
1110
- author = "ditekSHen"
1111
- description = "Detects files embedding and abusing the finger command for download"
1112
- strings:
1113
- $pat1 = /finger(\.exe)?\s.{1,50}@.{7,10}\|/ ascii wide
1114
- $pat2 = "-Command \"finger" ascii wide
1115
- $ne1 = "Nmap service detection probe list" ascii
1116
- condition:
1117
- not any of ($ne*) and any of ($pat*)
1118
- }
1119
-
1120
- rule INDICATOR_SUSPICIOUS_EXE_UACBypass_CMSTPCMD {
1121
- meta:
1122
- author = "ditekSHen"
1123
- description = "Detects Windows exceutables bypassing UAC using CMSTP utility, command line and INF"
1124
- strings:
1125
- $s1 = "c:\\windows\\system32\\cmstp.exe" ascii wide nocase
1126
- $s2 = "taskkill /IM cmstp.exe /F" ascii wide nocase
1127
- $s3 = "CMSTPBypass" fullword ascii
1128
- $s4 = "CommandToExecute" fullword ascii
1129
- $s5 = "RunPreSetupCommands=RunPreSetupCommandsSection" fullword wide
1130
- $s6 = "\"HKLM\", \"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\App Paths\\CMMGR32.EXE\", \"ProfileInstallPath\", \"%UnexpectedError%\", \"\"" fullword wide nocase
1131
- condition:
1132
- uint16(0) == 0x5a4d and 3 of them
1133
- }
1134
-
1135
- rule INDICATOR_SUSPICIOUS_JS_WMI_ExecQuery {
1136
- meta:
1137
- author = "ditekSHen"
1138
- description = "Detects JS potentially executing WMI queries"
1139
- strings:
1140
- $ex = ".ExecQuery(" ascii nocase
1141
- $s1 = "GetObject(" ascii nocase
1142
- $s2 = "String.fromCharCode(" ascii nocase
1143
- $s3 = "ActiveXObject(" ascii nocase
1144
- $s4 = ".Sleep(" ascii nocase
1145
- condition:
1146
- ($ex and all of ($s*))
1147
- }
1148
-
1149
- rule INDICATOR_SUSPICIOUS_EXE_SandboxUserNames {
1150
- meta:
1151
- author = "ditekSHen"
1152
- description = "Detects executables containing possible sandbox analysis VM usernames"
1153
- strings:
1154
- $s1 = "15pb" fullword ascii wide nocase
1155
- $s2 = "7man2" fullword ascii wide nocase
1156
- $s3 = "stella" fullword ascii wide nocase
1157
- $s4 = "f4kh9od" fullword ascii wide nocase
1158
- $s5 = "willcarter" fullword ascii wide nocase
1159
- $s6 = "biluta" fullword ascii wide nocase
1160
- $s7 = "ehwalker" fullword ascii wide nocase
1161
- $s8 = "hong lee" fullword ascii wide nocase
1162
- $s9 = "joe cage" fullword ascii wide nocase
1163
- $s10 = "jonathan" fullword ascii wide nocase
1164
- $s11 = "kindsight" fullword ascii wide nocase
1165
- $s12 = "malware" fullword ascii wide nocase
1166
- $s13 = "peter miller" fullword ascii wide nocase
1167
- $s14 = "petermiller" fullword ascii wide nocase
1168
- $s15 = "phil" fullword ascii wide nocase
1169
- $s16 = "rapit" fullword ascii wide nocase
1170
- $s17 = "r0b0t" fullword ascii wide nocase
1171
- $s18 = "cuckoo" fullword ascii wide nocase
1172
- $s19 = "vm-pc" fullword ascii wide nocase
1173
- $s20 = "analyze" fullword ascii wide nocase
1174
- $s21 = "roslyn" fullword ascii wide nocase
1175
- $s22 = "vince" fullword ascii wide nocase
1176
- $s23 = "test" fullword ascii wide nocase
1177
- $s24 = "sample" fullword ascii wide nocase
1178
- $s25 = "mcafee" fullword ascii wide nocase
1179
- $s26 = "vmscan" fullword ascii wide nocase
1180
- $s27 = "mallab" fullword ascii wide nocase
1181
- $s28 = "abby" fullword ascii wide nocase
1182
- $s29 = "elvis" fullword ascii wide nocase
1183
- $s30 = "wilbert" fullword ascii wide nocase
1184
- $s31 = "joe smith" fullword ascii wide nocase
1185
- $s32 = "hanspeter" fullword ascii wide nocase
1186
- $s33 = "johnson" fullword ascii wide nocase
1187
- $s34 = "placehole" fullword ascii wide nocase
1188
- $s35 = "tequila" fullword ascii wide nocase
1189
- $s36 = "paggy sue" fullword ascii wide nocase
1190
- $s37 = "klone" fullword ascii wide nocase
1191
- $s38 = "oliver" fullword ascii wide nocase
1192
- $s39 = "stevens" fullword ascii wide nocase
1193
- $s40 = "ieuser" fullword ascii wide nocase
1194
- $s41 = "virlab" fullword ascii wide nocase
1195
- $s42 = "beginer" fullword ascii wide nocase
1196
- $s43 = "beginner" fullword ascii wide nocase
1197
- $s44 = "markos" fullword ascii wide nocase
1198
- $s45 = "semims" fullword ascii wide nocase
1199
- $s46 = "gregory" fullword ascii wide nocase
1200
- $s47 = "tom-pc" fullword ascii wide nocase
1201
- $s48 = "will carter" fullword ascii wide nocase
1202
- $s49 = "angelica" fullword ascii wide nocase
1203
- $s50 = "eric johns" fullword ascii wide nocase
1204
- $s51 = "john ca" fullword ascii wide nocase
1205
- $s52 = "lebron james" fullword ascii wide nocase
1206
- $s53 = "rats-pc" fullword ascii wide nocase
1207
- $s54 = "robot" fullword ascii wide nocase
1208
- $s55 = "serena" fullword ascii wide nocase
1209
- $s56 = "sofynia" fullword ascii wide nocase
1210
- $s57 = "straz" fullword ascii wide nocase
1211
- $s58 = "bea-ch" fullword ascii wide nocase
1212
- $s59 = "wdagutilityaccount" fullword ascii wide nocase
1213
- $s60 = "peter wilson" fullword ascii wide nocase
1214
- $s61 = "hmarc" fullword ascii wide nocase
1215
- $s62 = "patex" fullword ascii wide nocase
1216
- $s63 = "frank" fullword ascii wide nocase
1217
- $s64 = "george" fullword ascii wide nocase
1218
- $s65 = "julia" fullword ascii wide nocase
1219
- $s66 = "heuerzl" fullword ascii wide nocase
1220
- $s67 = "harry johnson" fullword ascii wide nocase
1221
- $s68 = "j.seance" fullword ascii wide nocase
1222
- $s69 = "a.monaldo" fullword ascii wide nocase
1223
- condition:
1224
- uint16(0) == 0x5a4d and 10 of them
1225
- }
1226
-
1227
- rule INDICATOR_SUSPICIOUS_XML_Liverpool_Downlaoder_UserConfig {
1228
- meta:
1229
- author = "ditekSHen"
1230
- description = "Detects XML files associated with 'Liverpool' downloader containing encoded executables"
1231
- strings:
1232
- $s1 = "<configSections>" ascii nocase
1233
- $s2 = "<value>77 90" ascii nocase
1234
- condition:
1235
- uint32(0) == 0x6d783f3c and all of them
1236
- }
1237
-
1238
- rule INDICATOR_SUSPICIOUS_EXE_B64_Encoded_UserAgent {
1239
- meta:
1240
- author = "ditekSHen"
1241
- description = "Detects executables containing base64 encoded User Agent"
1242
- strings:
1243
- $s1 = "TW96aWxsYS81LjAgK" ascii wide
1244
- $s2 = "TW96aWxsYS81LjAgKFdpbmRvd3M" ascii wide
1245
- condition:
1246
- uint16(0) == 0x5a4d and any of them
1247
- }
1248
-
1249
- rule INDICATOR_SUSPICIOUS_EXE_WindDefender_AntiEmaulation {
1250
- meta:
1251
- author = "ditekSHen"
1252
- description = "Detects executables containing potential Windows Defender anti-emulation checks"
1253
- strings:
1254
- $s1 = "JohnDoe" fullword ascii wide
1255
- $s2 = "HAL9TH" fullword ascii wide
1256
- condition:
1257
- uint16(0) == 0x5a4d and all of them
1258
- }
1259
-
1260
- rule INDICATOR_SUSPICIOUS_EXE_attrib {
1261
- meta:
1262
- author = "ditekSHen"
1263
- description = "Detects executables using attrib with suspicious attributes attributes"
1264
- strings:
1265
- $s1 = "attrib +h +r +s" ascii wide
1266
- condition:
1267
- uint16(0) == 0x5a4d and any of them
1268
- }
1269
-
1270
- rule INDICATOR_SUSPICIOUS_EXE_ClearMyTracksByProcess {
1271
- meta:
1272
- author = "ditekSHen"
1273
- description = "Detects executables calling ClearMyTracksByProcess"
1274
- strings:
1275
- $s1 = "InetCpl.cpl,ClearMyTracksByProcess" ascii wide nocase
1276
- condition:
1277
- uint16(0) == 0x5a4d and any of them
1278
- }
1279
-
1280
- rule INDICATOR_SUSPICIOUS_EXE_DotNetProcHook {
1281
- meta:
1282
- author = "ditekSHen"
1283
- description = "Detects executables with potential process hoocking"
1284
- strings:
1285
- $s1 = "UnHook" fullword ascii
1286
- $s2 = "SetHook" fullword ascii
1287
- $s3 = "CallNextHook" fullword ascii
1288
- $s4 = "_hook" fullword ascii
1289
- condition:
1290
- uint16(0) == 0x5a4d and all of them
1291
- }
1292
-
1293
- rule INDICATOR_SUSPICIOUS_EXE_TelegramChatBot {
1294
- meta:
1295
- author = "ditekSHen"
1296
- description = "Detects executables using Telegram Chat Bot"
1297
- strings:
1298
- $s1 = "https://api.telegram.org/bot" ascii wide
1299
- $s2 = "/sendMessage?chat_id=" fullword ascii wide
1300
- $s3 = "Content-Disposition: form-data; name=\"" fullword ascii
1301
- $s4 = "/sendDocument?chat_id=" fullword ascii wide
1302
- $p1 = "/sendMessage" ascii wide
1303
- $p2 = "/sendDocument" ascii wide
1304
- $p3 = "&chat_id=" ascii wide
1305
- $p4 = "/sendLocation" ascii wide
1306
- condition:
1307
- uint16(0) == 0x5a4d and (2 of ($s*) or (2 of ($p*) and 1 of ($s*)))
1308
- }
1309
-
1310
- rule INDICATOR_SUSPICIOUS_EXE_B64_Artifacts {
1311
- meta:
1312
- author = "ditekSHen"
1313
- description = "Detects executables embedding bas64-encoded APIs, command lines, registry keys, etc."
1314
- strings:
1315
- $s1 = "U09GVFdBUkVcTWljcm9zb2Z0XFdpbmRvd3NcQ3VycmVudFZlcnNpb25cUnVuXA" ascii wide
1316
- $s2 = "L2Mgc2NodGFza3MgL2" ascii wide
1317
- $s3 = "QW1zaVNjYW5CdWZmZXI" ascii wide
1318
- $s4 = "VmlydHVhbFByb3RlY3Q" ascii wide
1319
- condition:
1320
- uint16(0) == 0x5a4d and 2 of them
1321
- }
1322
-
1323
- rule INDICATOR_SUSPICIOUS_EXE_DiscordURL {
1324
- meta:
1325
- author = "ditekSHen"
1326
- description = "Detects executables Discord URL observed in first stage droppers"
1327
- strings:
1328
- $s1 = "https://discord.com/api/webhooks/" ascii wide nocase
1329
- $s2 = "https://cdn.discordapp.com/attachments/" ascii wide nocase
1330
- $s3 = "aHR0cHM6Ly9kaXNjb3JkLmNvbS9hcGkvd2ViaG9va" ascii wide
1331
- $s4 = "aHR0cHM6Ly9jZG4uZGlzY29yZGFwcC5jb20vYXR0YWNobW" ascii wide
1332
- $s5 = "/skoohbew/ipa/moc.drocsid//:sptth" ascii wide nocase
1333
- $s6 = "/stnemhcatta/moc.ppadrocsid.ndc//:sptth" ascii wide nocase
1334
- $s7 = "av9GaiV2dvkGch9SbvNmLkJ3bjNXak9yL6MHc0RHa" ascii wide
1335
- $s8 = "WboNWY0RXYv02bj5CcwFGZy92YzlGZu4GZj9yL6MHc0RHa" ascii wide
1336
- condition:
1337
- uint16(0) == 0x5a4d and any of them
1338
- }
1339
-
1340
- /*
1341
- rule INDICATOR_SUSPICIOUS_EXE_RegKeyComb_DisableTaskManager {
1342
- meta:
1343
- author = "ditekSHen"
1344
- description = "Detects executables embedding registry key / value combination indicative of disabling task manager"
1345
- strings:
1346
- $r1 = "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\System" ascii wide nocase
1347
- $r2 = "SOFTWARE\\Wow6432Node\\Microsoft\\Windows\\CurrentVersion\\Policies\\System" ascii wide nocase
1348
- $k1 = "DisableTaskMgr" ascii wide nocase
1349
- condition:
1350
- uint16(0) == 0x5a4d and (1 of ($r*) and 1 of ($k*))
1351
- }
1352
- */
1353
-
1354
- /*
1355
- rule INDICATOR_SUSPICIOUS_EXE_RegKeyComb_DisableExplorerHidden {
1356
- meta:
1357
- author = "ditekSHen"
1358
- description = "Detects executables embedding registry key / value combination indicative of disabling explorer displaying hidden files"
1359
- strings:
1360
- $r1 = "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced" ascii wide nocase
1361
- $r2 = "SOFTWARE\\Wow6432Node\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced" ascii wide nocase
1362
- $k1 = "Hidden" ascii wide nocase
1363
- condition:
1364
- uint16(0) == 0x5a4d and (1 of ($r*) and 1 of ($k*))
1365
- }
1366
- */
1367
-
1368
- /*
1369
- rule INDICATOR_SUSPICIOUS_EXE_RegKeyComb_DisableSecurityCenter {
1370
- meta:
1371
- author = "ditekSHen"
1372
- description = "Detects executables embedding registry key / value combination indicative of disabling Security Center features"
1373
- strings:
1374
- $r1 = "SOFTWARE\\Microsoft\\Security Center" ascii wide nocase
1375
- $k1 = "AntiVirusDisableNotify" ascii wide nocase
1376
- $k2 = "FirewallDisableNotify" ascii wide nocase
1377
- $k3 = "UpdatesDisableNotify" ascii wide nocase
1378
- $k4 = "UacDisableNotify" ascii wide nocase
1379
- condition:
1380
- uint16(0) == 0x5a4d and (1 of ($r*) and 1 of ($k*))
1381
- }
1382
- */
1383
-
1384
- /*
1385
- rule INDICATOR_SUSPICIOUS_EXE_RegKeyComb_DisableCMD {
1386
- meta:
1387
- author = "ditekSHen"
1388
- description = "Detects executables embedding registry key / value combination indicative of disabling command line"
1389
- strings:
1390
- $r1 = "Software\\Policies\\Microsoft\\Windows\\System" ascii wide nocase
1391
- $k1 = "DisableCMD" ascii wide nocase
1392
- condition:
1393
- uint16(0) == 0x5a4d and (1 of ($r*) and 1 of ($k*))
1394
- }
1395
- */
1396
-
1397
- /*
1398
- rule INDICATOR_SUSPICIOUS_EXE_RegKeyComb_NoRun {
1399
- meta:
1400
- author = "ditekSHen"
1401
- description = "Detects executables embedding registry key / value combination indicative of disabling command line"
1402
- strings:
1403
- $r1 = "Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\Explorer" ascii wide nocase
1404
- $k1 = "NoRun" fullword ascii wide nocase
1405
- condition:
1406
- uint16(0) == 0x5a4d and (1 of ($r*) and 1 of ($k*))
1407
- }
1408
- */
1409
-
1410
- /*
1411
- rule INDICATOR_SUSPICIOUS_EXE_RegKeyComb_NoViewContextMenu {
1412
- meta:
1413
- author = "ditekSHen"
1414
- description = "Detects executables embedding registry key / value combination indicative of disabling command line"
1415
- strings:
1416
- $r1 = "Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\Explorer" ascii wide nocase
1417
- $k1 = "NoViewContextMenu" fullword ascii wide nocase
1418
- condition:
1419
- uint16(0) == 0x5a4d and (1 of ($r*) and 1 of ($k*))
1420
- }
1421
- */
1422
-
1423
- /*
1424
- rule INDICATOR_SUSPICIOUS_EXE_RegKeyComb_Multi {
1425
- meta:
1426
- author = "ditekSHen"
1427
- description = "Detects executables embedding registry keys / values combination indicative of impairing system"
1428
- strings:
1429
- $r1 = "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\System" ascii wide nocase
1430
- $r2 = "SOFTWARE\\Wow6432Node\\Microsoft\\Windows\\CurrentVersion\\Policies\\System" ascii wide nocase
1431
- $r3 = "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced" ascii wide nocase
1432
- $r4 = "SOFTWARE\\Wow6432Node\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced" ascii wide nocase
1433
- $r5 = "Software\\Policies\\Microsoft\\Windows\\System" ascii wide nocase
1434
- $r6 = "Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\Explorer" ascii wide nocase
1435
- $r7 = "SOFTWARE\\Microsoft\\Security Center" ascii wide nocase
1436
- $k1 = "DisableTaskMgr" ascii wide nocase
1437
- $k2 = "Hidden" ascii wide nocase
1438
- $k3 = "AntiVirusDisableNotify" ascii wide nocase
1439
- $k4 = "FirewallDisableNotify" ascii wide nocase
1440
- $k5 = "DisableCMD" ascii wide nocase
1441
- $k6 = "NoRun" fullword ascii wide nocase
1442
- $k7 = "NoViewContextMenu" fullword ascii wide nocase
1443
- condition:
1444
- uint16(0) == 0x5a4d and (3 of ($r*) and 3 of ($k*))
1445
- }
1446
- */
1447
-
1448
- rule INDICATOR_SUSPICIOUS_EXE_RegKeyComb_DisableWinDefender {
1449
- meta:
1450
- author = "ditekSHen"
1451
- description = "Detects executables embedding registry key / value combination indicative of disabling Windows Defender features"
1452
- strings:
1453
- $r1 = "SOFTWARE\\Policies\\Microsoft\\Windows Defender" ascii wide nocase
1454
- $k1 = "DisableAntiSpyware" ascii wide
1455
- $r2 = "SOFTWARE\\Policies\\Microsoft\\Windows Defender\\Real-Time Protection" ascii wide nocase
1456
- $k2 = "DisableBehaviorMonitoring" ascii wide
1457
- $k3 = "DisableOnAccessProtection" ascii wide
1458
- $k4 = "DisableScanOnRealtimeEnable" ascii wide
1459
- $r3 = "SOFTWARE\\Microsoft\\Windows Defender\\Real-Time Protection" ascii wide nocase
1460
- $k5 = "vDisableRealtimeMonitoring" ascii wide
1461
- $r4 = "SOFTWARE\\Microsoft\\Windows Defender\\Spynet" ascii wide nocase
1462
- $k6 = "SpyNetReporting" ascii wide
1463
- $k7 = "SubmitSamplesConsent" ascii wide
1464
- $r5 = "SOFTWARE\\Microsoft\\Windows Defender\\Features" ascii wide nocase
1465
- $k8 = "TamperProtection" ascii wide
1466
- $r6 = "SOFTWARE\\Microsoft\\Windows Defender\\Exclusions\\Paths" ascii wide nocase
1467
- $k9 = "Add-MpPreference -ExclusionPath \"{0}\"" ascii wide
1468
- condition:
1469
- uint16(0) == 0x5a4d and (1 of ($r*) and 1 of ($k*))
1470
- }
1471
-
1472
- rule INDICATOR_SUSPICIOUS_EXE_RegKeyComb_IExecuteCommandCOM {
1473
- meta:
1474
- author = "ditekSHen"
1475
- description = "Detects executables embedding command execution via IExecuteCommand COM object"
1476
- strings:
1477
- $r1 = "Classes\\Folder\\shell\\open\\command" ascii wide nocase
1478
- $k1 = "DelegateExecute" ascii wide
1479
- $s1 = "/EXEFilename \"{0}" ascii wide
1480
- $s2 = "/WindowState \"\"" ascii wide
1481
- $s3 = "/PriorityClass \"\"32\"\" /CommandLine \"" ascii wide
1482
- $s4 = "/StartDirectory \"" ascii wide
1483
- $s5 = "/RunAs" ascii wide
1484
- condition:
1485
- uint16(0) == 0x5a4d and ((1 of ($r*) and 1 of ($k*)) or (all of ($s*)))
1486
- }
1487
-
1488
- rule INDICATOR_SUSPICIOUS_EXE_WMI_EnumerateVideoDevice {
1489
- meta:
1490
- author = "ditekSHen"
1491
- description = "Detects executables attemping to enumerate video devices using WMI"
1492
- strings:
1493
- $q1 = "Select * from Win32_CacheMemory" ascii wide nocase
1494
- $d1 = "{860BB310-5D01-11d0-BD3B-00A0C911CE86}" ascii wide
1495
- $d2 = "{62BE5D10-60EB-11d0-BD3B-00A0C911CE86}" ascii wide
1496
- $d3 = "{55272A00-42CB-11CE-8135-00AA004BB851}" ascii wide
1497
- $d4 = "SYSTEM\\ControlSet001\\Control\\Class\\{4d36e968-e325-11ce-bfc1-08002be10318}\\000" ascii wide nocase
1498
- $d5 = "HardwareInformation.AdapterString" ascii wide
1499
- $d6 = "HardwareInformation.qwMemorySize" ascii wide
1500
- condition:
1501
- uint16(0) == 0x5a4d and ((1 of ($q*) and 1 of ($d*)) or 3 of ($d*))
1502
- }
1503
-
1504
- rule INDICATOR_SUSPICIOUS_EXE_DcRatBy {
1505
- meta:
1506
- author = "ditekSHen"
1507
- description = "Detects executables containing the string DcRatBy"
1508
- strings:
1509
- $s1 = "DcRatBy" ascii wide
1510
- condition:
1511
- uint16(0) == 0x5a4d and all of them
1512
- }
1513
-
1514
- rule INDICATOR_SUSPICIOUS_EXE_Anti_WinJail {
1515
- meta:
1516
- author = "ditekSHen"
1517
- description = "Detects executables potentially checking for WinJail sandbox window"
1518
- strings:
1519
- $s1 = "Afx:400000:0" fullword ascii wide
1520
- condition:
1521
- uint16(0) == 0x5a4d and all of them
1522
- }
1523
-
1524
- rule INDICATOR_SUSPICIOUS_EXE_Anti_OldCopyPaste {
1525
- meta:
1526
- author = "ditekSHen"
1527
- description = "Detects executables potentially checking for WinJail sandbox window"
1528
- strings:
1529
- $s1 = "This file can't run into Virtual Machines" wide
1530
- $s2 = "This file can't run into Sandboxies" wide
1531
- $s3 = "This file can't run into RDP Servers" wide
1532
- $s4 = "Run without emulation" wide
1533
- $s5 = "Run using valid operating system" wide
1534
- $v1 = "SbieDll.dll" fullword wide
1535
- $v2 = "USER" fullword wide
1536
- $v3 = "SANDBOX" fullword wide
1537
- $v4 = "VIRUS" fullword wide
1538
- $v5 = "MALWARE" fullword wide
1539
- $v6 = "SCHMIDTI" fullword wide
1540
- $v7 = "CURRENTUSER" fullword wide
1541
- condition:
1542
- uint16(0) == 0x5a4d and (3 of ($s*) or all of ($v*))
1543
- }
1544
-
1545
- rule INDICATOR_SUSPICIOUS_EXE_Go_GoLazagne {
1546
- meta:
1547
- author = "ditekSHen"
1548
- description = "Detects Go executables using GoLazagne"
1549
- strings:
1550
- $s1 = "/goLazagne/" ascii nocase
1551
- $s2 = "Go build ID:" ascii
1552
- condition:
1553
- uint16(0) == 0x5a4d and all of them
1554
- }
1555
-
1556
- rule INDICATOR_SUSPICIOUS_CSPROJ {
1557
- meta:
1558
- author = "ditekSHen"
1559
- description = "Detects suspicious .CSPROJ files then compiled with msbuild"
1560
- strings:
1561
- $s1 = "ToolsVersion=" ascii
1562
- $s2 = "/developer/msbuild/" ascii
1563
- $x1 = "[DllImport(\"\\x" ascii
1564
- $x2 = "VirtualAlloc(" ascii nocase
1565
- $x3 = "CallWindowProc(" ascii nocase
1566
- condition:
1567
- uint32(0) == 0x6f72503c and (all of ($s*) and 2 of ($x*))
1568
- }
1569
-
1570
- /*
1571
- rule INDICATOR_SUSPICIOUS_EXE_RegKeyComb_EnableLinkedConnections {
1572
- meta:
1573
- author = "ditekSHen"
1574
- description = "Detects executables embedding registry key / value combination ensuring mapped drives are available from an elevated prompt or process with UAC enabled. Observed in ransomware"
1575
- strings:
1576
- $r1 = "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\System" ascii wide nocase
1577
- $k1 = "EnableLinkedConnections" ascii wide nocase
1578
- condition:
1579
- uint16(0) == 0x5a4d and (1 of ($r*) and 1 of ($k*))
1580
- }
1581
- */
1582
-
1583
- /*
1584
- Too many FPs. Revise.
1585
- rule INDICATOR_SUSPICIOUS_References_EDR {
1586
- meta:
1587
- author = "ditekSHen"
1588
- description = "Detects executables referencing many AV and EDR software"
1589
- strings:
1590
- $s1 = "activeconsole" ascii wide nocase
1591
- $s2 = "amsi.dll" ascii wide nocase
1592
- $s3 = "anti malware" ascii wide nocase
1593
- $s4 = "anti-malware" ascii wide nocase
1594
- $s5 = "antimalware" ascii wide nocase
1595
- $s6 = "anti virus" ascii wide nocase
1596
- $s7 = "anti-virus" ascii wide nocase
1597
- $s8 = "antivirus" ascii wide nocase
1598
- $s9 = "appsense" ascii wide nocase
1599
- $s10 = "authtap" ascii wide nocase
1600
- $s11 = "avast" ascii wide nocase
1601
- $s12 = "avecto" ascii wide nocase
1602
- $s13 = "canary" ascii wide nocase
1603
- $s14 = "carbonblack" ascii wide nocase
1604
- $s15 = "carbon black" ascii wide nocase
1605
- $s16 = "cb.exe" ascii wide nocase
1606
- $s17 = "ciscoamp" ascii wide nocase
1607
- $s18 = "cisco amp" ascii wide nocase
1608
- $s19 = "countercept" ascii wide nocase
1609
- $s20 = "countertack" ascii wide nocase
1610
- $s21 = "cramtray" ascii wide nocase
1611
- $s22 = "crssvc" ascii wide nocase
1612
- $s23 = "crowdstrike" ascii wide nocase
1613
- $s24 = "csagent" ascii wide nocase
1614
- $s25 = "csfalcon" ascii wide nocase
1615
- $s26 = "csshell" ascii wide nocase
1616
- $s27 = "cybereason" ascii wide nocase
1617
- $s28 = "cyclorama" ascii wide nocase
1618
- $s29 = "cylance" ascii wide nocase
1619
- $s30 = "cyoptics" ascii wide nocase
1620
- $s31 = "cyupdate" ascii wide nocase
1621
- $s32 = "cyvera" ascii wide nocase
1622
- $s33 = "cyserver" ascii wide nocase
1623
- $s34 = "cytray" ascii wide nocase
1624
- $s35 = "darktrace" ascii wide nocase
1625
- $s36 = "defendpoint" ascii wide nocase
1626
- $s37 = "defender" ascii wide nocase
1627
- $s38 = "eectrl" ascii wide nocase
1628
- $s39 = "elastic" ascii wide nocase
1629
- $s40 = "endgame" ascii wide nocase
1630
- $s41 = "f-secure" ascii wide nocase
1631
- $s42 = "forcepoint" ascii wide nocase
1632
- $s43 = "fireeye" ascii wide nocase
1633
- $s44 = "groundling" ascii wide nocase
1634
- $s45 = "GRRservic" ascii wide nocase
1635
- $s46 = "inspector" ascii wide nocase
1636
- $s47 = "ivanti" ascii wide nocase
1637
- $s48 = "kaspersky" ascii wide nocase
1638
- $s49 = "lacuna" ascii wide nocase
1639
- $s50 = "logrhythm" ascii wide nocase
1640
- $s51 = "malware" ascii wide nocase
1641
- $s52 = "mandiant" ascii wide nocase
1642
- $s53 = "mcafee" ascii wide nocase
1643
- $s54 = "morphisec" ascii wide nocase
1644
- $s55 = "msascuil" ascii wide nocase
1645
- $s56 = "msmpeng" ascii wide nocase
1646
- $s57 = "nissrv" ascii wide nocase
1647
- $s58 = "omni" ascii wide nocase
1648
- $s59 = "omniagent" ascii wide nocase
1649
- $s60 = "osquery" ascii wide nocase
1650
- $s61 = "Palo Alto Networks" ascii wide nocase
1651
- $s62 = "pgeposervice" ascii wide nocase
1652
- $s63 = "pgsystemtray" ascii wide nocase
1653
- $s64 = "privilegeguard" ascii wide nocase
1654
- $s65 = "procwall" ascii wide nocase
1655
- $s66 = "protectorservic" ascii wide nocase
1656
- $s67 = "qradar" ascii wide nocase
1657
- $s68 = "redcloak" ascii wide nocase
1658
- $s69 = "secureworks" ascii wide nocase
1659
- $s70 = "securityhealthservice" ascii wide nocase
1660
- $s71 = "semlaunchsv" ascii wide nocase
1661
- $s72 = "sentinel" ascii wide nocase
1662
- $s73 = "sepliveupdat" ascii wide nocase
1663
- $s74 = "sisidsservice" ascii wide nocase
1664
- $s75 = "sisipsservice" ascii wide nocase
1665
- $s76 = "sisipsutil" ascii wide nocase
1666
- $s77 = "smc.exe" ascii wide nocase
1667
- $s78 = "smcgui" ascii wide nocase
1668
- $s79 = "snac64" ascii wide nocase
1669
- $s80 = "sophos" ascii wide nocase
1670
- $s81 = "splunk" ascii wide nocase
1671
- $s82 = "srtsp" ascii wide nocase
1672
- $s83 = "symantec" ascii wide nocase
1673
- $s84 = "symcorpu" ascii wide nocase
1674
- $s85 = "symefasi" ascii wide nocase
1675
- $s86 = "sysinternal" ascii wide nocase
1676
- $s87 = "sysmon" ascii wide nocase
1677
- $s88 = "tanium" ascii wide nocase
1678
- $s89 = "tda.exe" ascii wide nocase
1679
- $s90 = "tdawork" ascii wide nocase
1680
- $s91 = "tpython" ascii wide nocase
1681
- $s92 = "vectra" ascii wide nocase
1682
- $s93 = "wincollect" ascii wide nocase
1683
- $s94 = "windowssensor" ascii wide nocase
1684
- $s95 = "wireshark" ascii wide nocase
1685
- $s96 = "threat" ascii wide nocase
1686
- $s97 = "xagt.exe" ascii wide nocase
1687
- $s98 = "xagtnotif.exe" ascii wide nocase
1688
- $n1 = "Kaspersky Security Scan" ascii wide
1689
- condition:
1690
- uint16(0) == 0x5a4d and not any of ($n*) and 10 of ($s*)
1691
- }
1692
- */
1693
-
1694
- rule INDICATOR_SUSPICIOUS_Sandbox_Evasion_FilesComb {
1695
- meta:
1696
- author = "ditekSHen"
1697
- description = "Detects executables referencing specific set of files observed in sandob anti-evation, and Emotet"
1698
- strings:
1699
- $s1 = "c:\\take_screenshot.ps1" ascii wide nocase
1700
- $s2 = "c:\\loaddll.exe" ascii wide nocase
1701
- $s3 = "c:\\email.doc" ascii wide nocase
1702
- $s4 = "c:\\email.htm" ascii wide nocase
1703
- $s5 = "c:\\123\\email.doc" ascii wide nocase
1704
- $s6 = "c:\\123\\email.docx" ascii wide nocase
1705
- $s7 = "c:\\a\\foobar.bmp" ascii wide nocase
1706
- $s8 = "c:\\a\\foobar.doc" ascii wide nocase
1707
- $s9 = "c:\\a\\foobar.gif" ascii wide nocase
1708
- $s10 = "c:\\symbols\\aagmmc.pdb" ascii wide nocase
1709
- condition:
1710
- uint16(0) == 0x5a4d and 6 of them
1711
- }
1712
-
1713
- rule INDICATOR_SUSPICIOUS_VM_Evasion_VirtDrvComb {
1714
- meta:
1715
- author = "ditekSHen"
1716
- description = "Detects executables referencing combination of virtualization drivers"
1717
- strings:
1718
- $p1 = "prleth.sys" ascii wide
1719
- $p2 = "prlfs.sys" ascii wide
1720
- $p3 = "prlmouse.sys" ascii wide
1721
- $p4 = "prlvideo.sys " ascii wide
1722
- $p5 = "prltime.sys" ascii wide
1723
- $p6 = "prl_pv32.sys" ascii wide
1724
- $p7 = "prl_paravirt_32.sys" ascii wide
1725
- $vb1 = "VBoxMouse.sys" ascii wide
1726
- $vb2 = "VBoxGuest.sys" ascii wide
1727
- $vb3 = "VBoxSF.sys" ascii wide
1728
- $vb4 = "VBoxVideo.sys" ascii wide
1729
- $vb5 = "vboxdisp.dll" ascii wide
1730
- $vb6 = "vboxhook.dll" ascii wide
1731
- $vb7 = "vboxmrxnp.dll" ascii wide
1732
- $vb8 = "vboxogl.dll" ascii wide
1733
- $vb9 = "vboxoglarrayspu.dll" ascii wide
1734
- $vb10 = "vboxoglcrutil.dll" ascii wide
1735
- $vb11 = "vboxoglerrorspu.dll" ascii wide
1736
- $vb12 = "vboxoglfeedbackspu.dll" ascii wide
1737
- $vb13 = "vboxoglpackspu.dll" ascii wide
1738
- $vb14 = "vboxoglpassthroughspu.dll" ascii wide
1739
- $vb15 = "vboxservice.exe" ascii wide
1740
- $vb16 = "vboxtray.exe" ascii wide
1741
- $vb17 = "VBoxControl.exe" ascii wide
1742
- $vp1 = "vmsrvc.sys" ascii wide
1743
- $vp2 = "vpc-s3.sys" ascii wide
1744
- $vw1 = "vmmouse.sys" ascii wide
1745
- $vw2 = "vmnet.sys" ascii wide
1746
- $vw3 = "vmxnet.sys" ascii wide
1747
- $vw4 = "vmhgfs.sys" ascii wide
1748
- $vw5 = "vmx86.sys" ascii wide
1749
- $vw6 = "hgfs.sys" ascii wide
1750
- condition:
1751
- uint16(0) == 0x5a4d and (
1752
- (2 of ($p*) and (2 of ($vb*) or 2 of ($vp*) or 2 of ($vw*))) or
1753
- (2 of ($vb*) and (2 of ($p*) or 2 of ($vp*) or 2 of ($vw*))) or
1754
- (2 of ($vp*) and (2 of ($p*) or 2 of ($vb*) or 2 of ($vw*))) or
1755
- (2 of ($vw*) and (2 of ($p*) or 2 of ($vb*) or 2 of ($vp*)))
1756
- )
1757
- }
1758
-
1759
- rule INDICATOR_SUSPICIOUS_EXE_NoneWindowsUA {
1760
- meta:
1761
- author = "ditekSHen"
1762
- description = "Detects Windows executables referencing non-Windows User-Agents"
1763
- strings:
1764
- $ua1 = "Mozilla/5.0 (Macintosh; Intel Mac OS" wide ascii
1765
- $ua2 = "Mozilla/5.0 (iPhone; CPU iPhone OS" ascii wide
1766
- $ua3 = "Mozilla/5.0 (Linux; Android " ascii wide
1767
- $ua4 = "Mozilla/5.0 (PlayStation " ascii wide
1768
- $ua5 = "Mozilla/5.0 (X11; " wide ascii
1769
- $ua6 = "Mozilla/5.0 (Windows Phone " ascii wide
1770
- $ua7 = "Mozilla/5.0 (compatible; MSIE 10.0; Macintosh; Intel Mac OS X 10_7_3; Trident/6.0)" wide ascii
1771
- $ua8 = "Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0)" wide ascii
1772
- $ua9 = "HTC_Touch_3G Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)" wide ascii
1773
- $ua10 = "Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0; Nokia;N70)" wide ascii
1774
- $ua11 = "Mozilla/5.0 (BlackBerry; U; BlackBerry " wide ascii
1775
- $ua12 = "Mozilla/5.0 (iPad; CPU OS" wide ascii
1776
- $ua13 = "Mozilla/5.0 (iPad; U;" ascii wide
1777
- $ua14 = "Mozilla/5.0 (IE 11.0;" ascii wide
1778
- $ua15 = "Mozilla/5.0 (Android;" ascii wide
1779
- $ua16 = "User-Agent: Internal Wordpress RPC connection" ascii wide
1780
- $ua17 = "Mozilla / 5.0 (SymbianOS" ascii wide
1781
- //$ua18 = "Mozilla/5.0 (SymbianOS" ascii wide
1782
- condition:
1783
- uint16(0) == 0x5a4d and 1 of them
1784
- }
1785
-
1786
- rule INDICATOR_SUSPICIOUS_EXE_TooManyWindowsUA {
1787
- meta:
1788
- author = "ditekSHen"
1789
- description = "Detects executables referencing many varying, potentially fake Windows User-Agents"
1790
- strings:
1791
- $ua1 = "Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2049.0 Safari/537.36" ascii wide
1792
- $ua2 = "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.67 Safari/537.36" ascii wide
1793
- $ua3 = "Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Firefox/31.0" ascii wide
1794
- $ua4 = "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20120101 Firefox/29.0" ascii wide
1795
- $ua5 = "Mozilla/5.0 (Windows NT 6.1; rv:27.3) Gecko/20130101 Firefox/27.3" ascii wide
1796
- $ua6 = "Mozilla/5.0 (Windows; U; MSIE 9.0; WIndows NT 9.0; en-US)" ascii wide
1797
- $ua7 = "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)" ascii wide
1798
- $ua8 = "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/4.0; InfoPath.2; SV1; .NET CLR 2.0.50727; WOW64)" ascii wide
1799
- $ua9 = "Opera/12.0(Windows NT 5.2;U;en)Presto/22.9.168 Version/12.00" ascii wide
1800
- $ua10 = "Opera/9.80 (Windows NT 6.0) Presto/2.12.388 Version/12.14" ascii wide
1801
- $ua11 = "Mozilla/5.0 (Windows NT 6.0; rv:2.0) Gecko/20100101 Firefox/4.0 Opera 12.14" ascii wide
1802
- $ua12 = "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0) Opera 12.14" ascii wide
1803
- $ua13 = "Opera/12.80 (Windows NT 5.1; U; en) Presto/2.10.289 Version/12.02" ascii wide
1804
- $ua14 = "Opera/9.80 (Windows NT 6.1; U; es-ES) Presto/2.9.181 Version/12.00" ascii wide
1805
- $ua15 = "Opera/9.80 (Windows NT 5.1; U; zh-sg) Presto/2.9.181 Version/12.00" ascii wide
1806
- $ua16 = "Mozilla/5.0 (Windows NT 6.2) AppleWebKit/535.7 (KHTML, like Gecko) Comodo_Dragon/16.1.1.0 Chrome/16.0.912.63 Safari/535.7" ascii wide
1807
- $ua17 = "Mozilla/5.0 (Windows; U; Windows NT 6.1; tr-TR) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27" ascii wide
1808
- condition:
1809
- uint16(0) == 0x5a4d and 5 of them
1810
- }
1811
-
1812
- rule INDICATOR_SUSPICIOUS_VM_Evasion_MACAddrComb {
1813
- meta:
1814
- author = "ditekSHen"
1815
- description = "Detects executables referencing virtualization MAC addresses"
1816
- strings:
1817
- $s1 = "00:03:FF" ascii wide nocase
1818
- $s2 = "00:05:69" ascii wide nocase
1819
- $s3 = "00:0C:29" ascii wide nocase
1820
- $s4 = "00:16:3E" ascii wide nocase
1821
- $s5 = "00:1C:14" ascii wide nocase
1822
- $s6 = "00:1C:42" ascii wide nocase
1823
- $s7 = "00:50:56" ascii wide nocase
1824
- $s8 = "08:00:27" ascii wide nocase
1825
- condition:
1826
- uint16(0) == 0x5a4d and 3 of them
1827
- }
1828
-
1829
- /*
1830
- rule INDICATOR_SUSPICIOUS_CAPABILITY_CaptureScreenShot {
1831
- meta:
1832
- author = "ditekSHen"
1833
- description = "Detects .NET executables with screen capture cabability"
1834
- strings:
1835
- $dll = "gdiplus.dll" ascii wide nocase
1836
- $c1 = "gdipcreatebitmapfromhbitmap" ascii wide nocase
1837
- $c2 = "gdipcreatebitmapfromscan0" ascii wide nocase
1838
- $save = "gdipsaveimagetofile" ascii wide nocase
1839
- condition:
1840
- uint16(0) == 0x5a4d and ($dll and $save and (1 of ($c*)))
1841
- }
1842
- */
1843
-
1844
- rule INDICATOR_SUSPICIOUS_EXE_CC_Regex {
1845
- meta:
1846
- author = "ditekSHen"
1847
- description = "Detects executables referencing credit card regular expressions"
1848
- strings:
1849
- // Amex / Express Card
1850
- $s1 = "^3[47][0-9]{13}$" ascii wide nocase
1851
- $s2 = "3[47][0-9]{13}$" ascii wide nocase
1852
- $s3 = "37[0-9]{2}\\s[0-9]{4}\\s[0-9]{4}\\s[0-9]{4}" ascii wide nocase
1853
- // BCGlobal
1854
- $s4 = "^(6541|6556)[0-9]{12}$" ascii wide nocase
1855
- // Carte Blanche Card
1856
- $s5 = "^389[0-9]{11}$" ascii wide nocase
1857
- // Diners Club Card
1858
- $s6 = "^3(?:0[0-5]|[68][0-9])[0-9]{11}$" ascii wide nocase
1859
- // Discover Card
1860
- $s7 = "6(?:011|5[0-9]{2})[0-9]{12}$" ascii wide nocase
1861
- $s8 = "6011\\s[0-9]{4}\\s[0-9]{4}\\s[0-9]{4}" ascii wide nocase
1862
- // Insta Payment Card
1863
- $s9 = "^63[7-9][0-9]{13}$" ascii wide nocase
1864
- // JCB Card
1865
- $s10 = "^(?:2131|1800|35\\d{3})\\d{11}$" ascii wide nocase
1866
- // KoreanLocalCard
1867
- $s11 = "^9[0-9]{15}$" ascii wide nocase
1868
- // Laser Card
1869
- $s12 = "^(6304|6706|6709|6771)[0-9]{12,15}$" ascii wide nocase
1870
- // Maestro Card
1871
- $s13 = "^(5018|5020|5038|6304|6759|6761|6763)[0-9]{8,15}$" ascii wide nocase
1872
- // Mastercard
1873
- $s14 = "5[1-5][0-9]{14}$" ascii wide nocase
1874
- // Solo Card
1875
- $s15 = "^(6334|6767)[0-9]{12}|(6334|6767)[0-9]{14}|(6334|6767)[0-9]{15}$" ascii wide nocase
1876
- // Switch Card
1877
- $s16 = "^(4903|4905|4911|4936|6333|6759)[0-9]{12}|(4903|4905|4911|4936|6333|6759)[0-9]{14}|(4903|4905|4911|4936|6333|6759)[0-9]{15}|564182[0-9]{10}|564182[0-9]{12}|564182[0-9]{13}|633110[0-9]{10}|633110[0-9]{12}|633110[0-9]{13}$" ascii wide nocase
1878
- // Union Pay Card
1879
- $s17 = "^(62[0-9]{14,17})$" ascii wide nocase
1880
- // Visa Card
1881
- $s18 = "4[0-9]{12}(?:[0-9]{3})?$" ascii wide nocase
1882
- // Visa Master Card
1883
- $s19 = "^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14})$" ascii wide nocase
1884
- $s20 = "4[0-9]{3}\\s[0-9]{4}\\s[0-9]{4}\\s[0-9]{4}" ascii wide nocase
1885
- $a21 = "^[0-9]{4}\\s[0-9]{4}\\s[0-9]{4}\\s[0-9]{4}"ascii wide nocase
1886
- condition:
1887
- (uint16(0) == 0x5a4d and 2 of them) or (4 of them)
1888
- }
1889
-
1890
- rule INDICATOR_SUSPICIOUS_EXE_Discord_Regex {
1891
- meta:
1892
- author = "ditekSHen"
1893
- description = "Detects executables referencing Discord tokens regular expressions"
1894
- strings:
1895
- $s1 = "[a-zA-Z0-9]{24}\\.[a-zA-Z0-9]{6}\\.[a-zA-Z0-9_\\-]{27}|mfa\\.[a-zA-Z0-9_\\-]{84}" ascii wide nocase
1896
- condition:
1897
- (uint16(0) == 0x5a4d and all of them) or all of them
1898
- }
1899
-
1900
- rule INDICATOR_SUSPICIOUS_EXE_References_VPN {
1901
- meta:
1902
- author = "ditekSHen"
1903
- description = "Detects executables referencing many VPN software clients. Observed in infosteslers"
1904
- strings:
1905
- $s1 = "\\VPN\\NordVPN" ascii wide nocase
1906
- $s2 = "\\VPN\\OpenVPN" ascii wide nocase
1907
- $s3 = "\\VPN\\ProtonVPN" ascii wide nocase
1908
- $s4 = "\\VPN\\DUC\\" ascii wide nocase
1909
- $s5 = "\\VPN\\PrivateVPN" ascii wide nocase
1910
- $s6 = "\\VPN\\PrivateVPN" ascii wide nocase
1911
- $s7 = "\\VPN\\EarthVPN" ascii wide nocase
1912
- condition:
1913
- uint16(0) == 0x5a4d and 3 of them
1914
- }
1915
-
1916
- /*
1917
- May generate FPs
1918
- rule INDICATOR_SUSPICIOUS_EXE_B64_URL {
1919
- meta:
1920
- author = "ditekSHen"
1921
- description = "Detects executables referencing base64 encoded URL"
1922
- strings:
1923
- $s1 = "aHR0cHM6Ly9" ascii wide
1924
- $s2 = "aHR0cDovL2" ascii wide
1925
- condition:
1926
- uint16(0) == 0x5a4d and 1 of them
1927
- }
1928
- */
1929
-
1930
- rule INDICATOR_SUSPICIOUS_EXE_VaultSchemaGUID {
1931
- meta:
1932
- author = "ditekSHen"
1933
- description = "Detects executables referencing Windows vault credential objects. Observed in infostealers"
1934
- strings:
1935
- // Windows Secure Note
1936
- $s1 = "2F1A6504-0641-44CF-8BB5-3612D865F2E5" ascii wide
1937
- // Windows Web Password Credential
1938
- $s2 = "3CCD5499-87A8-4B10-A215-608888DD3B55" ascii wide
1939
- // Windows Credential Picker Protector
1940
- $s3 = "154E23D0-C644-4E6F-8CE6-5069272F999F" ascii wide
1941
- // Web Credentials
1942
- $s4 = "4BF4C442-9B8A-41A0-B380-DD4A704DDB28" ascii wide
1943
- // Windows Credentials
1944
- $s5 = "77BC582B-F0A6-4E15-4E80-61736B6F3B29" ascii wide
1945
- // Windows Domain Certificate Credential
1946
- $s6 = "E69D7838-91B5-4FC9-89D5-230D4D4CC2BC" ascii wide
1947
- // Windows Domain Password Credential
1948
- $s7 = "3E0E35BE-1B77-43E7-B873-AED901B6275B" ascii wide
1949
- // Windows Extended Credential
1950
- $s8 = "3C886FF3-2669-4AA2-A8FB-3F6759A77548" ascii wide
1951
- condition:
1952
- uint16(0) == 0x5a4d and 4 of them
1953
- }
1954
-
1955
- rule INDICATOR_SUSPICIOUS_AntiVM_UNK01 {
1956
- meta:
1957
- author = "ditekSHen"
1958
- description = "Detects memory artifacts referencing specific combination of anti-VM checks"
1959
- strings:
1960
- $s1 = "vmci.s" fullword ascii wide
1961
- $s2 = "vmmemc" fullword ascii wide
1962
- $s3 = "qemu-ga.exe" fullword ascii wide
1963
- $s4 = "qga.exe" fullword ascii wide
1964
- $s5 = "windanr.exe" fullword ascii wide
1965
- $s6 = "vboxservice.exe" fullword ascii wide
1966
- $s7 = "vboxtray.exe" fullword ascii wide
1967
- $s8 = "vmtoolsd.exe" fullword ascii wide
1968
- $s9 = "prl_tools.exe" fullword ascii wide
1969
- $s10 = "7869.vmt" fullword ascii wide
1970
- $s11 = "qemu" fullword ascii wide
1971
- $s12 = "virtio" fullword ascii wide
1972
- $s13 = "vmware" fullword ascii wide
1973
- $s14 = "vbox" fullword ascii wide
1974
- $s15 = "%systemroot%\\system32\\ntdll.dll" fullword ascii wide
1975
- condition:
1976
- uint16(0) == 0x5a4d and all of them
1977
- }
1978
-
1979
- rule INDICATOR_SUSPICIOUS_AntiVM_WMIC {
1980
- meta:
1981
- author = "ditekSHen"
1982
- description = "Detects memory artifacts referencing WMIC commands for anti-VM checks"
1983
- strings:
1984
- $s1 = "wmic process where \"name like '%vmwp%'\"" ascii wide nocase
1985
- $s2 = "wmic process where \"name like '%virtualbox%'\"" ascii wide nocase
1986
- $s3 = "wmic process where \"name like '%vbox%'\"" ascii wide nocase
1987
- condition:
1988
- uint16(0) == 0x5a4d and 2 of them
1989
- }
1990
-
1991
- rule INDICATOR_SUSPICIOUS_EnableSMBv1 {
1992
- meta:
1993
- author = "ditekSHen"
1994
- description = "Detects binaries with PowerShell command enabling SMBv1"
1995
- strings:
1996
- $s1 = "Enable-WindowsOptionalFeature -Online -FeatureName SMB1Protocol" ascii wide nocase
1997
- condition:
1998
- uint16(0) == 0x5a4d and 1 of them
1999
- }
2000
-
2001
- rule INDICATOR_SUSPICIOUS_EnableNetworkDiscovery {
2002
- meta:
2003
- author = "ditekSHen"
2004
- description = "Detects binaries manipulating Windows firewall to enable permissive network discovery"
2005
- strings:
2006
- $s1 = "netsh advfirewall firewall set rule group=\"Network Discovery\" new enable=Yes" ascii wide nocase
2007
- $s2 = "netsh advfirewall firewall set rule group=\"File and Printer Sharing\" new enable=Yes" ascii wide nocase
2008
- condition:
2009
- uint16(0) == 0x5a4d and all of them
2010
- }
2011
-
2012
- rule INDICATOR_SUSPICIOUS_EXE_References_AuthApps {
2013
- meta:
2014
- author = "ditekSHen"
2015
- description = "Detects executables referencing many authentication apps. Observed in information stealers"
2016
- strings:
2017
- $s1 = "WinAuth\\winauth.xml" ascii wide nocase
2018
- $s2 = "Authy Desktop\\Local" ascii wide nocase
2019
- condition:
2020
- uint16(0) == 0x5a4d and all of them
2021
- }
2022
-
2023
- rule INDICATOR_SUSPICIOUS_EXE_RegKeyComb_RDP {
2024
- meta:
2025
- author = "ditekSHen"
2026
- description = "Detects executables embedding registry key / value combination manipulating RDP / Terminal Services"
2027
- strings:
2028
- // Beginning with Windows Server 2008 and Windows Vista, this policy no longer has any effect
2029
- // https://docs.microsoft.com/en-us/windows/win32/msi/enableadmintsremote
2030
- $r1 = "SOFTWARE\\Policies\\Microsoft\\Windows\\Installer" ascii wide nocase
2031
- $k1 = "EnableAdminTSRemote" fullword ascii wide nocase
2032
- // Whether basic Terminal Services functions are enabled
2033
- $r2 = "SYSTEM\\CurrentControlSet\\Control\\Terminal Server" ascii wide nocase
2034
- $k2 = "TSEnabled" fullword ascii wide nocase
2035
- // Terminal Device Driver Attributes
2036
- // Terminal Services hosts and configurations
2037
- $r3 = "SYSTEM\\CurrentControlSet\\Services\\TermDD" ascii wide nocase
2038
- $r4 = "SYSTEM\\CurrentControlSet\\Services\\TermService" ascii wide nocase
2039
- $k3 = "Start" fullword ascii wide nocase
2040
- // Allows or denies connecting to Terminal Services
2041
- $r5 = "SYSTEM\\CurrentControlSet\\Control\\Terminal Server" ascii wide nocase
2042
- $k4 = "fDenyTSConnections" fullword ascii wide nocase
2043
- // RDP Port Number
2044
- $r6 = "SYSTEM\\CurrentControlSet\\Control\\Terminal Server\\RDPTcp" ascii wide nocase
2045
- $r7 = "SYSTEM\\CurrentControlSet\\Control\\Terminal Server\\Wds\\rdpwd\\Tds\\tcp" ascii wide nocase
2046
- $r8 = "SYSTEM\\CurrentControlSet\\Control\\Terminal Server\\WinStations\\RDP-Tcp" ascii wide nocase
2047
- $k5 = "PortNumber" fullword ascii wide nocase
2048
- condition:
2049
- uint16(0) == 0x5a4d and 5 of ($r*) and 3 of ($k*)
2050
- }
2051
-
2052
- // http://undoc.airesoft.co.uk/
2053
-
2054
- rule INDICATOR_SUSPICIOUS_EXE_Undocumented_WinAPI_Kerberos {
2055
- meta:
2056
- author = "ditekSHen"
2057
- description = "Detects executables referencing undocumented kerberos Windows APIs and obsereved in malware"
2058
- strings:
2059
- // Undocumented Kerberos-related functions
2060
- // Reference: https://unit42.paloaltonetworks.com/manageengine-godzilla-nglite-kdcsponge/ (KdcSponge)
2061
- // Reference: https://us-cert.cisa.gov/ncas/current-activity/2021/11/19/updated-apt-exploitation-manageengine-adselfservice-plus
2062
- // New Sample: e391c2d3e8e4860e061f69b894cf2b1ba578a3e91de610410e7e9fa87c07304c
2063
- $kdc1 = "KdcVerifyEncryptedTimeStamp" ascii wide nocase
2064
- $kdc2 = "KerbHashPasswordEx3" ascii wide nocase
2065
- $kdc3 = "KerbFreeKey" ascii wide nocase
2066
- condition:
2067
- uint16(0) == 0x5a4d and all of ($kdc*)
2068
- }
2069
-
2070
- rule INDICATOR_SUSPICIOUS_EXE_NKN_BCP2P {
2071
- meta:
2072
- author = "ditekSHen"
2073
- description = "Detects executables referencing NKN Blockchain P2P network"
2074
- strings:
2075
- $x1 = "/nknorg/nkn-sdk-go." ascii
2076
- $x2 = "://seed.nkn.org" ascii
2077
- $x3 = "/nknorg/nkn/" ascii
2078
- $s1 = ").NewNanoPayClaimer" ascii
2079
- $s2 = ").IncrementAmount" ascii
2080
- $s3 = ").BalanceByAddress" ascii
2081
- $s4 = ").TransferName" ascii
2082
- $s5 = ".GetWsAddr" ascii
2083
- $s6 = ".GetNodeStateContext" ascii
2084
- condition:
2085
- uint16(0) == 0x5a4d and (1 of ($x*) or all of ($s*))
2086
- }
2087
-
2088
- rule INDICATOR_SUSPICIOUS_EXE_References_PasswordManagers {
2089
- meta:
2090
- author = "ditekSHen"
2091
- description = "Detects executables referencing many Password Manager software clients. Observed in infostealers"
2092
- strings:
2093
- $s1 = "1Password\\" ascii wide nocase
2094
- $s2 = "Dashlane\\" ascii wide nocase
2095
- $s3 = "nordpass*.sqlite" ascii wide nocase
2096
- $s4 = "RoboForm\\" ascii wide nocase
2097
- condition:
2098
- uint16(0) == 0x5a4d and 3 of them
2099
- }
2100
-
2101
- rule INDICATOR_SUSPICIOUS_EXE_WirelessNetReccon {
2102
- meta:
2103
- author = "ditekSHen"
2104
- description = "Detects executables with interest in wireless interface using netsh"
2105
- strings:
2106
- $s1 = "netsh wlan show profile" ascii wide nocase
2107
- $s2 = "netsh wlan show profile name=" ascii wide nocase
2108
- $s3 = "netsh wlan show networks mode=bssid" ascii wide nocase
2109
- condition:
2110
- uint16(0) == 0x5a4d and all of them
2111
- }
2112
-
2113
- rule INDICATOR_SUSPICIOUS_EXE_References_GitConfData {
2114
- meta:
2115
- author = "ditekSHen"
2116
- description = "Detects executables referencing potentially confidential GIT artifacts. Observed in infostealer"
2117
- strings:
2118
- $s1 = "GithubDesktop\\Local Storage" ascii wide nocase
2119
- $s2 = "GitHub Desktop\\Local Storage" ascii wide nocase
2120
- $s3 = ".git-credentials" ascii wide
2121
- $s4 = ".config\\git\\credentials" ascii wide
2122
- $s5 = ".gitconfig" ascii wide
2123
- condition:
2124
- uint16(0) == 0x5a4d and 4 of them
2125
- }
2126
-
2127
- rule INDICATOR_SUSPICIOUS_EXE_Reversed {
2128
- meta:
2129
- author = "ditekSHen"
2130
- description = "Detects reversed executables. Observed N-stage drop"
2131
- strings:
2132
- $s1 = "edom SOD ni nur eb tonnac margorp sihT" ascii
2133
- condition:
2134
- uint16(filesize-0x2) == 0x4d5a and $s1
2135
- }
2136
-
2137
- rule INDICATOR_SUSPICIOUS_Binary_Embedded_Crypto_Wallet_Browser_Extension_IDs {
2138
- meta:
2139
- author = "ditekSHen"
2140
- description = "Detect binaries embedding considerable number of cryptocurrency wallet browser extension IDs."
2141
- strings:
2142
- $s1 = "Ibnejdfjmmkpcnlpebklmnkoeoihofec" ascii wide nocase // TronLink
2143
- $s2 = "fhbohimaelbohpjbbldcngcnapndodjp" ascii wide nocase // BinanceChain
2144
- $s3 = "ffnbelfdoeiohenkjibnmadjiehjhajb" ascii wide nocase // Yoroi
2145
- $s4 = "jbdaocneiiinmjbjlgalhcelgbejmnid" ascii wide nocase // Nifty Wallet
2146
- $s5 = "afbcbjpbpfadlkmhmclhkeeodmamcflc" ascii wide nocase // Math Wallet
2147
- $s6 = "hnfanknocfeofbddgcijnmhnfnkdnaad" ascii wide nocase // Coinbase Wallet
2148
- $s7 = "hpglfhgfnhbgpjdenjgmdgoeiappafln" ascii wide nocase // Guarda
2149
- $s8 = "blnieiiffboillknjnepogjhkgnoapac" ascii wide nocase // EQUAL Wallet
2150
- $s9 = "cjelfplplebdjjenllpjcblmjkfcffne" ascii wide nocase // Jaxx Liberty
2151
- $s10 = "fihkakfobkmkjojpchpfgcmhfjnmnfpi" ascii wide nocase // BitApp Wallet
2152
- $s11 = "kncchdigobghenbbaddojjnnaogfppfj" ascii wide nocase // iWallet
2153
- $s12 = "amkmjjmmflddogmhpjloimipbofnfjih" ascii wide nocase // Wombat
2154
- $s13 = "nlbmnnijcnlegkjjpcfjclmcfggfefdm" ascii wide nocase // MEW CX
2155
- $s14 = "nanjmdknhkinifnkgdcggcfnhdaammmj" ascii wide nocase // GuildWallet
2156
- $s15 = "nkddgncdjgjfcddamfgcmfnlhccnimig" ascii wide nocase // Saturn Wallet
2157
- $s16 = "fnjhmkhhmkbjkkabndcnnogagogbneec" ascii wide nocase // Ronin Wallet
2158
- $s17 = "cphhlgmgameodnhkjdmkpanlelnlohao" ascii wide nocase // NeoLine
2159
- $s18 = "nhnkbkgjikgcigadomkphalanndcapjk" ascii wide nocase // Clover Wallet
2160
- $s19 = "kpfopkelmapcoipemfendmdcghnegimn" ascii wide nocase // Liquality Wallet
2161
- $s20 = "aiifbnbfobpmeekipheeijimdpnlpgpp" ascii wide nocase // Terra Station
2162
- $s21 = "dmkamcknogkgcdfhhbddcghachkejeap" ascii wide nocase // Keplr
2163
- $s22 = "fhmfendgdocmcbmfikdcogofphimnkno" ascii wide nocase // Sollet
2164
- $s23 = "cnmamaachppnkjgnildpdmkaakejnhae" ascii wide nocase // Auro Wallet
2165
- $s24 = "jojhfeoedkpkglbfimdfabpdfjaoolaf" ascii wide nocase // Polymesh Wallet
2166
- $s25 = "flpiciilemghbmfalicajoolhkkenfel" ascii wide nocase // ICONex
2167
- $s26 = "nknhiehlklippafakaeklbeglecifhad" ascii wide nocase // Nabox Wallet
2168
- $s27 = "hcflpincpppdclinealmandijcmnkbgn" ascii wide nocase // KHC
2169
- $s28 = "ookjlbkiijinhpmnjffcofjonbfbgaoc" ascii wide nocase // Temple
2170
- $s29 = "mnfifefkajgofkcjkemidiaecocnkjeh" ascii wide nocase // TezBox
2171
- $s30 = "lodccjjbdhfakaekdiahmedfbieldgik" ascii wide nocase // DAppPlay
2172
- $s31 = "Ijmpgkjfkbfhoebgogflfebnmejmfbml" ascii wide nocase // BitClip
2173
- $s32 = "lkcjlnjfpbikmcmbachjpdbijejflpcm" ascii wide nocase // Steem Keychain
2174
- $s33 = "nkbihfbeogaeaoehlefnkodbefgpgknn" ascii wide nocase // MetaMask
2175
- $s34 = "bcopgchhojmggmffilplmbdicgaihlkp" ascii wide nocase // Hycon Lite Client
2176
- $s35 = "klnaejjgbibmhlephnhpmaofohgkpgkd" ascii wide nocase // ZilPay
2177
- $s36 = "aeachknmefphepccionboohckonoeemg" ascii wide nocase // Coin98 Wallet
2178
- $s37 = "dkdedlpgdmmkkfjabffeganieamfklkm" ascii wide nocase // Cyano Wallet
2179
- $s38 = "nlgbhdfgdhgbiamfdfmbikcdghidoadd" ascii wide nocase // Byone
2180
- $s39 = "onofpnbbkehpmmoabgpcpmigafmmnjhl" ascii wide nocase // Nash Extension
2181
- $s40 = "cihmoadaighcejopammfbmddcmdekcje" ascii wide nocase // Leaf Wallet
2182
- $s41 = "cgeeodpfagjceefieflmdfphplkenlfk" ascii wide nocase // EVER Wallet
2183
- $s42 = "pdadjkfkgcafgbceimcpbkalnfnepbnk" ascii wide nocase // KardiaChain Wallet
2184
- $s43 = "acmacodkjbdgmoleebolmdjonilkdbch" ascii wide nocase // Rabby Wallet
2185
- $s44 = "bfnaelmomeimhlpmgjnjophhpkkoljpa" ascii wide nocase // Phantom
2186
- $s45 = "fhilaheimglignddkjgofkcbgekhenbh" ascii wide nocase // Oxygen - Atomic Crypto Wallet
2187
- $s46 = "mgffkfbidihjpoaomajlbgchddlicgpn" ascii wide nocase // Pali Wallet
2188
- $s47 = "hmeobnfnfcmdkdcmlblgagmfpfboieaf" ascii wide nocase // XDEFI Wallet
2189
- $s48 = "lpfcbjknijpeeillifnkikgncikgfhdo" ascii wide nocase // Nami
2190
- $s49 = "dngmlblcodfobpdpecaadgfbcggfjfnm" ascii wide nocase // MultiversX DeFi Wallet
2191
- $s50 = "bhhhlbepdkbapadjdnnojkbgioiodbic" ascii wide nocase // Solflare Wallet
2192
- $s51 = "jnkelfanjkeadonecabehalmbgpfodjm" ascii wide nocase // Goby
2193
- $s52 = "jhgnbkkipaallpehbohjmkbjofjdmeid" ascii wide nocase // SteemKeychain
2194
- $s53 = "jnlgamecbpmbajjfhmmmlhejkemejdma" ascii wide nocase // Braavos Smart Wallet
2195
- $s54 = "kkpllkodjeloidieedojogacfhpaihoh" ascii wide nocase // Enkrypt: Ethereum, Polkadot & RSK Wallet
2196
- $s55 = "mcohilncbfahbmgdjkbpemcciiolgcge" ascii wide nocase // OKX Wallet
2197
- $s56 = "gjagmgiddbbciopjhllkdnddhcglnemk" ascii wide nocase // Hashpack
2198
- $s57 = "kmhcihpebfmpgmihbkipmjlmmioameka" ascii wide nocase // Eternl
2199
- $s58 = "phkbamefinggmakgklpkljjmgibohnba" ascii wide nocase // Pontem Aptos Wallet
2200
- $s59 = "lpilbniiabackdjcionkobglmddfbcjo" ascii wide nocase // Keeper Wallet
2201
- $s60 = "cjmkndjhnagcfbpiemnkdpomccnjblmj" ascii wide nocase // Finnie
2202
- $s61 = "aijcbedoijmgnlmjeegjaglmepbmpkpi" ascii wide nocase // Leap Terra Wallet
2203
- $s62 = "efbglgofoippbgcjepnhiblaibcnclgk" ascii wide nocase // Martian Wallet for Sui & Aptos
2204
- $s63 = "odbfpeeihdkbihmopkbjmoonfanlbfcl" ascii wide nocase // Brave Wallet
2205
- $s64 = "fnnegphlobjdpkhecapkijjdkgcjhkib" ascii wide nocase // Harmony
2206
- $s65 = "aodkkagnadcbobfpggfnjeongemjbjca" ascii wide nocase // BOLT X
2207
- $s66 = "akoiaibnepcedcplijmiamnaigbepmcb" ascii wide nocase // Edge - Yoroi
2208
- $s67 = "ejbalbakoplchlghecdalmeeeajnimhm" ascii wide nocase // Edge - MetaMask
2209
- $s68 = "dfeccadlilpndjjohbjdblepmjeahlmm" ascii wide nocase // Edge - Math Wallet
2210
- $s69 = "kjmoohlgokccodicjjfebfomlbljgfhk" ascii wide nocase // Edge - Ronin Wallet
2211
- $s70 = "ajkhoeiiokighlmdnlakpjfoobnjinie" ascii wide nocase // Edge - Station Wallet
2212
- $s71 = "fplfipmamcjaknpgnipjeaeeidnjooao" ascii wide nocase // Edge - BDLT Wallet
2213
- $s72 = "niihfokdlimbddhfmngnplgfcgpmlido" ascii wide nocase // Edge - Glow
2214
- $s73 = "obffkkagpmohennipjokmpllocnlndac" ascii wide nocase // Edge - OneKey
2215
- $s74 = "kfocnlddfahihoalinnfbnfmopjokmhl" ascii wide nocase // Edge - MetaWallet
2216
- $s75 = "infeboajgfhgbjpjbeppbkgnabfdkdaf" ascii wide nocase // OneKey
2217
- $s76 = "{530f7c6c-6077-4703-8f71-cb368c663e35}.xpi" ascii wide nocase // Firefox - Yoroi
2218
- $s77 = "ronin-wallet@axieinfinity.com.xpi" ascii wide nocase // Firefox - Ronin Wallet
2219
- $s78 = "webextension@metamask.io.xpi" ascii wide nocase // Firefox - MetaMask
2220
- $s79 = "{5799d9b6-8343-4c26-9ab6-5d2ad39884ce}.xpi" ascii wide nocase // Firefox - TronLink
2221
- $s80 = "{aa812bee-9e92-48ba-9570-5faf0cfe2578}.xpi" ascii wide nocase // Firefox - TronLink
2222
- $s81 = "{59ea5f29-6ea9-40b5-83cd-937249b001e1}.xpi" ascii wide nocase // Firefox - TronLink
2223
- $s82 = "{d8ddfc2a-97d9-4c60-8b53-5edd299b6674}.xpi" ascii wide nocase // Firefox - TronLink
2224
- $s83 = "{7c42eea1-b3e4-4be4-a56f-82a5852b12dc}.xpi" ascii wide nocase // Firefox - Phantom
2225
- $s84 = "{b3e96b5f-b5bf-8b48-846b-52f430365e80}.xpi" ascii wide nocase // Firefox - Phantom
2226
- $s85 = "{eb1fb57b-ca3d-4624-a841-728fdb28455f}.xpi" ascii wide nocase // Firefox - Phantom
2227
- $s86 = "{76596e30-ecdb-477a-91fd-c08f2018df1a}.xpi" ascii wide nocase // Firefox - Phantom
2228
- $s87 = "ejjladinnckdgjemekebdpeokbikhfci" ascii wide nocase // Petra Wallet
2229
- $s88 = "bgpipimickeadkjlklgciifhnalhdjhe" ascii wide nocase // GeroWallet
2230
- $s89 = "epapihdplajcdnnkdeiahlgigofloibg" ascii wide nocase // Sender
2231
- $s90 = "aholpfdialjgjfhomihkjbmgjidlcdno" ascii wide nocase // Exodus Web3 Wallet
2232
- $s91 = "egjidjbpglichdcondbcbdnbeeppgdph" ascii wide nocase // Trust Wallet
2233
- $s92 = "pnndplcbkakcplkjnolgbkdgjikjednm" ascii wide nocase // Tronium
2234
- $s93 = "gojhcdgcpbpfigcaejpfhfegekdgiblk" ascii wide nocase // Opera Wallet
2235
- $s94 = "djclckkglechooblngghdinmeemkbgci" ascii wide nocase // MetaMask
2236
- $s95 = "jnmbobjmhlngoefaiojfljckilhhlhcj" ascii wide nocase // OneKey
2237
- $s96 = "jiidiaalihmmhddjgbnbgdfflelocpak" ascii wide nocase // Bitget Wallet
2238
- $s97 = "knhkeligkfmclgkeedceenpopaleokfh" ascii wide nocase // Tippin
2239
- $s98 = "agoakfejjabomempkjlepdflaleeobhb" ascii wide nocase // Core | Crypto Wallet
2240
- $s99 = "lgmpcpglpngdoalbgeoldeajfclnhafa" ascii wide nocase // SafePal
2241
- $s100 = "opcgpfmipidbgpenhmajoajpbobppdil" ascii wide nocase // Sui Wallet
2242
- $s101 = "nphplpgoakhhjchkkhmiggakijnkhfnd" ascii wide nocase // TON Wallet
2243
- $s102 = "bkklifkecemccedpkhcebagjpehhabfb" ascii wide nocase // MetaWallet
2244
- $s103 = "eajafomhmkipbjmfmhebemolkcicgfmd" ascii wide nocase // Taho
2245
- $s104 = "ebfidpplhabeedpnhjnobghokpiioolj" ascii wide nocase // Fewcha Move Wallet
2246
- $s105 = "lccbohhgfkdikahanoclbdmaolidjdfl" ascii wide nocase // Vigvam
2247
- condition:
2248
- (uint16(0) == 0x5a4d and 6 of them) or (12 of them)
2249
- }
2250
-
2251
- rule INDICATOR_SUSPICIOUS_Binary_Embedded_MFA_Browser_Extension_IDs {
2252
- meta:
2253
- author = "ditekSHen"
2254
- description = "Detect binaries embedding considerable number of MFA browser extension IDs."
2255
- strings:
2256
- $s1 = "bhghoamapcdpbohphigoooaddinpkbai" ascii wide nocase // Authenticator
2257
- $s2 = "gaedmjdfmmahhbjefcbgaolhhanlaolb" ascii wide nocase // Authy 2FA
2258
- $s3 = "oeljdldpnmdbchonielidgobddffflal" ascii wide nocase // EOS Authenticator
2259
- $s4 = "ilgcnhelpchnceeipipijaljkblbcobl" ascii wide nocase // GAuth Authenticator
2260
- $s5 = "imloifkgjagghnncjkhggdhalmcnfklk" ascii wide nocase // Trezor Password Manager
2261
- $s6 = "fdjamakpfbbddfjaooikfcpapjohcfmg" ascii wide nocase // Dashlane — Password Manager
2262
- $s7 = "fooolghllnmhmmndgjiamiiodkpenpbb" ascii wide nocase // NordPass® Password Manager & Digital Vault
2263
- $s8 = "pnlccmojcmeohlpggmfnbbiapkmbliob" ascii wide nocase // RoboForm Password Manager
2264
- $s9 = "hdokiejnpimakedhajhdlcegeplioahd" ascii wide nocase // LastPass: Free Password Manager
2265
- $s10 = "naepdomgkenhinolocfifgehidddafch" ascii wide nocase // Browserpass
2266
- $s11 = "bmikpgodpkclnkgmnpphehdgcimmided" ascii wide nocase // MYKI Password Manager & Authenticator
2267
- $s12 = "oboonakemofpalcgghocfoadofidjkkk" ascii wide nocase // KeePassXC-Browser
2268
- $s13 = "fmhmiaejopepamlcjkncpgpdjichnecm" ascii wide nocase // KeePass Tusk
2269
- $s14 = "nngceckbapebfimnlniiiahkandclblb" ascii wide nocase // Bitwarden
2270
- $s15 = "fiedbfgcleddlbcmgdigjgdfcggjcion" ascii wide nocase // Microsoft AutoFill
2271
- $s16 = "bfogiafebfohielmmehodmfbbebbbpei" ascii wide nocase // Keeper
2272
- $s17 = "jhfjfclepacoldmjmkmdlmganfaalklb" ascii wide nocase // Splikity
2273
- $s18 = "chgfefjpcobfbnpmiokfjjaglahmnded" ascii wide nocase // CommonKey
2274
- $s19 = "igkpcodhieompeloncfnbekccinhapdb" ascii wide nocase // Zoho Vault
2275
- condition:
2276
- (uint16(0) == 0x5a4d and 5 of them) or (8 of them)
2277
- }
2278
-
2279
- rule INDICATOR_SUSPICOUS_EXE_UNC_Regex {
2280
- meta:
2281
- author = "ditekSHen"
2282
- description = "Detects executables with considerable number of regexes often observed in infostealers"
2283
- strings:
2284
- $s1 = "^((8|\\+7|\\+380|\\+375|\\+373)[\\- ]?)?(\\(?\\d{3}\\)?[\\- ]?)?[\\d\\- ]{7,10}$" ascii wide
2285
- $s2 = "(^(1|3)(?=.*[0-9])(?=.*[a-zA-Z])[\\da-zA-Z]{27,34}?[\\d\\- ])|(^(1|3)(?=.*[0-9])(?=.*[a-zA-Z])[\\da-zA-Z]{27,34})$" ascii wide
2286
- $s3 = "(^L[A-Za-z0-9]{32,34}?[\\d\\- ])|(^L[A-Za-z0-9]{32,34})$" ascii wide
2287
- $s4 = "(^q[A-Za-z0-9\\:]{32,54}?[\\d\\- ])|(^q[A-Za-z0-9\\:]{32,54})$" ascii wide
2288
- $s5 = "^(P|p){1}[0-9]?[\\d\\- ]{7,15}|.+@.+\\..+$" ascii wide
2289
- $s6 = "(^0x[A-Za-z0-9]{40,42}?[\\d\\- ])|(^0x[A-Za-z0-9]{40,42})$" ascii wide
2290
- $s7 = "(^X[A-Za-z0-9]{32,34}?[\\d\\- ])|(^X[A-Za-z0-9]{32,34})$" ascii wide
2291
- $s8 = "^41001[0-9]?[\\d\\- ]{7,11}$" ascii wide
2292
- $s9 = "^R[0-9]?[\\d\\- ]{12,13}$" ascii wide
2293
- $s10 = "^Z[0-9]?[\\d\\- ]{12,13}$" ascii wide
2294
- $s11 = "(^(GD|GC)[A-Z0-9]{54,56}?[\\d\\- ])|(^(GD|GC)[A-Z0-9]{54,56})$" ascii wide
2295
- $s12 = "(^A[A-Za-z0-9]{32,34}?[\\d\\- ])|(^A[A-Za-z0-9]{32,34})$" ascii wide
2296
- $s13 = "(^t[A-Za-z0-9]{32,36}?[\\d\\- ])|(^t[A-Za-z0-9]{32,36})$" ascii wide
2297
- $s14 = "(^r[A-Za-z0-9]{32,34}?[\\d\\- ])|(^r[A-Za-z0-9]{32,34})$" ascii wide
2298
- $s15 = "(^G[A-Za-z0-9]{32,35}?[\\d\\- ])|(^G[A-Za-z0-9]{32,35})$" ascii wide
2299
- $s16 = "(^D[A-Za-z0-9]{32,35}?[\\d\\- ])|(^D[A-Za-z0-9]{32,35})$" ascii wide
2300
- $s17 = "(^(T[A-Z])[A-Za-z0-9]{32,35}?[\\d\\- ])|(^(T[A-Z])[A-Za-z0-9]{32,35})$" ascii wide
2301
- $s18 = "^1[a-km-zA-HJ-NP-Z1-9]{25,34}$" ascii wide // Crypto Wallet Address
2302
- $s19 = "^3[a-km-zA-HJ-NP-Z1-9]{25,34}$" ascii wide // Crypto Wallet Address
2303
- $s20 = "^([a-zA-Z0-9_\\-\\.]+)@([a-zA-Z0-9_\\-\\.]+)\\.([a-zA-Z]{2,5})$" ascii wide
2304
- $s21 = "^(?!:\\/\\/)([a-zA-Z0-9-_]+\\.)*[a-zA-Z0-9][a-zA-Z0-9-_]+\\.[a-zA-Z]{2,11}?$" ascii wide
2305
- $s22 = "[\\w-]{24}\\.[\\w-]{6}\\.[\\w-]{27}|mfa\\.[\\w-]{84}" ascii wide
2306
- condition:
2307
- uint16(0) == 0x5a4d and 6 of them
2308
- }
2309
-
2310
- rule INDICATOR_SUSPICIOUS_DeleteRecentItems {
2311
- meta:
2312
- author = "ditekSHen"
2313
- description = "Detects executables embedding anti-forensic artifacts of deleting Windows Recent Items"
2314
- strings:
2315
- $s1 = "del C:\\Windows\\AppCompat\\Programs\\RecentFileCache.bcf" ascii wide nocase
2316
- $s2 = "del /F /Q %APPDATA%\\Microsoft\\Windows\\Recent\\*" ascii wide nocase
2317
- $s3 = "del /F /Q %APPDATA%\\Microsoft\\Windows\\Recent\\CustomDestinations\\*" ascii wide nocase
2318
- $s4 = "del /F /Q %APPDATA%\\Microsoft\\Windows\\Recent\\AutomaticDestinations\\*" ascii wide nocase
2319
- condition:
2320
- uint16(0) == 0x5a4d and 2 of them
2321
- }
2322
-
2323
- rule INDICATOR_SUSPICIOUS_DeleteWinDefenderQuarantineFiles {
2324
- meta:
2325
- author = "ditekSHen"
2326
- description = "Detects executables embedding anti-forensic artifacts of deleting Windows defender quarantine files"
2327
- strings:
2328
- $s1 = "rmdir C:\\ProgramData\\Microsoft\\Windows Defender\\Quarantine\\Entries /S" ascii wide nocase
2329
- $s2 = "rmdir C:\\ProgramData\\Microsoft\\Windows Defender\\Quarantine\\Resources /S" ascii wide nocase
2330
- $s3 = "rmdir C:\\ProgramData\\Microsoft\\Windows Defender\\Quarantine\\ResourceData /S" ascii wide nocase
2331
- $r1 = "rmdir" ascii wide nocase
2332
- $p1 = "Microsoft\\Windows Defender\\Quarantine\\Entries /S" ascii wide nocase
2333
- $p2 = "Microsoft\\Windows Defender\\Quarantine\\Resources /S" ascii wide nocase
2334
- $p3 = "Microsoft\\Windows Defender\\Quarantine\\ResourceData /S" ascii wide nocase
2335
- condition:
2336
- uint16(0) == 0x5a4d and (2 of ($s*) or (1 of ($r*) and 2 of ($p*)))
2337
- }
2338
-
2339
- rule INDICATOR_SUSPICIOUS_DeleteShimCache {
2340
- meta:
2341
- author = "ditekSHen"
2342
- description = "Detects executables embedding anti-forensic artifacts of deleting shim cache"
2343
- strings:
2344
- $s1 = "Rundll32.exe apphelp.dll,ShimFlushCache" ascii wide nocase
2345
- $s2 = "Rundll32 apphelp.dll,ShimFlushCache" ascii wide nocase
2346
- $m1 = ".dll,ShimFlushCache" ascii wide nocase
2347
- $m2 = "rundll32" ascii wide nocase
2348
- condition:
2349
- uint16(0) == 0x5a4d and (1 of ($s*) or all of ($m*))
2350
- }
2351
-
2352
- rule INDICATOR_SUSPICIOUS_ShredFileSteps {
2353
- meta:
2354
- author = "ditekSHen"
2355
- description = "Detects executables embedding/copying file shredding steps"
2356
- strings:
2357
- $s1 = { 55 00 00 00 aa 00 00 00 92 49 24 00 49 24 92 00
2358
- 24 92 49 00 00 00 00 00 11 00 00 00 22 00 00 00
2359
- 33 00 00 00 44 00 00 00 66 00 00 00 88 00 00 00
2360
- 99 00 00 00 bb 00 00 00 cc 00 00 00 dd 00 00 00
2361
- ee 00 00 00 ff 00 00 00 6d b6 db 00 b6 db 6d 00
2362
- db 6d b6 }
2363
- condition:
2364
- uint16(0) == 0x5a4d and all of them
2365
- }
2366
-
2367
- rule INDICATOR_SUSPICIOUS_PWS_CaptureScreenshot {
2368
- meta:
2369
- author = "ditekSHen"
2370
- description = "Detects PowerShell script with screenshot capture capability"
2371
- strings:
2372
- $encoder = ".ImageCodecInfo]::GetImageEncoders(" ascii nocase
2373
- $capture1 = ".Sendkeys]::SendWait(\"{PrtSc}\")" ascii nocase
2374
- $capture2 = ".Sendkeys]::SendWait('{PrtSc}')" ascii nocase
2375
- $access = ".Clipboard]::GetImage(" ascii nocase
2376
- $save = ".Save(" ascii nocase
2377
- condition:
2378
- $encoder and (1 of ($capture*) and ($access or $save))
2379
- }
2380
-
2381
- rule INDICATOR_SUSPICIOUS_PWS_CaptureBrowserPlugins {
2382
- meta:
2383
- author = "ditekSHen"
2384
- description = "Detects PowerShell script with browser plugins capture capability"
2385
- strings:
2386
- $s1 = "$env:APPDATA +" ascii nocase
2387
- $s2 = "[\\w-]{24}\\.[\\w-]{6}\\.[\\w-]{27}|mfa\\.[\\w-]{84}" ascii nocase
2388
- $s3 = "\\leveldb" ascii nocase
2389
- $o1 = ".Match(" ascii nocase
2390
- $o2 = ".Contains(" ascii nocase
2391
- $o3 = ".Add(" ascii nocase
2392
- condition:
2393
- 2 of ($s*) and 2 of ($o*)
2394
- }
2395
-
2396
- rule INDICATOR_SUSPICIOUS_IMG_Embedded_B64_EXE {
2397
- meta:
2398
- author = "ditekSHen"
2399
- description = "Detects images with specific base64 markers and/or embedding (reversed) base64-encoded executables"
2400
- strings:
2401
- $m1 = "<<BASE64_START>>" ascii
2402
- $m2 = "<<BASE64_END>>" ascii
2403
- $m3 = "BASE64_START" ascii
2404
- $m4 = "BASE64_END" ascii
2405
- $m5 = "BASE64-START" ascii
2406
- $m6 = "BASE64-END" ascii
2407
- $m7 = "BASE64START" ascii
2408
- $m8 = "BASE64END" ascii
2409
- $h1 = "TVqQA" ascii
2410
- $h2 = "AQqVT" ascii
2411
- condition:
2412
- (uint32(0) == 0xd8ff or uint32(0) == 0x474e5089 or uint16(0) == 0x4d42) and ((2 of ($m*)) or (1 of ($h*)))
2413
- }
2414
-
2415
- rule INDICATOR_SUSPICIOUS_EXE_TransferSh_URL {
2416
- meta:
2417
- author = "ditekSHen"
2418
- description = "Detects files referencing the transfer.sh file sharing website"
2419
- strings:
2420
- $s1 = "//transfer.sh/get/" ascii wide nocase
2421
- condition:
2422
- uint16(0) == 0x5a4d and 1 of them
2423
- }
2424
-
2425
- rule INDICATOR_SUSPICIOUS_EXE_References_AdsBlocker_Browser_Extension_IDs {
2426
- meta:
2427
- author = "ditekSHen"
2428
- description = "Detect executables referencing considerable number of Ads blocking browser extension IDs"
2429
- strings:
2430
- $s1 = "gighmmpiobklfepjocnamgkkbiglidom" ascii wide nocase // AdBlock
2431
- $s2 = "cfhdojbkjhnklbpkdaibdccddilifddb" ascii wide nocase // Adblock Plus
2432
- $s3 = "cjpalhdlnbpafiamejdnhcphjbkeiagm" ascii wide nocase // uBlock Origin
2433
- $s4 = "epcnnfbjfcgphgdmggkamkmgojdagdnn" ascii wide nocase // uBlock
2434
- $s5 = "kacljcbejojnapnmiifgckbafkojcncf" ascii wide nocase // Ad-Blocker
2435
- $s6 = "gginmiamniniinhbipmknjiefidjlnob" ascii wide nocase // Easy AdBlocker
2436
- $s7 = "alplpnakfeabeiebipdmaenpmbgknjce" ascii wide nocase // Adblocker for Chrome - NoAds
2437
- $s8 = "ohahllgiabjaoigichmmfljhkcfikeof" ascii wide nocase // AdBlocker Ultimate
2438
- $s9 = "lmiknjkanfacinilblfjegkpajpcpjce" ascii wide nocase // uBlocker
2439
- $s10 = "lalfpjdbhpmnhfofkckdpkljeilmogfl" ascii wide nocase // Hola ad remover
2440
- $s11 = "ddkjiahejlhfcafbddmgiahcphecmpfh" ascii wide nocase // uBlock Origin Lite (MV3)
2441
- $s12 = "bgnkhhnnamicmpeenaelnjfhikgbkllg" ascii wide nocase // AdGuard
2442
- $s13 = "odfafepnkmbhccpbejgmiehpchacaeak" ascii wide nocase // uBlock Origin - Microsoft Edge addons store
2443
- $s14 = "uBlock0@raymondhill.net.xpi" ascii wide nocase // uBlock Origin - Firefox
2444
- $s15 = "uBOLite@raymondhill.net.xpi" ascii wide nocase // uBlock Origin lite - Firefox
2445
- $s16 = "adguardadblocker@adguard.com.xpi" ascii wide nocase // AdGuard - Firefox
2446
- condition:
2447
- (uint16(0) == 0x5a4d and 5 of them) or (7 of them)
2448
- }
2449
-
2450
- rule INDICATOR_SUSPICIOUS_EXE_References_PublicServiceInterface {
2451
- meta:
2452
- author = "ditekSHen"
2453
- description = "Detect executables referencing public and free service interface testing and dev services as means of CnC"
2454
- strings:
2455
- $s1 = "mockbin.org/bin" ascii wide nocase
2456
- $s2 = "run.mocky.io/v3" ascii wide nocase
2457
- $s3 = "webhook.site/" ascii wide nocase
2458
- $s4 = "devtunnels.ms/" ascii wide nocase
2459
- condition:
2460
- (uint16(0) == 0x5a4d or uint16(0) == 0x457f or uint16(0) == 0xfacf) and 1 of them
2461
- }
2462
-
2463
- rule INDICATOR_SUSPICIOUS_EXE_SandboxComputerNames {
2464
- meta:
2465
- author = "ditekSHen"
2466
- description = "Detects executables containing possible sandbox analysis VM names"
2467
- strings:
2468
- $s1 = "bee7370c-8c0c-4" fullword ascii wide nocase
2469
- $s2 = "desktop-nakffmt" fullword ascii wide nocase
2470
- $s3 = "win-5e07cos9alr" fullword ascii wide nocase
2471
- $s4 = "b30f0242-1c6a-4" fullword ascii wide nocase
2472
- $s5 = "desktop-vrsqlag" fullword ascii wide nocase
2473
- $s6 = "desktop-d019gdm" fullword ascii wide nocase
2474
- $s7 = "desktop-wi8clet" fullword ascii wide nocase
2475
- $s8 = "server1" fullword ascii wide nocase
2476
- $s9 = "lisa-pc" fullword ascii wide nocase
2477
- $s10 = "john-pc" fullword ascii wide nocase
2478
- $s11 = "desktop-b0t93d6" fullword ascii wide nocase
2479
- $s12 = "desktop-1pykp29" fullword ascii wide nocase
2480
- $s13 = "desktop-1y2433r" fullword ascii wide nocase
2481
- $s14 = "wileypc" fullword ascii wide nocase
2482
- $s15 = "6c4e733f-c2d9-4" fullword ascii wide nocase
2483
- $s16 = "ralphs-pc" fullword ascii wide nocase
2484
- $s17 = "desktop-wg3myjs" fullword ascii wide nocase
2485
- $s18 = "desktop-7xc6gez" fullword ascii wide nocase
2486
- $s19 = "desktop-5ov9s0o" fullword ascii wide nocase
2487
- $s20 = "oreleepc" fullword ascii wide nocase
2488
- $s21 = "archibaldpc" fullword ascii wide nocase
2489
- $s22 = "julia-pc" fullword ascii wide nocase
2490
- $s23 = "compname_5076" fullword ascii wide nocase
2491
- $s24 = "desktop-vkeons4" fullword ascii wide nocase
2492
- $s25 = "NTT-EFF-2W11WSS" fullword ascii wide nocase
2493
- condition:
2494
- uint16(0) == 0x5a4d and 10 of them
2495
- }
2496
-
2497
- rule INDICATOR_SUSPICIOUS_EXE_SandboxSystemUUIDs {
2498
- meta:
2499
- author = "ditekSHen"
2500
- description = "Detects executables containing possible sandbox system UUIDs"
2501
- strings:
2502
- $s1 = "00000000-0000-0000-0000-000000000000" ascii wide nocase
2503
- $s2 = "00000000-0000-0000-0000-50E5493391EF" ascii wide nocase
2504
- $s3 = "00000000-0000-0000-0000-AC1F6BD048FE" ascii wide nocase
2505
- $s4 = "00000000-0000-0000-0000-AC1F6BD04972" ascii wide nocase
2506
- $s5 = "00000000-0000-0000-0000-AC1F6BD04986" ascii wide nocase
2507
- $s6 = "00000000-0000-0000-0000-AC1F6BD04D98" ascii wide nocase
2508
- $s7 = "02AD9898-FA37-11EB-AC55-1D0C0A67EA8A" ascii wide nocase
2509
- $s8 = "032E02B4-0499-05C3-0806-3C0700080009" ascii wide nocase
2510
- $s9 = "03DE0294-0480-05DE-1A06-350700080009" ascii wide nocase
2511
- $s10 = "050C3342-FADD-AEDF-EF24-C6454E1A73C9" ascii wide nocase
2512
- $s11 = "05790C00-3B21-11EA-8000-3CECEF4400D0" ascii wide nocase
2513
- $s12 = "07E42E42-F43D-3E1C-1C6B-9C7AC120F3B9" ascii wide nocase
2514
- $s13 = "08C1E400-3C56-11EA-8000-3CECEF43FEDE" ascii wide nocase
2515
- $s14 = "0934E336-72E4-4E6A-B3E5-383BD8E938C3" ascii wide nocase
2516
- $s15 = "11111111-2222-3333-4444-555555555555" ascii wide nocase
2517
- $s16 = "119602E8-92F9-BD4B-8979-DA682276D385" ascii wide nocase
2518
- $s17 = "12204D56-28C0-AB03-51B7-44A8B7525250" ascii wide nocase
2519
- $s18 = "12EE3342-87A2-32DE-A390-4C2DA4D512E9" ascii wide nocase
2520
- $s19 = "1D4D3342-D6C4-710C-98A3-9CC6571234D5" ascii wide nocase
2521
- $s20 = "2DD1B176-C043-49A4-830F-C623FFB88F3C" ascii wide nocase
2522
- $s21 = "2E6FB594-9D55-4424-8E74-CE25A25E36B0" ascii wide nocase
2523
- $s22 = "365B4000-3B25-11EA-8000-3CECEF44010C" ascii wide nocase
2524
- $s23 = "38813342-D7D0-DFC8-C56F-7FC9DFE5C972" ascii wide nocase
2525
- $s24 = "38AB3342-66B0-7175-0B23-F390B3728B78" ascii wide nocase
2526
- $s25 = "3A9F3342-D1F2-DF37-68AE-C10F60BFB462" ascii wide nocase
2527
- $s26 = "3F284CA4-8BDF-489B-A273-41B44D668F6D" ascii wide nocase
2528
- $s27 = "3F3C58D1-B4F2-4019-B2A2-2A500E96AF2E" ascii wide nocase
2529
- $s28 = "42A82042-3F13-512F-5E3D-6BF4FFFD8518" ascii wide nocase
2530
- $s29 = "44B94D56-65AB-DC02-86A0-98143A7423BF" ascii wide nocase
2531
- $s30 = "4729AEB0-FC07-11E3-9673-CE39E79C8A00" ascii wide nocase
2532
- $s31 = "481E2042-A1AF-D390-CE06-A8F783B1E76A" ascii wide nocase
2533
- $s32 = "48941AE9-D52F-11DF-BBDA-503734826431" ascii wide nocase
2534
- $s33 = "49434D53-0200-9036-2500-369025000C65" ascii wide nocase
2535
- $s34 = "49434D53-0200-9036-2500-369025003865" ascii wide nocase
2536
- $s35 = "49434D53-0200-9036-2500-369025003AF0" ascii wide nocase
2537
- $s36 = "49434D53-0200-9036-2500-36902500F022" ascii wide nocase
2538
- $s37 = "49434D53-0200-9065-2500-65902500E439" ascii wide nocase
2539
- $s38 = "4C4C4544-0050-3710-8058-CAC04F59344A" ascii wide nocase
2540
- $s39 = "4CB82042-BA8F-1748-C941-363C391CA7F3" ascii wide nocase
2541
- $s40 = "4D4DDC94-E06C-44F4-95FE-33A1ADA5AC27" ascii wide nocase
2542
- $s41 = "4DC32042-E601-F329-21C1-03F27564FD6C" ascii wide nocase
2543
- $s42 = "5BD24D56-789F-8468-7CDC-CAA7222CC121" ascii wide nocase
2544
- $s43 = "5E3E7FE0-2636-4CB7-84F5-8D2650FFEC0E" ascii wide nocase
2545
- $s44 = "5EBD2E42-1DB8-78A6-0EC3-031B661D5C57" ascii wide nocase
2546
- $s45 = "60C83342-0A97-928D-7316-5F1080A78E72" ascii wide nocase
2547
- $s46 = "63203342-0EB0-AA1A-4DF5-3FB37DBB0670" ascii wide nocase
2548
- $s47 = "63FA3342-31C7-4E8E-8089-DAFF6CE5E967" ascii wide nocase
2549
- $s48 = "6608003F-ECE4-494E-B07E-1C4615D1D93C" ascii wide nocase
2550
- $s49 = "67E595EB-54AC-4FF0-B5E3-3DA7C7B547E3" ascii wide nocase
2551
- $s50 = "6ECEAF72-3548-476C-BD8D-73134A9182C8" ascii wide nocase
2552
- $s51 = "6F3CA5EC-BEC9-4A4D-8274-11168F640058" ascii wide nocase
2553
- $s52 = "76122042-C286-FA81-F0A8-514CC507B250" ascii wide nocase
2554
- $s53 = "777D84B3-88D1-451C-93E4-D235177420A7" ascii wide nocase
2555
- $s54 = "79AF5279-16CF-4094-9758-F88A616D81B4" ascii wide nocase
2556
- $s55 = "7AB5C494-39F5-4941-9163-47F54D6D5016" ascii wide nocase
2557
- $s56 = "84FE3342-6C67-5FC6-5639-9B3CA3D775A1" ascii wide nocase
2558
- $s57 = "88DC3342-12E6-7D62-B0AE-C80E578E7B07" ascii wide nocase
2559
- $s58 = "8B4E8278-525C-7343-B825-280AEBCD3BCB" ascii wide nocase
2560
- $s59 = "8DA62042-8B59-B4E3-D232-38B29A10964A" ascii wide nocase
2561
- $s60 = "907A2A79-7116-4CB6-9FA5-E5A58C4587CD" ascii wide nocase
2562
- $s61 = "921E2042-70D3-F9F1-8CBD-B398A21F89C6" ascii wide nocase
2563
- $s62 = "96BB3342-6335-0FA8-BA29-E1BA5D8FEFBE" ascii wide nocase
2564
- $s63 = "9921DE3A-5C1A-DF11-9078-563412000026" ascii wide nocase
2565
- $s64 = "9961A120-E691-4FFE-B67B-F0E4115D5919" ascii wide nocase
2566
- $s65 = "9C6D1742-046D-BC94-ED09-C36F70CC9A91" ascii wide nocase
2567
- $s66 = "A15A930C-8251-9645-AF63-E45AD728C20C" ascii wide nocase
2568
- $s67 = "A7721742-BE24-8A1C-B859-D7F8251A83D3" ascii wide nocase
2569
- $s68 = "A9C83342-4800-0578-1EE8-BA26D2A678D2" ascii wide nocase
2570
- $s69 = "ACA69200-3C4C-11EA-8000-3CECEF4401AA" ascii wide nocase
2571
- $s70 = "ADEEEE9E-EF0A-6B84-B14B-B83A54AFC548" ascii wide nocase
2572
- $s71 = "AF1B2042-4B90-0000-A4E4-632A1C8C7EB1" ascii wide nocase
2573
- $s72 = "B1112042-52E8-E25B-3655-6A4F54155DBF" ascii wide nocase
2574
- $s73 = "B6464A2B-92C7-4B95-A2D0-E5410081B812" ascii wide nocase
2575
- $s74 = "BB233342-2E01-718F-D4A1-E7F69D026428" ascii wide nocase
2576
- $s75 = "BB64E044-87BA-C847-BC0A-C797D1A16A50" ascii wide nocase
2577
- $s76 = "BE784D56-81F5-2C8D-9D4B-5AB56F05D86E" ascii wide nocase
2578
- $s77 = "C249957A-AA08-4B21-933F-9271BEC63C85" ascii wide nocase
2579
- $s78 = "C6B32042-4EC3-6FDF-C725-6F63914DA7C7" ascii wide nocase
2580
- $s79 = "C7D23342-A5D4-68A1-59AC-CF40F735B363" ascii wide nocase
2581
- $s80 = "CC5B3F62-2A04-4D2E-A46C-AA41B7050712" ascii wide nocase
2582
- $s81 = "CE352E42-9339-8484-293A-BD50CDC639A5" ascii wide nocase
2583
- $s82 = "CEFC836C-8CB1-45A6-ADD7-209085EE2A57" ascii wide nocase
2584
- $s83 = "CF1BE00F-4AAF-455E-8DCD-B5B09B6BFA8F" ascii wide nocase
2585
- $s84 = "D2DC3342-396C-6737-A8F6-0C6673C1DE08" ascii wide nocase
2586
- $s85 = "D7382042-00A0-A6F0-1E51-FD1BBF06CD71" ascii wide nocase
2587
- $s86 = "D8C30328-1B06-4611-8E3C-E433F4F9794E" ascii wide nocase
2588
- $s87 = "D9142042-8F51-5EFF-D5F8-EE9AE3D1602A" ascii wide nocase
2589
- $s88 = "DBC22E42-59F7-1329-D9F2-E78A2EE5BD0D" ascii wide nocase
2590
- $s89 = "DBCC3514-FA57-477D-9D1F-1CAF4CC92D0F" ascii wide nocase
2591
- $s90 = "DD9C3342-FB80-9A31-EB04-5794E5AE2B4C" ascii wide nocase
2592
- $s91 = "DEAEB8CE-A573-9F48-BD40-62ED6C223F20" ascii wide nocase
2593
- $s92 = "E08DE9AA-C704-4261-B32D-57B2A3993518" ascii wide nocase
2594
- $s93 = "EADD1742-4807-00A0-F92E-CCD933E9D8C1" ascii wide nocase
2595
- $s94 = "EB16924B-FB6D-4FA1-8666-17B91F62FB37" ascii wide nocase
2596
- $s95 = "F3988356-32F5-4AE1-8D47-FD3B8BAFBD4C" ascii wide nocase
2597
- $s96 = "F5744000-3C78-11EA-8000-3CECEF43FEFE" ascii wide nocase
2598
- $s97 = "FA8C2042-205D-13B0-FCB5-C5CC55577A35" ascii wide nocase
2599
- $s98 = "FCE23342-91F1-EAFC-BA97-5AAE4509E173" ascii wide nocase
2600
- $s99 = "FE455D1A-BE27-4BA4-96C8-967A6D3A9661" ascii wide nocase
2601
- $s100 = "FE822042-A70C-D08B-F1D1-C207055A488F" ascii wide nocase
2602
- $s101 = "FED63342-E0D6-C669-D53F-253D696D74DA" ascii wide nocase
2603
- $s102 = "FF577B79-782E-0A4D-8568-B35A9B7EB76B" ascii wide nocase
2604
- condition:
2605
- uint16(0) == 0x5a4d and 10 of them
2606
- }
2607
-
2608
- rule INDICATOR_SUSPICIOUS_EXE_Crypto_Wallet_Regex {
2609
- meta:
2610
- author = "ditekSHen"
2611
- description = "Detects executables referencing cryptocurrency wallet regular expressions"
2612
- strings:
2613
- $s1 = "^(bc1|[13])[a-zA-HJ-NP-Z0-9]{25,39}$" ascii wide nocase // Bitcoin (BTC)
2614
- $s2 = "(?:^[LM3][a-km-zA-HJ-NP-Z1-9]{26,33}$)" ascii wide nocase // Litecoin (LTC)
2615
- $s3 = "(?:^0x[a-fA-F0-9]{40}$)" ascii wide nocase // Ethereum (ETH)
2616
- $s4 = "(?:^G[0-9a-zA-Z]{55}$)" ascii wide nocase // Stellar Lumens (XLM)
2617
- $s5 = "^4[0-9AB][1-9A-HJ-NP-Za-km-z]{93}$)" ascii wide nocase // Monero (XMR)
2618
- $s6 = "(^[1-9A-HJ-NP-Za-km-z]{44}$)" ascii wide nocase // Solana (SOL)
2619
- $s7 = "T[A-Za-z1-9]{33}" ascii wide nocase // Tezos (XTZ)
2620
- $s8 = "(?:^r[0-9a-zA-Z]{24,34}$)" ascii wide nocase // Ripple (XRP)
2621
- $s9 = "^((bitcoincash:)?(q|p)[a-z0-9]{41})" ascii wide nocase // Bitcoin Cash (BCH)
2622
- $s10 = "(?:^X[1-9A-HJ-NP-Za-km-z]{33}$)" ascii wide nocase //Dash (DASH)
2623
- $s11 = "(?:^A[0-9a-zA-Z]{33}$)" ascii wide nocase // Ontology (ONT)
2624
- $s12 = "D{1}[5-9A-HJ-NP-U]{1}[1-9A-HJ-NP-Za-km-z]{32}" ascii wide nocase // Dogecoin (DOGE)
2625
- $s13 = "(^0x[A-Za-z0-9]{40,40}?[\\d\\- ])|(^0x[A-Za-z0-9]{40,40})$" ascii wide nocase
2626
- $s14 = "(^D[A-Za-z0-9]{32,35}?[\\d\\- ])|(^D[A-Za-z0-9]{32,35})$" ascii wide nocase
2627
- $s15 = "^([13]{1}[a-km-zA-HJ-NP-Z1-9]{26,33}|bc1[a-z0-9]{39,59})$" ascii wide nocase
2628
- $s16 = "(^X[A-Za-z0-9]{32,34}?[\\d\\- ])|(^X[A-Za-z0-9]{32,34})|(^7[A-Za-z0-9]{32,34})$" ascii wide nocase
2629
- $s17 = "(^t[A-Za-z0-9]{32,36})$" ascii wide nocase
2630
- $s18 = "(^(GD|GC)[A-Z0-9]{54,56})$" ascii wide nocase
2631
- condition:
2632
- (uint16(0) == 0x5a4d and 3 of them) or (5 of them)
2633
- }