@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,2947 +0,0 @@
1
- // Copyright 2020 by FireEye, Inc.
2
- // You may not use this file except in compliance with the license. The license should have been received with this file. You may obtain a copy of the license at:
3
- // https://github.com/fireeye/red_team_tool_countermeasures/blob/master/LICENSE.txt
4
- import "pe"
5
-
6
- rule HackTool_MSIL_Rubeus_1
7
- {
8
- meta:
9
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the public Rubeus project."
10
- md5 = "66e0681a500c726ed52e5ea9423d2654"
11
- rev = 4
12
- author = "FireEye"
13
- strings:
14
- $typelibguid = "658C8B7F-3664-4A95-9572-A3E5871DFC06" ascii nocase wide
15
- condition:
16
- uint16(0) == 0x5A4D and $typelibguid
17
- }
18
- rule Trojan_Raw_Generic_4
19
- {
20
- meta:
21
- date_created = "2020-12-02"
22
- date_modified = "2020-12-02"
23
- md5 = "f41074be5b423afb02a74bc74222e35d"
24
- rev = 1
25
- author = "FireEye"
26
- strings:
27
- $s0 = { 83 ?? 02 [1-16] 40 [1-16] F3 A4 [1-16] 40 [1-16] E8 [4-32] FF ( D? | 5? | 1? ) }
28
- $s1 = { 0F B? [1-16] 4D 5A [1-32] 3C [16-64] 50 45 [8-32] C3 }
29
- condition:
30
- uint16(0) != 0x5A4D and all of them
31
- }
32
- rule HackTool_Win32_AndrewSpecial_1
33
- {
34
- meta:
35
- date_created = "2020-11-25"
36
- date_modified = "2020-11-25"
37
- md5 = "e89efa88e3fda86be48c0cc8f2ef7230"
38
- rev = 4
39
- author = "FireEye"
40
- strings:
41
- $dump = { 6A 00 68 FF FF 1F 00 FF 15 [4] 89 45 ?? 83 [2] 00 [1-50] 6A 00 68 80 00 00 00 6A 02 6A 00 6A 00 68 00 00 00 10 68 [4] FF 15 [4] 89 45 [10-70] 6A 00 6A 00 6A 00 6A 02 8B [2-4] 5? 8B [2-4] 5? 8B [2-4] 5? E8 [4-20] FF 15 }
42
- $shellcode_x86 = { B8 3C 00 00 00 33 C9 8D 54 24 04 64 FF 15 C0 00 00 00 83 C4 04 C2 14 00 }
43
- $shellcode_x86_inline = { C6 45 ?? B8 C6 45 ?? 3C C6 45 ?? 00 C6 45 ?? 00 C6 45 ?? 00 C6 45 ?? 33 C6 45 ?? C9 C6 45 ?? 8D C6 45 ?? 54 C6 45 ?? 24 C6 45 ?? 04 C6 45 ?? 64 C6 45 ?? FF C6 45 ?? 15 C6 45 ?? C0 C6 45 ?? 00 C6 45 ?? 00 C6 45 ?? 00 C6 45 ?? 83 C6 45 ?? C4 C6 45 ?? 04 C6 45 ?? C2 C6 45 ?? 14 C6 45 ?? 00 }
44
- condition:
45
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and (uint16(uint32(0x3C)+0x18) == 0x010B) and $dump and any of ($shellcode*)
46
- }
47
- rule APT_Backdoor_Win_GORAT_3
48
- {
49
- meta:
50
- description = "This rule uses the same logic as FE_APT_Trojan_Win_GORAT_1_FEBeta with the addition of one check, to look for strings that are known to be in the Gorat implant when a certain cleaning script is not run against it."
51
- md5 = "995120b35db9d2f36d7d0ae0bfc9c10d"
52
- rev = 5
53
- author = "FireEye"
54
- strings:
55
- $dirty1 = "fireeye" ascii nocase wide
56
- $dirty2 = "kulinacs" ascii nocase wide
57
- $dirty3 = "RedFlare" ascii nocase wide
58
- $dirty4 = "gorat" ascii nocase wide
59
- $dirty5 = "flare" ascii nocase wide
60
- $go1 = "go.buildid" ascii wide
61
- $go2 = "Go build ID:" ascii wide
62
- $json1 = "json:\"pid\"" ascii wide
63
- $json2 = "json:\"key\"" ascii wide
64
- $json3 = "json:\"agent_time\"" ascii wide
65
- $json4 = "json:\"rid\"" ascii wide
66
- $json5 = "json:\"ports\"" ascii wide
67
- $json6 = "json:\"agent_platform\"" ascii wide
68
- $rat = "rat" ascii wide
69
- $str1 = "handleCommand" ascii wide
70
- $str2 = "sendBeacon" ascii wide
71
- $str3 = "rat.AgentVersion" ascii wide
72
- $str4 = "rat.Core" ascii wide
73
- $str5 = "rat/log" ascii wide
74
- $str6 = "rat/comms" ascii wide
75
- $str7 = "rat/modules" ascii wide
76
- $str8 = "murica" ascii wide
77
- $str9 = "master secret" ascii wide
78
- $str10 = "TaskID" ascii wide
79
- $str11 = "rat.New" ascii wide
80
- condition:
81
- uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550 and filesize < 10MB and all of ($go*) and all of ($json*) and all of ($str*) and #rat > 1000 and any of ($dirty*)
82
- }
83
- rule CredTheft_Win_EXCAVATOR_1
84
- {
85
- meta:
86
- description = "This rule looks for the binary signature of the 'Inject' method found in the main Excavator PE."
87
- md5 = "f7d9961463b5110a3d70ee2e97842ed3"
88
- rev = 4
89
- author = "FireEye"
90
- strings:
91
- $bytes1 = { 48 89 74 24 10 48 89 7C 24 18 4C 89 74 24 20 55 48 8D 6C 24 E0 48 81 EC 20 01 00 00 48 8B 05 75 BF 01 00 48 33 C4 48 89 45 10 0F 57 C0 45 33 F6 8B F1 4C 89 74 24 60 48 8D 0D 12 A1 01 00 4C 89 74 24 68 0F 11 45 A0 41 8B FE 4C 89 74 24 70 0F 11 45 B0 0F 11 45 C0 0F 11 45 D0 0F 11 45 E0 0F 11 45 F0 0F 11 45 00 FF 15 CB 1F 01 00 48 85 C0 75 1B FF 15 80 1F 01 00 8B D0 48 8D 0D DF A0 01 00 E8 1A FF FF FF 33 C0 E9 B4 02 00 00 48 8D 15 D4 A0 01 00 48 89 9C 24 30 01 00 00 48 8B C8 FF 15 4B 1F 01 00 48 8B D8 48 85 C0 75 19 FF 15 45 1F 01 00 8B D0 48 8D 0D A4 A0 01 00 E8 DF FE FF FF E9 71 02 00 00 48 8B 4C 24 60 48 8D 44 24 60 45 33 C9 48 89 44 24 20 45 33 C0 BA 00 00 00 02 FF D3 85 C0 75 45 66 66 0F 1F 84 00 00 00 00 00 48 8B 4C 24 60 FF 15 4D 1F 01 00 3B C6 74 22 48 8B 4C 24 60 48 8D 44 24 60 45 33 C9 48 89 44 24 20 45 33 C0 BA 00 00 00 02 FF D3 85 C0 74 D1 EB 0A 48 8B 44 24 60 48 89 44 24 70 66 0F 6F 15 6D A0 01 00 48 8D 05 A6 C8 01 00 B9 C8 05 00 00 90 F3 0F 6F 40 F0 48 8D 40 40 66 0F 6F CA 66 0F EF C8 F3 0F 7F 48 B0 66 0F 6F CA F3 0F 6F 40 C0 66 0F EF C8 F3 0F 7F 48 C0 66 0F 6F CA F3 0F 6F 40 D0 66 0F EF C8 F3 0F 7F 48 D0 F3 0F 6F 40 E0 66 0F EF C2 F3 0F 7F 40 E0 48 83 E9 01 75 B2 FF 15 CC 1E 01 00 4C 8D 44 24 78 BA 0A 00 00 00 48 8B C8 FF 15 01 1E 01 00 85 C0 0F 84 66 01 00 00 48 8B 4C 24 78 48 8D 45 80 41 B9 02 00 00 00 48 89 44 24 28 45 33 C0 C7 44 24 20 02 00 00 00 41 8D 51 09 FF 15 D8 1D 01 00 85 C0 0F 84 35 01 00 00 45 33 C0 4C 8D 4C 24 68 33 C9 41 8D 50 01 FF 15 5C 1E 01 00 FF 15 06 1E 01 00 4C 8B 44 24 68 33 D2 48 8B C8 FF 15 DE 1D 01 00 48 8B F8 48 85 C0 0F 84 FF 00 00 00 45 33 C0 4C 8D 4C 24 68 48 8B C8 41 8D 50 01 FF 15 25 1E 01 00 85 C0 0F 84 E2 00 00 00 4C 89 74 24 30 4C 8D 4C 24 70 4C 89 74 24 28 33 D2 41 B8 00 00 02 00 48 C7 44 24 20 08 00 00 00 48 8B CF FF 15 6C 1D 01 00 85 C0 0F 84 B1 00 00 00 48 8B 4D 80 48 8D 45 88 48 89 44 24 50 4C 8D 05 58 39 03 00 48 8D 45 A0 48 89 7D 08 48 89 44 24 48 45 33 C9 4C 89 74 24 40 33 D2 4C 89 74 24 38 C7 44 24 30 04 00 08 00 44 89 74 24 28 4C 89 74 24 20 FF 15 0C 1D 01 00 85 C0 74 65 48 8B 4C 24 70 8B 5D 98 FF 15 1A 1D 01 00 48 8B 4D 88 FF 15 10 1D 01 00 48 8B 4D 90 FF 15 06 1D 01 00 44 8B C3 33 D2 B9 3A 04 00 00 FF 15 4E 1D 01 00 48 8B D8 48 85 C0 74 2B 48 8B C8 E8 4E 06 00 00 48 85 C0 74 1E BA FF FF FF FF 48 8B C8 FF 15 3B 1D 01 00 48 8B CB FF 15 CA 1C 01 00 B8 01 00 00 00 EB 24 FF 15 DD 1C 01 00 8B D0 48 8D 0D 58 9E 01 00 E8 77 FC FF FF 48 85 FF 74 09 48 8B CF FF 15 A9 1C 01 00 33 C0 48 8B 9C 24 30 01 00 00 48 8B 4D 10 48 33 CC E8 03 07 00 00 4C 8D 9C 24 20 01 00 00 49 8B 73 18 49 8B 7B 20 4D 8B 73 28 49 8B E3 5D C3 }
92
- $bytes2 = { 48 89 74 24 10 48 89 7C 24 18 4C 89 74 24 20 55 48 8D 6C 24 E0 48 81 EC 2? ?1 ?? ?? 48 ?? ?? ?? ?? ?? ?? 48 33 C4 48 89 45 10 0F 57 C0 45 33 F6 8B F1 4C 89 74 24 60 48 ?? ?? ?? ?? ?? ?? 4C 89 74 24 68 0F 11 45 A0 41 8B FE 4C 89 74 24 70 0F 11 45 B0 0F 11 45 C0 0F 11 45 D0 0F 11 45 E0 0F 11 45 F0 0F 11 45 ?? FF ?? ?? ?? ?? ?? 48 85 C0 75 ?? FF ?? ?? ?? ?? ?? 8B D0 48 ?? ?? ?? ?? ?? ?? E8 ?? ?? ?? ?? 33 C0 E9 ?? ?? ?? ?? 48 ?? ?? ?? ?? ?? ?? 48 89 9C 24 3? ?1 ?? ?? 48 8B C8 FF ?? ?? ?? ?? ?? 48 8B D8 48 85 C0 75 ?? FF ?? ?? ?? ?? ?? 8B D0 48 ?? ?? ?? ?? ?? ?? E8 ?? ?? ?? ?? E9 ?? ?? ?? ?? 48 8B 4C 24 60 48 8D 44 24 60 45 33 C9 48 89 44 24 20 45 33 C0 BA ?? ?? ?? ?? FF D3 85 C0 75 ?? 66 66 0F 1F 84 ?? ?? ?? ?? ?? 48 8B 4C 24 60 FF ?? ?? ?? ?? ?? 3B C6 74 ?? 48 8B 4C 24 60 48 8D 44 24 60 45 33 C9 48 89 44 24 20 45 33 C0 BA ?? ?? ?? ?? FF D3 85 C0 74 ?? EB ?? 48 8B 44 24 60 48 89 44 24 70 66 0F 6F 15 6D A? ?1 ?? 48 ?? ?? ?? ?? ?? ?? B9 ?? ?? ?? ?? 90 F3 0F 6F 40 F0 48 8D 40 40 66 0F 6F CA 66 0F EF C8 F3 0F 7F 48 B0 66 0F 6F CA F3 0F 6F 40 C0 66 0F EF C8 F3 0F 7F 48 C0 66 0F 6F CA F3 0F 6F 40 D0 66 0F EF C8 F3 0F 7F 48 D0 F3 0F 6F 40 E0 66 0F EF C2 F3 0F 7F 40 E0 48 83 E9 01 75 ?? FF ?? ?? ?? ?? ?? 4C 8D 44 24 78 BA 0A ?? ?? ?? 48 8B C8 FF ?? ?? ?? ?? ?? 85 C0 0F 84 ?? ?? ?? ?? 48 8B 4C 24 78 48 8D 45 80 41 B9 02 ?? ?? ?? 48 89 44 24 28 45 33 C0 C7 44 24 2? ?2 ?? ?? ?? 41 8D 51 09 FF ?? ?? ?? ?? ?? 85 C0 0F 84 ?? ?? ?? ?? 45 33 C0 4C 8D 4C 24 68 33 C9 41 8D 5? ?1 FF ?? ?? ?? ?? ?? FF ?? ?? ?? ?? ?? 4C 8B 44 24 68 33 D2 48 8B C8 FF ?? ?? ?? ?? ?? 48 8B F8 48 85 C0 0F 84 ?? ?? ?? ?? 45 33 C0 4C 8D 4C 24 68 48 8B C8 41 8D 5? ?1 FF ?? ?? ?? ?? ?? 85 C0 0F 84 ?? ?? ?? ?? 4C 89 74 24 30 4C 8D 4C 24 70 4C 89 74 24 28 33 D2 41 ?? ?? ?? ?? ?? 48 C7 44 24 2? ?8 ?? ?? ?? 48 8B CF FF ?? ?? ?? ?? ?? 85 C0 0F 84 ?? ?? ?? ?? 48 8B 4D 80 48 8D 45 88 48 89 44 24 50 4C ?? ?? ?? ?? ?? ?? 48 8D 45 A0 48 89 7D 08 48 89 44 24 48 45 33 C9 4C 89 74 24 40 33 D2 4C 89 74 24 38 C7 ?? ?? ?? ?? ?? ?? ?? 44 89 74 24 28 4C 89 74 24 20 FF ?? ?? ?? ?? ?? 85 C0 74 ?? 48 8B 4C 24 70 8B 5D 98 FF ?? ?? ?? ?? ?? 48 8B 4D 88 FF ?? ?? ?? ?? ?? 48 8B 4D 90 FF ?? ?? ?? ?? ?? 44 8B C3 33 D2 B9 ?? ?? ?? ?? FF ?? ?? ?? ?? ?? 48 8B D8 48 85 C0 74 ?? 48 8B C8 E8 ?? ?? ?? ?? 48 85 C0 74 ?? BA ?? ?? ?? ?? 48 8B C8 FF ?? ?? ?? ?? ?? 48 8B CB FF ?? ?? ?? ?? ?? B8 01 ?? ?? ?? EB ?? FF ?? ?? ?? ?? ?? 8B D0 48 ?? ?? ?? ?? ?? ?? E8 ?? ?? ?? ?? 48 85 FF 74 ?? 48 8B CF FF ?? ?? ?? ?? ?? 33 C0 48 8B 9C 24 3? ?1 ?? ?? 48 8B 4D 10 48 33 CC E8 ?? ?? ?? ?? 4C 8D 9C 24 2? ?1 ?? ?? 49 8B 73 18 49 8B 7B 20 4D 8B 73 28 49 8B E3 5D C3 }
93
- $bytes3 = { 48 89 74 24 10 48 89 7C 24 18 4C 89 74 24 20 55 48 8D 6C 24 E0 48 81 EC 2? ?1 ?? ?? 48 ?? ?? ?? ?? ?? ?? 48 33 C4 48 89 45 10 0F 57 C0 45 33 F6 8B F1 4C 89 74 24 60 48 ?? ?? ?? ?? ?? ?? 4C 89 74 24 68 0F 11 45 A0 41 8B FE 4C 89 74 24 70 0F 11 45 B0 0F 11 45 C0 0F 11 45 D0 0F 11 45 E0 0F 11 45 F0 0F 11 45 ?? FF ?? ?? ?? ?? ?? 48 85 C0 75 ?? FF ?? ?? ?? ?? ?? 8B D0 48 ?? ?? ?? ?? ?? ?? E8 ?? ?? ?? ?? 33 C0 E9 ?? ?? ?? ?? 48 ?? ?? ?? ?? ?? ?? 48 89 9C 24 3? ?1 ?? ?? 48 8B C8 FF ?? ?? ?? ?? ?? 48 8B D8 48 85 C0 75 ?? FF ?? ?? ?? ?? ?? 8B D0 48 ?? ?? ?? ?? ?? ?? E8 ?? ?? ?? ?? E9 ?? ?? ?? ?? 48 8B 4C 24 60 48 8D 44 24 60 45 33 C9 48 89 44 24 20 45 33 C0 BA ?? ?? ?? ?? FF D3 85 C0 75 ?? 66 66 0F 1F 84 ?? ?? ?? ?? ?? 48 8B 4C 24 60 FF ?? ?? ?? ?? ?? 3B C6 74 ?? 48 8B 4C 24 60 48 8D 44 24 60 45 33 C9 48 89 44 24 20 45 33 C0 BA ?? ?? ?? ?? FF D3 85 C0 74 ?? EB ?? 48 8B 44 24 60 48 89 44 24 70 66 0F 6F 15 6D A? ?1 ?? 48 ?? ?? ?? ?? ?? ?? B9 ?? ?? ?? ?? 90 F3 0F 6F 40 F0 48 8D 40 40 66 0F 6F CA 66 0F EF C8 F3 0F 7F 48 B0 66 0F 6F CA F3 0F 6F 40 C0 66 0F EF C8 F3 0F 7F 48 C0 66 0F 6F CA F3 0F 6F 40 D0 66 0F EF C8 F3 0F 7F 48 D0 F3 0F 6F 40 E0 66 0F EF C2 F3 0F 7F 40 E0 48 83 E9 01 75 ?? FF ?? ?? ?? ?? ?? 4C 8D 44 24 78 BA 0A ?? ?? ?? 48 8B C8 FF ?? ?? ?? ?? ?? 85 C0 0F 84 ?? ?? ?? ?? 48 8B 4C 24 78 48 8D 45 80 41 B9 02 ?? ?? ?? 48 89 44 24 28 45 33 C0 C7 44 24 2? ?2 ?? ?? ?? 41 8D 51 09 FF ?? ?? ?? ?? ?? 85 C0 0F 84 ?? ?? ?? ?? 45 33 C0 4C 8D 4C 24 68 33 C9 41 8D 5? ?1 FF ?? ?? ?? ?? ?? FF ?? ?? ?? ?? ?? 4C 8B 44 24 68 33 D2 48 8B C8 FF ?? ?? ?? ?? ?? 48 8B F8 48 85 C0 0F 84 ?? ?? ?? ?? 45 33 C0 4C 8D 4C 24 68 48 8B C8 41 8D 5? ?1 FF ?? ?? ?? ?? ?? 85 C0 0F 84 ?? ?? ?? ?? 4C 89 74 24 30 4C 8D 4C 24 70 4C 89 74 24 28 33 D2 41 ?? ?? ?? ?? ?? 48 C7 44 24 2? ?8 ?? ?? ?? 48 8B CF FF ?? ?? ?? ?? ?? 85 C0 0F 84 ?? ?? ?? ?? 48 8B 4D 80 48 8D 45 88 48 89 44 24 50 4C ?? ?? ?? ?? ?? ?? 48 8D 45 A0 48 89 7D 08 48 89 44 24 48 45 33 C9 4C 89 74 24 40 33 D2 4C 89 74 24 38 C7 ?? ?? ?? ?? ?? ?? ?? 44 89 74 24 28 4C 89 74 24 20 FF ?? ?? ?? ?? ?? 85 C0 74 ?? 48 8B 4C 24 70 8B 5D 98 FF ?? ?? ?? ?? ?? 48 8B 4D 88 FF ?? ?? ?? ?? ?? 48 8B 4D 90 FF ?? ?? ?? ?? ?? 44 8B C3 33 D2 B9 ?? ?? ?? ?? FF ?? ?? ?? ?? ?? 48 8B D8 48 85 C0 74 ?? 48 8B C8 E8 ?? ?? ?? ?? 48 85 C0 74 ?? BA ?? ?? ?? ?? 48 8B C8 FF ?? ?? ?? ?? ?? 48 8B CB FF ?? ?? ?? ?? ?? B8 01 ?? ?? ?? EB ?? FF ?? ?? ?? ?? ?? 8B D0 48 ?? ?? ?? ?? ?? ?? E8 ?? ?? ?? ?? 48 85 FF 74 ?? 48 8B CF FF ?? ?? ?? ?? ?? 33 C0 48 8B 9C 24 3? ?1 ?? ?? 48 8B 4D 10 48 33 CC E8 ?? ?? ?? ?? 4C 8D 9C 24 2? ?1 ?? ?? 49 8B 73 18 49 8B 7B 20 4D 8B 73 28 49 8B E3 5D C3 }
94
- $bytes4 = { 48 89 74 24 ?? 48 89 7C 24 ?? 4C 89 74 24 ?? 55 48 8D 6C 24 ?? 48 81 EC 20 01 00 00 48 8B 05 ?? ?? ?? ?? 48 33 C4 48 89 45 ?? 0F 57 C0 45 33 F6 8B F1 4C 89 74 24 ?? 48 8D 0D ?? ?? ?? ?? 4C 89 74 24 ?? 0F 11 45 ?? 41 8B FE 4C 89 74 24 ?? 0F 11 45 ?? 0F 11 45 ?? 0F 11 45 ?? 0F 11 45 ?? 0F 11 45 ?? 0F 11 45 ?? FF 15 ?? ?? ?? ?? 48 85 C0 75 ?? FF 15 ?? ?? ?? ?? 8B D0 48 8D 0D ?? ?? ?? ?? E8 ?? ?? ?? ?? 33 C0 E9 ?? ?? ?? ?? 48 8D 15 ?? ?? ?? ?? 48 89 9C 24 ?? ?? ?? ?? 48 8B C8 FF 15 ?? ?? ?? ?? 48 8B D8 48 85 C0 75 ?? FF 15 ?? ?? ?? ?? 8B D0 48 8D 0D ?? ?? ?? ?? E8 ?? ?? ?? ?? E9 ?? ?? ?? ?? 48 8B 4C 24 ?? 48 8D 44 24 ?? 45 33 C9 48 89 44 24 ?? 45 33 C0 BA 00 00 00 02 FF D3 85 C0 75 ?? 66 66 0F 1F 84 00 ?? ?? 00 00 48 8B 4C 24 ?? FF 15 ?? ?? ?? ?? 3B C6 74 ?? 48 8B 4C 24 ?? 48 8D 44 24 ?? 45 33 C9 48 89 44 24 ?? 45 33 C0 BA 00 00 00 02 FF D3 85 C0 74 ?? EB ?? 48 8B 44 24 ?? 48 89 44 24 ?? 66 0F 6F 15 ?? ?? 01 00 48 8D 05 ?? ?? ?? ?? B9 C8 05 00 00 90 F3 0F 6F 40 ?? 48 8D 40 ?? 66 0F 6F CA 66 0F EF C8 F3 0F 7F 48 ?? 66 0F 6F CA F3 0F 6F 40 ?? 66 0F EF C8 F3 0F 7F 48 ?? 66 0F 6F CA F3 0F 6F 40 ?? 66 0F EF C8 F3 0F 7F 48 ?? F3 0F 6F 40 ?? 66 0F EF C2 F3 0F 7F 40 ?? 48 83 E9 01 75 ?? FF 15 ?? ?? ?? ?? 4C 8D 44 24 ?? BA 0A 00 00 00 48 8B C8 FF 15 ?? ?? ?? ?? 85 C0 0F 84 ?? ?? ?? ?? 48 8B 4C 24 ?? 48 8D 45 ?? 41 B9 02 00 00 00 48 89 44 24 ?? 45 33 C0 C7 44 24 ?? 02 00 00 00 41 8D 51 ?? FF 15 ?? ?? ?? ?? 85 C0 0F 84 ?? ?? ?? ?? 45 33 C0 4C 8D 4C 24 ?? 33 C9 41 8D 50 ?? FF 15 ?? ?? ?? ?? FF 15 ?? ?? ?? ?? 4C 8B 44 24 ?? 33 D2 48 8B C8 FF 15 ?? ?? ?? ?? 48 8B F8 48 85 C0 0F 84 ?? ?? ?? ?? 45 33 C0 4C 8D 4C 24 ?? 48 8B C8 41 8D 50 ?? FF 15 ?? ?? ?? ?? 85 C0 0F 84 ?? ?? ?? ?? 4C 89 74 24 ?? 4C 8D 4C 24 ?? 4C 89 74 24 ?? 33 D2 41 B8 00 00 02 00 48 C7 44 24 ?? 08 00 00 00 48 8B CF FF 15 ?? ?? ?? ?? 85 C0 0F 84 ?? ?? ?? ?? 48 8B 4D ?? 48 8D 45 ?? 48 89 44 24 ?? 4C 8D 05 ?? ?? ?? ?? 48 8D 45 ?? 48 89 7D ?? 48 89 44 24 ?? 45 33 C9 4C 89 74 24 ?? 33 D2 4C 89 74 24 ?? C7 44 24 ?? 04 00 08 00 44 89 74 24 ?? 4C 89 74 24 ?? FF 15 ?? ?? ?? ?? 85 C0 74 ?? 48 8B 4C 24 ?? 8B 5D ?? FF 15 ?? ?? ?? ?? 48 8B 4D ?? FF 15 ?? ?? ?? ?? 48 8B 4D ?? FF 15 ?? ?? ?? ?? 44 8B C3 33 D2 B9 3A 04 00 00 FF 15 ?? ?? ?? ?? 48 8B D8 48 85 C0 74 ?? 48 8B C8 E8 ?? ?? ?? ?? 48 85 C0 74 ?? BA FF FF FF FF 48 8B C8 FF 15 ?? ?? ?? ?? 48 8B CB FF 15 ?? ?? ?? ?? B8 01 00 00 00 EB ?? FF 15 ?? ?? ?? ?? 8B D0 48 8D 0D ?? ?? ?? ?? E8 ?? ?? ?? ?? 48 85 FF 74 ?? 48 8B CF FF 15 ?? ?? ?? ?? 33 C0 48 8B 9C 24 ?? ?? ?? ?? 48 8B 4D ?? 48 33 CC E8 ?? ?? ?? ?? 4C 8D 9C 24 ?? ?? ?? ?? 49 8B 73 ?? 49 8B 7B ?? 4D 8B 73 ?? 49 8B E3 5D C3 }
95
- condition:
96
- uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550 and any of ($bytes*)
97
- }
98
- rule APT_Loader_Win64_REDFLARE_1
99
- {
100
- meta:
101
- date_created = "2020-11-27"
102
- date_modified = "2020-11-27"
103
- md5 = "f20824fa6e5c81e3804419f108445368"
104
- rev = 1
105
- author = "FireEye"
106
- strings:
107
- $alloc_n_load = { 41 B9 40 00 00 00 41 B8 00 30 00 00 33 C9 [1-10] FF 50 [4-80] F3 A4 [30-120] 48 6B C9 28 [3-20] 48 6B C9 28 }
108
- $const_values = { 0F B6 ?? 83 C? 20 83 F? 6D [2-20] 83 C? 20 83 F? 7A }
109
- condition:
110
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and (uint16(uint32(0x3C)+0x18) == 0x020B) and all of them
111
- }
112
- rule APT_Loader_Raw64_REDFLARE_1
113
- {
114
- meta:
115
- date_created = "2020-11-27"
116
- date_modified = "2020-11-27"
117
- md5 = "5e14f77f85fd9a5be46e7f04b8a144f5"
118
- rev = 1
119
- author = "FireEye"
120
- strings:
121
- $load = { EB ?? 58 48 8B 10 4C 8B 48 ?? 48 8B C8 [1-10] 48 83 C1 ?? 48 03 D1 FF }
122
- condition:
123
- (uint16(0) != 0x5A4D) and all of them
124
- }
125
- rule HackTool_MSIL_SHARPZEROLOGON_1
126
- {
127
- meta:
128
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the public 'sharpzerologon' project."
129
- md5 = "dd8805d0e470e59b829d98397507d8c2"
130
- rev = 3
131
- author = "FireEye"
132
- strings:
133
- $typelibguid0 = "15ce9a3c-4609-4184-87b2-e29fc5e2b770" ascii nocase wide
134
- condition:
135
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and any of them
136
- }
137
- rule HackTool_MSIL_CoreHound_1
138
- {
139
- meta:
140
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the 'CoreHound' project."
141
- md5 = "dd8805d0e470e59b829d98397507d8c2"
142
- rev = 1
143
- author = "FireEye"
144
- strings:
145
- $typelibguid0 = "1fff2aee-a540-4613-94ee-4f208b30c599" ascii nocase wide
146
- condition:
147
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and any of them
148
- }
149
- rule Loader_MSIL_NETAssemblyInject_1
150
- {
151
- meta:
152
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the 'NET-Assembly-Inject' project."
153
- md5 = "dd8805d0e470e59b829d98397507d8c2"
154
- rev = 2
155
- author = "FireEye"
156
- strings:
157
- $typelibguid0 = "af09c8c3-b271-4c6c-8f48-d5f0e1d1cac6" ascii nocase wide
158
- $typelibguid1 = "c5e56650-dfb0-4cd9-8d06-51defdad5da1" ascii nocase wide
159
- $typelibguid2 = "e8fa7329-8074-4675-9588-d73f88a8b5b6" ascii nocase wide
160
- condition:
161
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and any of them
162
- }
163
- rule Hunting_GadgetToJScript_1
164
- {
165
- meta:
166
- description = "This rule is looking for B64 offsets of LazyNetToJscriptLoader which is a namespace specific to the internal version of the GadgetToJScript tooling."
167
- md5 = "7af24305a409a2b8f83ece27bb0f7900"
168
- rev = 4
169
- author = "FireEye"
170
- strings:
171
- $s1 = "GF6eU5ldFRvSnNjcmlwdExvYWRl"
172
- $s2 = "henlOZXRUb0pzY3JpcHRMb2Fk"
173
- $s3 = "YXp5TmV0VG9Kc2NyaXB0TG9hZGV"
174
- condition:
175
- any of them
176
- }
177
- rule Trojan_MSIL_GORAT_Plugin_DOTNET_1
178
- {
179
- meta:
180
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the 'RedFlare - Plugin - .NET' project."
181
- md5 = "dd8805d0e470e59b829d98397507d8c2"
182
- rev = 1
183
- author = "FireEye"
184
- strings:
185
- $typelibguid0 = "cd9407d0-fc8d-41ed-832d-da94daa3e064" ascii nocase wide
186
- $typelibguid1 = "fc3daedf-1d01-4490-8032-b978079d8c2d" ascii nocase wide
187
- condition:
188
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and any of them
189
- }
190
- rule APT_Trojan_Win_REDFLARE_1
191
- {
192
- meta:
193
- date_created = "2020-11-27"
194
- date_modified = "2020-11-27"
195
- md5 = "100d73b35f23b2fe84bf7cd37140bf4d,4e7e90c7147ee8aa01275894734f4492"
196
- rev = 3
197
- author = "FireEye"
198
- strings:
199
- $1 = "initialize" fullword
200
- $2 = "runCommand" fullword
201
- $3 = "stop" fullword
202
- $4 = "fini" fullword
203
- $5 = "VirtualAllocEx" fullword
204
- $6 = "WriteProcessMemory" fullword
205
- condition:
206
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and all of them
207
- }
208
- rule APT_Dropper_Win64_MATRYOSHKA_1
209
- {
210
- meta:
211
- date_created = "2020-12-02"
212
- date_modified = "2020-12-02"
213
- description = "matryoshka_dropper.rs"
214
- md5 = "edcd58ba5b1b87705e95089002312281"
215
- rev = 1
216
- author = "FireEye"
217
- strings:
218
- $sb1 = { 8D 8D [4] E8 [4] 49 89 D0 C6 [2-6] 01 C6 [2-6] 01 [0-8] C7 44 24 ?? 0E 00 00 00 4C 8D 0D [4] 48 8D 8D [4] 48 89 C2 E8 [4] C6 [2-6] 01 C6 [2-6] 01 48 89 E9 48 8D 95 [4] E8 [4] 83 [2] 01 0F 8? [4] 48 01 F3 48 29 F7 48 [2] 08 48 89 85 [4] C6 [2-6] 01 C6 [2-6] 01 C6 [2-6] 01 48 8D 8D [4] 48 89 DA 49 89 F8 E8 }
219
- $sb2 = { 0F 29 45 ?? 48 C7 45 ?? 00 00 00 00 0F 29 45 ?? 0F 29 45 ?? 0F 29 45 ?? 0F 29 45 ?? 0F 29 45 ?? 0F 29 45 ?? 48 C7 45 ?? 00 00 00 00 C7 45 ?? 68 00 00 00 48 8B [2] 48 8D [2] 48 89 [3] 48 89 [3] 0F 11 44 24 ?? C7 44 24 ?? 08 00 00 0C C7 44 24 ?? 00 00 00 00 31 ?? 48 89 ?? 31 ?? 45 31 ?? 45 31 ?? E8 [4] 83 F8 01 }
220
- condition:
221
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and (uint16(uint32(0x3C)+0x18) == 0x020B) and all of them
222
- }
223
- rule APT_HackTool_MSIL_SHARPGOPHER_1
224
- {
225
- meta:
226
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the 'sharpgopher' project."
227
- md5 = "dd8805d0e470e59b829d98397507d8c2"
228
- rev = 2
229
- author = "FireEye"
230
- strings:
231
- $typelibguid0 = "83413a89-7f5f-4c3f-805d-f4692bc60173" ascii nocase wide
232
- condition:
233
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and any of them
234
- }
235
- rule HackTool_MSIL_KeeFarce_1
236
- {
237
- meta:
238
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the 'KeeFarce' project."
239
- md5 = "dd8805d0e470e59b829d98397507d8c2"
240
- rev = 3
241
- author = "FireEye"
242
- strings:
243
- $typelibguid0 = "17589ea6-fcc9-44bb-92ad-d5b3eea6af03" ascii nocase wide
244
- condition:
245
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and any of them
246
- }
247
- rule APT_Backdoor_Win_GORAT_1
248
- {
249
- meta:
250
- description = "This detects if a sample is less than 50KB and has a number of strings found in the Gorat shellcode (stage0 loader). The loader contains an embedded DLL (stage0.dll) that contains a number of unique strings. The 'Cookie' string found in this loader is important as this cookie is needed by the C2 server to download the Gorat implant (stage1 payload)."
251
- md5 = "66cdaa156e4d372cfa3dea0137850d20"
252
- rev = 4
253
- author = "FireEye"
254
- strings:
255
- $s1 = "httpComms.dll" ascii wide
256
- $s2 = "Cookie: SID1=%s" ascii wide
257
- $s3 = "Global\\" ascii wide
258
- $s4 = "stage0.dll" ascii wide
259
- $s5 = "runCommand" ascii wide
260
- $s6 = "getData" ascii wide
261
- $s7 = "initialize" ascii wide
262
- $s8 = "Windows NT %d.%d;" ascii wide
263
- $s9 = "!This program cannot be run in DOS mode." ascii wide
264
- condition:
265
- filesize < 50KB and all of them
266
- }
267
- rule APT_Dropper_Win_MATRYOSHKA_1
268
- {
269
- meta:
270
- date_created = "2020-12-02"
271
- date_modified = "2020-12-02"
272
- description = "matryoshka_dropper.rs"
273
- md5 = "edcd58ba5b1b87705e95089002312281"
274
- rev = 1
275
- author = "FireEye"
276
- strings:
277
- $s1 = "\x00matryoshka.exe\x00"
278
- $s2 = "\x00Unable to write data\x00"
279
- $s3 = "\x00Error while spawning process. NTStatus: \x0a\x00"
280
- $s4 = "\x00.execmdstart/Cfailed to execute process\x00"
281
- condition:
282
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and all of them
283
- }
284
- rule Loader_Win_Generic_20
285
- {
286
- meta:
287
- date_created = "2020-12-02"
288
- date_modified = "2020-12-02"
289
- md5 = "5125979110847d35a338caac6bff2aa8"
290
- rev = 1
291
- author = "FireEye"
292
- strings:
293
- $s0 = { 8B [1-16] 89 [1-16] E8 [4-32] F3 A4 [0-16] 89 [1-8] E8 }
294
- $s2 = { 83 EC [4-24] 00 10 00 00 [4-24] C7 44 24 ?? ?? 00 00 00 [0-8] FF 15 [4-24] 89 [1-4] 89 [1-4] 89 [1-8] FF 15 [4-16] 3? ?? 7? [4-24] 20 00 00 00 [4-24] FF 15 [4-32] F3 A5 }
295
- $si1 = "VirtualProtect" fullword
296
- $si2 = "malloc" fullword
297
- condition:
298
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and all of them
299
- }
300
- rule APT_Loader_Win32_PGF_2
301
- {
302
- meta:
303
- date_created = "2020-11-25"
304
- date_modified = "2020-11-25"
305
- description = "base dlls: /lib/payload/techniques/dllmain/"
306
- md5 = "04eb45f8546e052fe348fda2425b058c"
307
- rev = 1
308
- author = "FireEye"
309
- strings:
310
- $sb1 = { 6A ?? FF 15 [4-16] 8A ?? 04 [0-16] 8B ?? 1C [0-64] 0F 10 ?? 66 0F EF C8 0F 11 [0-32] 30 [2] 8D [2] 4? 83 [2] 7? }
311
- $sb2 = { 8B ?? 08 [0-16] 6A 40 68 00 30 00 00 5? 6A 00 [0-32] FF 15 [4-32] 5? [0-16] E8 [4-64] C1 ?? 04 [0-32] 8A [2] 3? [2] 4? 3? ?? 24 ?? 7? }
312
- $sb3 = { 8B ?? 3C [0-16] 03 [1-64] 0F B? ?? 14 [0-32] 83 ?? 18 [0-32] 66 3? ?? 06 [4-32] 68 [4] 5? FF 15 [4-16] 85 C0 [2-32] 83 ?? 28 0F B? ?? 06 }
313
- condition:
314
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and (uint16(uint32(0x3C)+0x18) == 0x010B) and all of them
315
- }
316
- rule APT_HackTool_MSIL_REDTEAMMATERIALS_1
317
- {
318
- meta:
319
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the 'red_team_materials' project."
320
- md5 = "dd8805d0e470e59b829d98397507d8c2"
321
- rev = 3
322
- author = "FireEye"
323
- strings:
324
- $typelibguid0 = "86c95a99-a2d6-4ebe-ad5f-9885b06eab12" ascii nocase wide
325
- $typelibguid1 = "e06f1411-c7f8-4538-bbb9-46c928732245" ascii nocase wide
326
- condition:
327
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and any of them
328
- }
329
- rule APT_Trojan_Win_REDFLARE_7
330
- {
331
- meta:
332
- date_created = "2020-12-02"
333
- date_modified = "2020-12-02"
334
- md5 = "e7beece34bdf67cbb8297833c5953669, 8025bcbe3cc81fc19021ad0fbc11cf9b"
335
- rev = 1
336
- author = "FireEye"
337
- strings:
338
- $1 = "initialize" fullword
339
- $2 = "getData" fullword
340
- $3 = "putData" fullword
341
- $4 = "fini" fullword
342
- $5 = "NamedPipe"
343
- $named_pipe = { 88 13 00 00 [1-8] E8 03 00 00 [20-60] 00 00 00 00 [1-8] 00 00 00 00 [1-40] ( 6A 00 6A 00 6A 03 6A 00 6A 00 68 | 00 00 00 00 [1-6] 00 00 00 00 [1-6] 03 00 00 00 45 33 C? 45 33 C? BA ) 00 00 00 C0 [2-10] FF 15 [4-30] FF 15 [4-7] E7 00 00 00 [4-40] FF 15 [4] 85 C0 }
344
- condition:
345
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and all of them
346
- }
347
- rule APT_Trojan_Win_REDFLARE_8
348
- {
349
- meta:
350
- date_created = "2020-12-02"
351
- date_modified = "2020-12-02"
352
- md5 = "9c8eb908b8c1cda46e844c24f65d9370, 9e85713d615bda23785faf660c1b872c"
353
- rev = 1
354
- author = "FireEye"
355
- strings:
356
- $1 = "PSRunner.PSRunner" fullword
357
- $2 = "CorBindToRuntime" fullword
358
- $3 = "ReportEventW" fullword
359
- $4 = "InvokePS" fullword wide
360
- $5 = "runCommand" fullword
361
- $6 = "initialize" fullword
362
- $trap = { 03 40 00 80 E8 [4] CC }
363
- condition:
364
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and all of them
365
- }
366
- rule APT_Backdoor_Win_GORAT_5
367
- {
368
- meta:
369
- date_created = "2020-12-02"
370
- date_modified = "2020-12-02"
371
- md5 = "cdf58a48757010d9891c62940c439adb, a107850eb20a4bb3cc59dbd6861eaf0f"
372
- rev = 1
373
- author = "FireEye"
374
- strings:
375
- $1 = "comms.BeaconData" fullword
376
- $2 = "comms.CommandResponse" fullword
377
- $3 = "rat.BaseChannel" fullword
378
- $4 = "rat.Config" fullword
379
- $5 = "rat.Core" fullword
380
- $6 = "platforms.AgentPlatform" fullword
381
- $7 = "GetHostID" fullword
382
- $8 = "/rat/cmd/gorat_shared/dllmain.go" fullword
383
- condition:
384
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and all of them
385
- }
386
- rule APT_HackTool_MSIL_GPOHUNT_1
387
- {
388
- meta:
389
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the 'gpohunt' project."
390
- md5 = "dd8805d0e470e59b829d98397507d8c2"
391
- rev = 3
392
- author = "FireEye"
393
- strings:
394
- $typelibguid0 = "751a9270-2de0-4c81-9e29-872cd6378303" ascii nocase wide
395
- condition:
396
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and any of them
397
- }
398
- rule APT_HackTool_MSIL_JUSTASK_1
399
- {
400
- meta:
401
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the 'justask' project."
402
- md5 = "dd8805d0e470e59b829d98397507d8c2"
403
- rev = 2
404
- author = "FireEye"
405
- strings:
406
- $typelibguid0 = "aa59be52-7845-4fed-9ea5-1ea49085d67a" ascii nocase wide
407
- condition:
408
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and any of them
409
- }
410
- rule APT_Trojan_Win_REDFLARE_4
411
- {
412
- meta:
413
- date_created = "2020-12-01"
414
- date_modified = "2020-12-01"
415
- md5 = "a8b5dcfea5e87bf0e95176daa243943d, 9dcb6424662941d746576e62712220aa"
416
- rev = 2
417
- author = "FireEye"
418
- strings:
419
- $s1 = "LogonUserW" fullword
420
- $s2 = "ImpersonateLoggedOnUser" fullword
421
- $s3 = "runCommand" fullword
422
- $user_logon = { 22 02 00 00 [1-10] 02 02 00 00 [0-4] E8 [4-40] ( 09 00 00 00 [1-10] 03 00 00 00 | 6A 03 6A 09 ) [4-30] FF 15 [4] 85 C0 7? }
423
- condition:
424
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and all of them
425
- }
426
- rule APT_HackTool_MSIL_TITOSPECIAL_1
427
- {
428
- meta:
429
- date_created = "2020-11-25"
430
- date_modified = "2020-11-25"
431
- md5 = "4bf96a7040a683bd34c618431e571e26"
432
- rev = 5
433
- author = "FireEye"
434
- strings:
435
- $ind_dump = { 1F 10 16 28 [2] 00 0A 6F [2] 00 0A [50-200] 18 19 18 73 [2] 00 0A 13 [1-4] 06 07 11 ?? 6F [2] 00 0A 18 7E [2] 00 0A 7E [2] 00 0A 7E [2] 00 0A 28 [2] 00 06 }
436
- $ind_s1 = "NtReadVirtualMemory" fullword wide
437
- $ind_s2 = "WriteProcessMemory" fullword
438
- $shellcode_x64 = { 4C 8B D1 B8 3C 00 00 00 0F 05 C3 }
439
- $shellcode_x86 = { B8 3C 00 00 00 33 C9 8D 54 24 04 64 FF 15 C0 00 00 00 83 C4 04 C2 14 00 }
440
- condition:
441
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and all of ($ind*) and any of ($shellcode* )
442
- }
443
- rule Dropper_LNK_LNKSmasher_1
444
- {
445
- meta:
446
- description = "The LNKSmasher project contains a prebuilt LNK file that has pieces added based on various configuration items. Because of this, several artifacts are present in every single LNK file generated by LNKSmasher, including the Drive Serial #, the File Droid GUID, and the GUID CLSID."
447
- md5 = "0a86d64c3b25aa45428e94b6e0be3e08"
448
- rev = 6
449
- author = "FireEye"
450
- strings:
451
- $drive_serial = { 12 F7 26 BE }
452
- $file_droid_guid = { BC 96 28 4F 0A 46 54 42 81 B8 9F 48 64 D7 E9 A5 }
453
- $guid_clsid = { E0 4F D0 20 EA 3A 69 10 A2 D8 08 00 2B 30 30 9D }
454
- $header = { 4C 00 00 00 01 14 02 }
455
- condition:
456
- $header at 0 and all of them
457
- }
458
- rule HackTool_MSIL_SharpSchtask_1
459
- {
460
- meta:
461
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the 'SharpSchtask' project."
462
- md5 = "dd8805d0e470e59b829d98397507d8c2"
463
- rev = 1
464
- author = "FireEye"
465
- strings:
466
- $typelibguid0 = "0a64a5f4-bdb6-443c-bdc7-f6f0bf5b5d6c" ascii nocase wide
467
- condition:
468
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and any of them
469
- }
470
- rule APT_Controller_Linux_REDFLARE_1
471
- {
472
- meta:
473
- date_created = "2020-12-02"
474
- date_modified = "2020-12-02"
475
- md5 = "79259451ff47b864d71fb3f94b1774f3, 82773afa0860d668d7fe40e3f22b0f3e"
476
- rev = 1
477
- author = "FireEye"
478
- strings:
479
- $1 = "/RedFlare/gorat_server"
480
- $2 = "RedFlare/sandals"
481
- $3 = "goratsvr.CommandResponse" fullword
482
- $4 = "goratsvr.CommandRequest" fullword
483
- condition:
484
- (uint32(0) == 0x464c457f) and all of them
485
- }
486
- rule APT_HackTool_MSIL_WMISPY_2
487
- {
488
- meta:
489
- description = "wql searches"
490
- md5 = "3651f252d53d2f46040652788499d65a"
491
- rev = 4
492
- author = "FireEye"
493
- strings:
494
- $MSIL = "_CorExeMain"
495
- $str1 = "root\\cimv2" wide
496
- $str2 = "root\\standardcimv2" wide
497
- $str3 = "from MSFT_NetNeighbor" wide
498
- $str4 = "from Win32_NetworkLoginProfile" wide
499
- $str5 = "from Win32_IP4RouteTable" wide
500
- $str6 = "from Win32_DCOMApplication" wide
501
- $str7 = "from Win32_SystemDriver" wide
502
- $str8 = "from Win32_Share" wide
503
- $str9 = "from Win32_Process" wide
504
- condition:
505
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and $MSIL and all of ($str*)
506
- }
507
- rule HackTool_MSIL_SharPersist_2
508
- {
509
- meta:
510
- md5 = "98ecf58d48a3eae43899b45cec0fc6b7"
511
- rev = 1
512
- author = "FireEye"
513
- strings:
514
- $a1 = "SharPersist.lib"
515
- $a2 = "SharPersist.exe"
516
- $b1 = "ERROR: Invalid hotkey location option given." ascii wide
517
- $b2 = "ERROR: Invalid hotkey given." ascii wide
518
- $b3 = "ERROR: Keepass configuration file not found." ascii wide
519
- $b4 = "ERROR: Keepass configuration file was not found." ascii wide
520
- $b5 = "ERROR: That value already exists in:" ascii wide
521
- $b6 = "ERROR: Failed to delete hidden registry key." ascii wide
522
- $pdb1 = "\\SharPersist\\"
523
- $pdb2 = "\\SharPersist.pdb"
524
- condition:
525
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and ((@pdb2[1] < @pdb1[1] + 50) or (1 of ($a*) and 2 of ($b*)))
526
- }
527
- rule APT_Loader_Win_MATRYOSHKA_1
528
- {
529
- meta:
530
- date_created = "2020-12-02"
531
- date_modified = "2020-12-02"
532
- description = "matryoshka_process_hollow.rs"
533
- md5 = "44887551a47ae272d7873a354d24042d"
534
- rev = 1
535
- author = "FireEye"
536
- strings:
537
- $s1 = "ZwQueryInformationProcess" fullword
538
- $s2 = "WriteProcessMemory" fullword
539
- $s3 = "CreateProcessW" fullword
540
- $s4 = "WriteProcessMemory" fullword
541
- $s5 = "\x00Invalid NT Signature!\x00"
542
- $s6 = "\x00Error while creating and mapping section. NTStatus: "
543
- $s7 = "\x00Error no process information - NTSTATUS:"
544
- $s8 = "\x00Error while erasing pe header. NTStatus: "
545
- condition:
546
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and (uint16(uint32(0x3C)+0x18) == 0x020B) and all of them
547
- }
548
- rule Builder_MSIL_SinfulOffice_1
549
- {
550
- meta:
551
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the 'SinfulOffice' project."
552
- md5 = "dd8805d0e470e59b829d98397507d8c2"
553
- rev = 1
554
- author = "FireEye"
555
- strings:
556
- $typelibguid0 = "9940e18f-e3c7-450f-801a-07dd534ccb9a" ascii nocase wide
557
- condition:
558
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and any of them
559
- }
560
- rule Loader_MSIL_SharPy_1
561
- {
562
- meta:
563
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the 'SharPy' project."
564
- md5 = "dd8805d0e470e59b829d98397507d8c2"
565
- rev = 1
566
- author = "FireEye"
567
- strings:
568
- $typelibguid0 = "f6cf1d3b-3e43-4ecf-bb6d-6731610b4866" ascii nocase wide
569
- condition:
570
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and any of them
571
- }
572
- rule APT_Loader_MSIL_WILDCHILD_1
573
- {
574
- meta:
575
- date_created = "2020-12-01"
576
- date_modified = "2020-12-01"
577
- md5 = "6f04a93753ae3ae043203437832363c4"
578
- rev = 1
579
- author = "FireEye"
580
- strings:
581
- $s1 = "\x00QueueUserAPC\x00"
582
- $s2 = "\x00WriteProcessMemory\x00"
583
- $sb1 = { 6F [2] 00 0A 28 [2] 00 0A 6F [2] 00 0A 13 ?? 28 [2] 00 0A 28 [2] 00 0A 13 ?? 11 ?? 11 ?? 28 [2] 00 0A [0-16] 7B [2] 00 04 1? 20 [4] 28 [2] 00 0A 11 ?? 28 [2] 00 0A 28 [2] 00 0A 7E [2] 00 0A 7E [2] 00 0A 28 [2] 00 06 [0-16] 14 7E [2] 00 0A 7E [2] 00 0A 1? 20 04 00 08 08 7E [2] 00 0A 14 12 ?? 12 ?? 28 [2] 00 06 [0-16] 7B [2] 00 04 7E [2] 00 0A [0-16] 8E ?? 7E [2] 00 04 7E [2] 00 04 28 [2] 00 06 [4-120] 28 [2] 00 06 [0-80] 6F [2] 00 0A 6F [2] 00 0A 28 [2] 00 06 13 ?? 11 ?? 11 ?? 7E [2] 00 0A 28 [2] 00 06 }
584
- condition:
585
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and all of them
586
- }
587
- rule Loader_Win_Generic_18
588
- {
589
- meta:
590
- date_created = "2020-11-25"
591
- date_modified = "2020-11-25"
592
- md5 = "c74ebb6c238bbfaefd5b32d2bf7c7fcc"
593
- rev = 3
594
- author = "FireEye"
595
- strings:
596
- $s0 = { 89 [1-16] FF 15 [4-16] 89 [1-24] E8 [4-16] 89 C6 [4-24] 8D [1-8] 89 [1-4] 89 [1-4] E8 [4-16] 89 [1-8] E8 [4-24] 01 00 00 00 [1-8] 89 [1-8] E8 [4-64] 8A [1-8] 88 }
597
- $s2 = { 83 EC [4-24] 00 10 00 00 [4-24] C7 44 24 ?? ?? 00 00 00 [0-8] FF 15 [4-24] 89 [1-4] 89 [1-4] 89 [1-8] FF 15 [4-16] 3? ?? 7? [4-24] 20 00 00 00 [4-24] FF 15 [4-32] F3 A5 }
598
- $si1 = "fread" fullword
599
- $si2 = "fwrite" fullword
600
- condition:
601
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and all of them
602
- }
603
- rule HackTool_MSIL_HOLSTER_1
604
- {
605
- meta:
606
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the a customized version of the 'DUEDLLIGENCE' project."
607
- md5 = "a91bf61cc18705be2288a0f6f125068f"
608
- rev = 2
609
- author = "FireEye"
610
- strings:
611
- $typelibguid1 = "a8bdbba4-7291-49d1-9a1b-372de45a9d88" ascii nocase wide
612
- condition:
613
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and any of them
614
- }
615
- rule APT_Loader_MSIL_TRIMBISHOP_1
616
- {
617
- meta:
618
- date_created = "2020-12-03"
619
- date_modified = "2020-12-03"
620
- md5 = "e91670423930cbbd3dbf5eac1f1a7cb6"
621
- rev = 1
622
- author = "FireEye"
623
- strings:
624
- $sb1 = { 28 [2] 00 06 0A 06 7B [2] 00 04 [12-64] 06 7B [2] 00 04 6E 28 [2] 00 06 0B 07 7B [2] 00 04 [12-64] 0? 7B [2] 00 04 0? 7B [2] 00 04 0? 7B [2] 00 04 6E 28 [2] 00 06 0? 0? 7B [2] 00 04 [12-80] 0? 7B [2] 00 04 1? 0? 7B [2] 00 04 }
625
- $sb2 = { 0F ?? 7C [2] 00 04 28 [2] 00 0A 8C [2] 00 01 [20-80] 28 [2] 00 06 0? 0? 7E [2] 00 0A 28 [2] 00 0A [12-80] 7E [2] 00 0A 13 ?? 0? 7B [2] 00 04 28 [2] 00 0A 0? 28 [2] 00 0A 58 28 [2] 00 0A 13 [1-32] 28 [2] 00 0A [0-32] D0 [2] 00 02 28 [2] 00 0A 28 [2] 00 0A 74 [2] 00 02 }
626
- $ss1 = "\x00NtMapViewOfSection\x00"
627
- $ss2 = "\x00NtOpenProcess\x00"
628
- $ss3 = "\x00NtAlertResumeThread\x00"
629
- $ss4 = "\x00LdrGetProcedureAddress\x00"
630
- $tb1 = "\x00DTrim.Execution.DynamicInvoke\x00"
631
- condition:
632
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and (@sb1[1] < @sb2[1]) and (all of ($ss*)) and (all of ($tb*))
633
- }
634
- rule APT_Loader_MSIL_TRIMBISHOP_2
635
- {
636
- meta:
637
- date_created = "2020-12-03"
638
- date_modified = "2020-12-03"
639
- md5 = "c0598321d4ad4cf1219cc4f84bad4094"
640
- rev = 1
641
- author = "FireEye"
642
- strings:
643
- $ss1 = "\x00NtMapViewOfSection\x00"
644
- $ss2 = "\x00NtOpenProcess\x00"
645
- $ss3 = "\x00NtAlertResumeThread\x00"
646
- $ss4 = "\x00LdrGetProcedureAddress\x00"
647
- $ss5 = "\x2f(\x00?\x00i\x00)\x00(\x00-\x00|\x00-\x00-\x00|\x00/\x00)\x00(\x00i\x00|\x00I\x00n\x00j\x00e\x00c\x00t\x00)\x00$\x00"
648
- $ss6 = "\x2d(\x00?\x00i\x00)\x00(\x00-\x00|\x00-\x00-\x00|\x00/\x00)\x00(\x00c\x00|\x00C\x00l\x00e\x00a\x00n\x00)\x00$\x00"
649
- $tb1 = "\x00DTrim.Execution.DynamicInvoke\x00"
650
- condition:
651
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and all of them
652
- }
653
- rule APT_Backdoor_Win_DShell_3
654
- {
655
- meta:
656
- description = "This rule looks for strings specific to the D programming language in combination with sections of an integer array which contains the encoded payload found within DShell"
657
- md5 = "cf752e9cd2eccbda5b8e4c29ab5554b6"
658
- rev = 3
659
- author = "FireEye"
660
- strings:
661
- $dlang1 = "C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\phobos\\std\\utf.d" ascii wide
662
- $dlang2 = "C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\phobos\\std\\file.d" ascii wide
663
- $dlang3 = "C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\phobos\\std\\format.d" ascii wide
664
- $dlang4 = "C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\phobos\\std\\base64.d" ascii wide
665
- $dlang5 = "C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\phobos\\std\\stdio.d" ascii wide
666
- $dlang6 = "\\..\\..\\src\\phobos\\std\\utf.d" ascii wide
667
- $dlang7 = "\\..\\..\\src\\phobos\\std\\file.d" ascii wide
668
- $dlang8 = "\\..\\..\\src\\phobos\\std\\format.d" ascii wide
669
- $dlang9 = "\\..\\..\\src\\phobos\\std\\base64.d" ascii wide
670
- $dlang10 = "\\..\\..\\src\\phobos\\std\\stdio.d" ascii wide
671
- $dlang11 = "Unexpected '\\n' when converting from type const(char)[] to type int" ascii wide
672
- $e0 = ",0,"
673
- $e1 = ",1,"
674
- $e2 = ",2,"
675
- $e3 = ",3,"
676
- $e4 = ",4,"
677
- $e5 = ",5,"
678
- $e6 = ",6,"
679
- $e7 = ",7,"
680
- $e8 = ",8,"
681
- $e9 = ",9,"
682
- $e10 = ",10,"
683
- $e11 = ",11,"
684
- $e12 = ",12,"
685
- $e13 = ",13,"
686
- $e14 = ",14,"
687
- $e15 = ",15,"
688
- $e16 = ",16,"
689
- $e17 = ",17,"
690
- $e18 = ",18,"
691
- $e19 = ",19,"
692
- $e20 = ",20,"
693
- $e21 = ",21,"
694
- $e22 = ",22,"
695
- $e23 = ",23,"
696
- $e24 = ",24,"
697
- $e25 = ",25,"
698
- $e26 = ",26,"
699
- $e27 = ",27,"
700
- $e28 = ",28,"
701
- $e29 = ",29,"
702
- $e30 = ",30,"
703
- $e31 = ",31,"
704
- $e32 = ",32,"
705
- $e33 = ",33,"
706
- $e34 = ",34,"
707
- $e35 = ",35,"
708
- $e36 = ",36,"
709
- $e37 = ",37,"
710
- $e38 = ",38,"
711
- $e39 = ",39,"
712
- $e40 = ",40,"
713
- $e41 = ",41,"
714
- $e42 = ",42,"
715
- $e43 = ",43,"
716
- $e44 = ",44,"
717
- $e45 = ",45,"
718
- $e46 = ",46,"
719
- $e47 = ",47,"
720
- $e48 = ",48,"
721
- $e49 = ",49,"
722
- $e50 = ",50,"
723
- $e51 = ",51,"
724
- $e52 = ",52,"
725
- $e53 = ",53,"
726
- $e54 = ",54,"
727
- $e55 = ",55,"
728
- $e56 = ",56,"
729
- $e57 = ",57,"
730
- $e58 = ",58,"
731
- $e59 = ",59,"
732
- $e60 = ",60,"
733
- $e61 = ",61,"
734
- $e62 = ",62,"
735
- $e63 = ",63,"
736
- $e64 = ",64,"
737
- condition:
738
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and filesize > 500KB and filesize < 1500KB and 40 of ($e*) and 1 of ($dlang*)
739
- }
740
- rule APT_HackTool_MSIL_SHARPSTOMP_1
741
- {
742
- meta:
743
- date_created = "2020-12-02"
744
- date_modified = "2020-12-02"
745
- md5 = "83ed748cd94576700268d35666bf3e01"
746
- rev = 3
747
- author = "FireEye"
748
- strings:
749
- $s0 = "mscoree.dll" fullword nocase
750
- $s1 = "timestompfile" fullword nocase
751
- $s2 = "sharpstomp" fullword nocase
752
- $s3 = "GetLastWriteTime" fullword
753
- $s4 = "SetLastWriteTime" fullword
754
- $s5 = "GetCreationTime" fullword
755
- $s6 = "SetCreationTime" fullword
756
- $s7 = "GetLastAccessTime" fullword
757
- $s8 = "SetLastAccessTime" fullword
758
- condition:
759
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and all of them
760
- }
761
- rule APT_HackTool_MSIL_SHARPPATCHCHECK_1
762
- {
763
- meta:
764
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the 'sharppatchcheck' project."
765
- md5 = "dd8805d0e470e59b829d98397507d8c2"
766
- rev = 2
767
- author = "FireEye"
768
- strings:
769
- $typelibguid0 = "528b8df5-6e5e-4f3b-b617-ac35ed2f8975" ascii nocase wide
770
- condition:
771
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and any of them
772
- }
773
- rule HackTool_MSIL_SAFETYKATZ_4
774
- {
775
- meta:
776
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the public SafetyKatz project."
777
- md5 = "45736deb14f3a68e88b038183c23e597"
778
- rev = 3
779
- author = "FireEye"
780
- strings:
781
- $typelibguid1 = "8347E81B-89FC-42A9-B22C-F59A6A572DEC" ascii nocase wide
782
- condition:
783
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and $typelibguid1
784
- }
785
- rule APT_Backdoor_MacOS_GORAT_1
786
- {
787
- meta:
788
- description = "This rule is looking for specific strings associated with network activity found within the MacOS generated variant of GORAT"
789
- md5 = "68acf11f5e456744262ff31beae58526"
790
- rev = 3
791
- author = "FireEye"
792
- strings:
793
- $s1 = "SID1=%s" ascii wide
794
- $s2 = "http/http.dylib" ascii wide
795
- $s3 = "Mozilla/" ascii wide
796
- $s4 = "User-Agent" ascii wide
797
- $s5 = "Cookie" ascii wide
798
- condition:
799
- ((uint32(0) == 0xBEBAFECA) or (uint32(0) == 0xFEEDFACE) or (uint32(0) == 0xFEEDFACF) or (uint32(0) == 0xCEFAEDFE)) and all of them
800
- }
801
- rule CredTheft_MSIL_ADPassHunt_2
802
- {
803
- meta:
804
- md5 = "6efb58cf54d1bb45c057efcfbbd68a93"
805
- rev = 1
806
- author = "FireEye"
807
- strings:
808
- $pdb1 = "\\ADPassHunt\\"
809
- $pdb2 = "\\ADPassHunt.pdb"
810
- $s1 = "Usage: .\\ADPassHunt.exe"
811
- $s2 = "[ADA] Searching for accounts with msSFU30Password attribute"
812
- $s3 = "[ADA] Searching for accounts with userpassword attribute"
813
- $s4 = "[GPP] Searching for passwords now"
814
- condition:
815
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and ((@pdb2[1] < @pdb1[1] + 50) or 2 of ($s*))
816
- }
817
- rule APT_Loader_Win64_PGF_4
818
- {
819
- meta:
820
- date_created = "2020-11-26"
821
- date_modified = "2020-11-26"
822
- md5 = "3bb34ebd93b8ab5799f4843e8cc829fa"
823
- rev = 1
824
- author = "FireEye"
825
- strings:
826
- $sb1 = { 41 B9 04 00 00 00 41 B8 00 10 00 00 BA [4] B9 00 00 00 00 [0-32] FF [1-24] 7? [1-150] 8B 45 [0-32] 44 0F B? ?? 8B [2-16] B? CD CC CC CC [0-16] C1 ?? 04 [0-16] C1 ?? 02 [0-16] C1 ?? 02 [0-16] 48 8? 05 [4-32] 31 [1-4] 88 }
827
- $sb2 = { C? 45 ?? 48 [0-32] B8 [0-64] FF [0-32] E0 [0-32] 41 B8 40 00 00 00 BA 0C 00 00 00 48 8B [2] 48 8B [2-32] FF [1-16] 48 89 10 8B 55 ?? 89 ?? 08 48 8B [2] 48 8D ?? 02 48 8B 45 18 48 89 02 }
828
- condition:
829
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and (uint16(uint32(0x3C)+0x18) == 0x020B) and all of them
830
- }
831
- rule APT_Loader_Win32_PGF_4
832
- {
833
- meta:
834
- date_created = "2020-11-26"
835
- date_modified = "2020-11-26"
836
- md5 = "4414953fa397a41156f6fa4f9462d207"
837
- rev = 1
838
- author = "FireEye"
839
- strings:
840
- $sb1 = { C7 44 24 0C 04 00 00 00 C7 44 24 08 00 10 00 00 [4-32] C7 04 24 00 00 00 00 [0-32] FF [1-16] 89 45 ?? 83 7D ?? 00 [2-150] 0F B? ?? 8B [2] B? CD CC CC CC 89 ?? F7 ?? C1 ?? 04 89 ?? C1 ?? 02 [0-32] 0F B? [5-32] 3? [1-16] 88 }
841
- $sb2 = { C? 45 ?? B8 [0-4] C? 45 ?? 00 [0-64] FF [0-32] E0 [0-32] C7 44 24 08 40 00 00 00 [0-32] C7 44 24 04 07 00 00 00 [0-32] FF [1-64] 89 ?? 0F B? [2-3] 89 ?? 04 0F B? [2] 88 ?? 06 8B ?? 08 8D ?? 01 8B 45 0C }
842
- condition:
843
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and (uint16(uint32(0x3C)+0x18) == 0x010B) and all of them
844
- }
845
- rule CredTheft_MSIL_ADPassHunt_1
846
- {
847
- meta:
848
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the public ADPassHunt project."
849
- md5 = "6efb58cf54d1bb45c057efcfbbd68a93"
850
- rev = 4
851
- author = "FireEye"
852
- strings:
853
- $typelibguid = "15745B9E-A059-4AF1-A0D8-863E349CD85D" ascii nocase wide
854
- condition:
855
- uint16(0) == 0x5A4D and $typelibguid
856
- }
857
- rule HackTool_MSIL_GETDOMAINPASSWORDPOLICY_1
858
- {
859
- meta:
860
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the recon utility 'getdomainpasswordpolicy' project."
861
- md5 = "dd8805d0e470e59b829d98397507d8c2"
862
- rev = 4
863
- author = "FireEye"
864
- strings:
865
- $typelibguid0 = "a5da1897-29aa-45f4-a924-561804276f08" ascii nocase wide
866
- condition:
867
- filesize < 10MB and (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and any of them
868
- }
869
- rule HackTool_MSIL_SharPivot_1
870
- {
871
- meta:
872
- date_created = "2020-11-25"
873
- date_modified = "2020-11-25"
874
- md5 = "e4efa759d425e2f26fbc29943a30f5bd"
875
- rev = 3
876
- author = "FireEye"
877
- strings:
878
- $s2 = { 73 ?? 00 00 0A 0A 06 1F ?? 1F ?? 6F ?? 00 00 0A 0B 73 ?? 00 00 0A 0C 16 13 04 2B 5E 23 [8] 06 6F ?? 00 00 0A 5A 23 [8] 58 28 ?? 00 00 0A 28 ?? 00 00 0A 28 ?? 00 00 0A }
879
- $s3 = "cmd_rpc" wide
880
- $s4 = "costura"
881
- condition:
882
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and all of them
883
- }
884
- rule APT_Loader_Win32_PGF_3
885
- {
886
- meta:
887
- description = "PGF payload, generated rule based on symfunc/c02594972dbab6d489b46c5dee059e66. Identifies dllmain_hook x86 payloads."
888
- md5 = "4414953fa397a41156f6fa4f9462d207"
889
- rev = 4
890
- author = "FireEye"
891
- strings:
892
- $cond1 = { 55 89 E5 57 56 53 81 EC FC 06 00 00 C7 85 2C F9 FF FF 90 EE 01 6D C7 85 30 F9 FF FF 6C FE 01 6D 8D 85 34 F9 FF FF 89 28 BA CC 19 00 6D 89 50 04 89 60 08 8D 85 14 F9 FF FF 89 04 24 E8 BB A6 00 00 A1 48 A1 05 6D C7 85 18 F9 FF FF FF FF FF FF FF D0 C7 44 24 08 04 01 00 00 8D 95 B6 FD FF FF 89 54 24 04 89 04 24 E8 B8 AE 00 00 83 EC 0C 85 C0 0F 94 C0 84 C0 0F 85 8B 03 00 00 8D 45 BF 89 C1 E8 56 0B 01 00 8D 85 9C FD FF FF 8D 55 BF 89 54 24 04 8D 95 B6 FD FF FF 89 14 24 C7 85 18 F9 FF FF 01 00 00 00 89 C1 E8 DF B5 01 00 83 EC 08 8D 45 BF 89 C1 E8 52 0B 01 00 A1 4C A1 05 6D C7 85 18 F9 FF FF 02 00 00 00 FF D0 89 44 24 04 C7 04 24 08 00 00 00 E8 51 AE 00 00 83 EC 08 89 45 D0 83 7D D0 00 75 0F C7 85 10 F9 FF FF 00 00 00 00 E9 8C 02 00 00 C7 45 E4 00 00 00 00 C7 45 E0 00 00 00 00 C7 85 74 F9 FF FF 28 04 00 00 8D 85 74 F9 FF FF 89 44 24 04 8B 45 D0 89 04 24 C7 85 18 F9 FF FF 02 00 00 00 E8 EF AD 00 00 83 EC 08 89 45 DC 83 7D DC 00 74 67 8D 85 9C FD FF FF C7 44 24 04 00 00 00 00 8D 95 74 F9 FF FF 83 C2 20 89 14 24 89 C1 E8 82 FF 00 00 83 EC 08 83 F8 FF 0F 95 C0 84 C0 74 12 8B 85 88 F9 FF FF 89 45 E4 8B 85 8C F9 FF FF 89 45 E0 8D 85 74 F9 FF FF 89 44 24 04 8B 45 D0 89 04 24 C7 85 18 F9 FF FF 02 00 00 00 E8 84 AD 00 00 83 EC 08 89 45 DC EB 93 8B 45 D0 89 04 24 A1 2C A1 05 6D C7 85 18 F9 FF FF 02 00 00 00 FF D0 83 EC 04 83 7D E4 00 74 06 83 7D E0 00 75 0F C7 85 10 F9 FF FF 00 00 00 00 E9 AD 01 00 00 C7 04 24 0C 40 05 6D A1 5C A1 05 6D C7 85 18 F9 FF FF 02 00 00 00 FF D0 83 EC 04 C7 44 24 04 18 40 05 6D 89 04 24 A1 60 A1 05 6D FF D0 83 EC 08 89 45 CC 89 E8 89 45 D8 8D 85 6C F9 FF FF 89 44 24 04 8D 85 70 F9 FF FF 89 04 24 A1 54 A1 05 6D FF D0 83 EC 08 C7 45 D4 00 00 00 00 8B 55 D8 8B 85 6C F9 FF FF 39 C2 0F 83 F5 00 00 00 8B 45 D8 8B 00 3D FF 0F 00 00 0F 86 D8 00 00 00 8B 45 D8 8B 00 39 45 CC 73 19 8B 45 D8 8B 00 8B 55 CC 81 C2 00 10 00 00 39 D0 73 07 C7 45 D4 01 00 00 00 83 7D D4 00 0F 84 AF 00 00 00 8B 45 D8 8B 00 39 45 E4 0F 83 A1 00 00 00 8B 45 D8 8B 00 8B 4D E4 8B 55 E0 01 CA 39 D0 0F 83 8C 00 00 00 B9 00 00 00 00 B8 1C 00 00 00 83 E0 FC 89 C2 B8 00 00 00 00 89 8C 05 50 F9 FF FF 83 C0 04 39 D0 72 F2 8B 45 D8 8B 00 C7 44 24 08 1C 00 00 00 8D 95 50 F9 FF FF 89 54 24 04 89 04 24 A1 9C A1 05 6D C7 85 18 F9 FF FF 02 00 00 00 FF D0 83 EC 0C 8B 85 64 F9 FF FF 83 E0 20 85 C0 74 2E 8B 45 D8 8B 00 C7 44 24 04 30 14 00 6D 89 04 24 C7 85 18 F9 FF FF 02 00 00 00 E8 59 FC FF FF C7 85 10 F9 FF FF 00 00 00 00 EB 58 90 EB 01 90 83 45 D8 04 E9 FA FE FF FF 8B 45 E4 89 45 C8 8B 45 C8 8B 40 3C 89 C2 8B 45 E4 01 D0 89 45 C4 8B 45 C4 8B 50 28 8B 45 E4 01 D0 89 45 C0 C7 44 24 04 30 14 00 6D 8B 45 C0 89 04 24 C7 85 18 F9 FF FF 02 00 00 00 E8 FF FB FF FF C7 85 10 F9 FF FF 01 00 00 00 8D 85 9C FD FF FF 89 C1 E8 5D BC 01 00 83 BD 10 F9 FF FF 01 EB 70 8B 95 1C F9 FF FF 8B 85 18 F9 FF FF 85 C0 74 0C 83 E8 01 85 C0 74 2D 83 E8 01 0F 0B 89 95 10 F9 FF FF 8D 45 BF 89 C1 E8 48 08 01 00 8B 85 10 F9 FF FF 89 04 24 C7 85 18 F9 FF FF FF FF FF FF E8 A0 A6 00 00 89 95 10 F9 FF FF 8D 85 9C FD FF FF 89 C1 E8 FD BB 01 00 8B 85 10 F9 FF FF 89 04 24 C7 85 18 F9 FF FF FF FF FF FF E8 75 A6 00 00 90 8D 85 14 F9 FF FF 89 04 24 E8 76 A3 00 00 8D 65 F4 5B 5E 5F 5D C3 }
893
- $cond2 = { 55 89 E5 57 56 53 81 EC FC 06 00 00 C7 85 2C F9 FF FF B0 EF 3D 6A C7 85 30 F9 FF FF 8C FF 3D 6A 8D 85 34 F9 FF FF 89 28 BA F4 1A 3C 6A 89 50 04 89 60 08 8D 85 14 F9 FF FF 89 04 24 E8 B3 A6 00 00 A1 64 A1 41 6A C7 85 18 F9 FF FF FF FF FF FF FF D0 C7 44 24 08 04 01 00 00 8D 95 B6 FD FF FF 89 54 24 04 89 04 24 E8 B0 AE 00 00 83 EC 0C 85 C0 0F 94 C0 84 C0 0F 85 8B 03 00 00 8D 45 BF 89 C1 E8 4E 0B 01 00 8D 85 9C FD FF FF 8D 55 BF 89 54 24 04 8D 95 B6 FD FF FF 89 14 24 C7 85 18 F9 FF FF 01 00 00 00 89 C1 E8 D7 B5 01 00 83 EC 08 8D 45 BF 89 C1 E8 4A 0B 01 00 A1 68 A1 41 6A C7 85 18 F9 FF FF 02 00 00 00 FF D0 89 44 24 04 C7 04 24 08 00 00 00 E8 49 AE 00 00 83 EC 08 89 45 D0 83 7D D0 00 75 0F C7 85 10 F9 FF FF 00 00 00 00 E9 8C 02 00 00 C7 45 E4 00 00 00 00 C7 45 E0 00 00 00 00 C7 85 74 F9 FF FF 28 04 00 00 8D 85 74 F9 FF FF 89 44 24 04 8B 45 D0 89 04 24 C7 85 18 F9 FF FF 02 00 00 00 E8 E7 AD 00 00 83 EC 08 89 45 DC 83 7D DC 00 74 67 8D 85 9C FD FF FF C7 44 24 04 00 00 00 00 8D 95 74 F9 FF FF 83 C2 20 89 14 24 89 C1 E8 7A FF 00 00 83 EC 08 83 F8 FF 0F 95 C0 84 C0 74 12 8B 85 88 F9 FF FF 89 45 E4 8B 85 8C F9 FF FF 89 45 E0 8D 85 74 F9 FF FF 89 44 24 04 8B 45 D0 89 04 24 C7 85 18 F9 FF FF 02 00 00 00 E8 7C AD 00 00 83 EC 08 89 45 DC EB 93 8B 45 D0 89 04 24 A1 44 A1 41 6A C7 85 18 F9 FF FF 02 00 00 00 FF D0 83 EC 04 83 7D E4 00 74 06 83 7D E0 00 75 0F C7 85 10 F9 FF FF 00 00 00 00 E9 AD 01 00 00 C7 04 24 62 40 41 6A A1 78 A1 41 6A C7 85 18 F9 FF FF 02 00 00 00 FF D0 83 EC 04 C7 44 24 04 6E 40 41 6A 89 04 24 A1 7C A1 41 6A FF D0 83 EC 08 89 45 CC 89 E8 89 45 D8 8D 85 6C F9 FF FF 89 44 24 04 8D 85 70 F9 FF FF 89 04 24 A1 70 A1 41 6A FF D0 83 EC 08 C7 45 D4 00 00 00 00 8B 55 D8 8B 85 6C F9 FF FF 39 C2 0F 83 F5 00 00 00 8B 45 D8 8B 00 3D FF 0F 00 00 0F 86 D8 00 00 00 8B 45 D8 8B 00 39 45 CC 73 19 8B 45 D8 8B 00 8B 55 CC 81 C2 00 10 00 00 39 D0 73 07 C7 45 D4 01 00 00 00 83 7D D4 00 0F 84 AF 00 00 00 8B 45 D8 8B 00 39 45 E4 0F 83 A1 00 00 00 8B 45 D8 8B 00 8B 4D E4 8B 55 E0 01 CA 39 D0 0F 83 8C 00 00 00 B9 00 00 00 00 B8 1C 00 00 00 83 E0 FC 89 C2 B8 00 00 00 00 89 8C 05 50 F9 FF FF 83 C0 04 39 D0 72 F2 8B 45 D8 8B 00 C7 44 24 08 1C 00 00 00 8D 95 50 F9 FF FF 89 54 24 04 89 04 24 A1 C8 A1 41 6A C7 85 18 F9 FF FF 02 00 00 00 FF D0 83 EC 0C 8B 85 64 F9 FF FF 83 E0 20 85 C0 74 2E 8B 45 D8 8B 00 C7 44 24 04 30 14 3C 6A 89 04 24 C7 85 18 F9 FF FF 02 00 00 00 E8 59 FC FF FF C7 85 10 F9 FF FF 00 00 00 00 EB 58 90 EB 01 90 83 45 D8 04 E9 FA FE FF FF 8B 45 E4 89 45 C8 8B 45 C8 8B 40 3C 89 C2 8B 45 E4 01 D0 89 45 C4 8B 45 C4 8B 50 28 8B 45 E4 01 D0 89 45 C0 C7 44 24 04 30 14 3C 6A 8B 45 C0 89 04 24 C7 85 18 F9 FF FF 02 00 00 00 E8 FF FB FF FF C7 85 10 F9 FF FF 01 00 00 00 8D 85 9C FD FF FF 89 C1 E8 55 BC 01 00 83 BD 10 F9 FF FF 01 EB 70 8B 95 1C F9 FF FF 8B 85 18 F9 FF FF 85 C0 74 0C 83 E8 01 85 C0 74 2D 83 E8 01 0F 0B 89 95 10 F9 FF FF 8D 45 BF 89 C1 E8 40 08 01 00 8B 85 10 F9 FF FF 89 04 24 C7 85 18 F9 FF FF FF FF FF FF E8 98 A6 00 00 89 95 10 F9 FF FF 8D 85 9C FD FF FF 89 C1 E8 F5 BB 01 00 8B 85 10 F9 FF FF 89 04 24 C7 85 18 F9 FF FF FF FF FF FF E8 6D A6 00 00 90 8D 85 14 F9 FF FF 89 04 24 E8 6E A3 00 00 8D 65 F4 5B 5E 5F 5D C3 }
894
- $cond3 = { 55 89 E5 57 56 53 81 EC FC 06 00 00 C7 85 2C F9 FF FF F0 EF D5 63 C7 85 30 F9 FF FF CC FF D5 63 8D 85 34 F9 FF FF 89 28 BA 28 1B D4 63 89 50 04 89 60 08 8D 85 14 F9 FF FF 89 04 24 E8 BF A6 00 00 A1 64 A1 D9 63 C7 85 18 F9 FF FF FF FF FF FF FF D0 C7 44 24 08 04 01 00 00 8D 95 B6 FD FF FF 89 54 24 04 89 04 24 E8 BC AE 00 00 83 EC 0C 85 C0 0F 94 C0 84 C0 0F 85 8B 03 00 00 8D 45 BF 89 C1 E8 5A 0B 01 00 8D 85 9C FD FF FF 8D 55 BF 89 54 24 04 8D 95 B6 FD FF FF 89 14 24 C7 85 18 F9 FF FF 01 00 00 00 89 C1 E8 E3 B5 01 00 83 EC 08 8D 45 BF 89 C1 E8 56 0B 01 00 A1 68 A1 D9 63 C7 85 18 F9 FF FF 02 00 00 00 FF D0 89 44 24 04 C7 04 24 08 00 00 00 E8 55 AE 00 00 83 EC 08 89 45 D0 83 7D D0 00 75 0F C7 85 10 F9 FF FF 00 00 00 00 E9 8C 02 00 00 C7 45 E4 00 00 00 00 C7 45 E0 00 00 00 00 C7 85 74 F9 FF FF 28 04 00 00 8D 85 74 F9 FF FF 89 44 24 04 8B 45 D0 89 04 24 C7 85 18 F9 FF FF 02 00 00 00 E8 F3 AD 00 00 83 EC 08 89 45 DC 83 7D DC 00 74 67 8D 85 9C FD FF FF C7 44 24 04 00 00 00 00 8D 95 74 F9 FF FF 83 C2 20 89 14 24 89 C1 E8 86 FF 00 00 83 EC 08 83 F8 FF 0F 95 C0 84 C0 74 12 8B 85 88 F9 FF FF 89 45 E4 8B 85 8C F9 FF FF 89 45 E0 8D 85 74 F9 FF FF 89 44 24 04 8B 45 D0 89 04 24 C7 85 18 F9 FF FF 02 00 00 00 E8 88 AD 00 00 83 EC 08 89 45 DC EB 93 8B 45 D0 89 04 24 A1 44 A1 D9 63 C7 85 18 F9 FF FF 02 00 00 00 FF D0 83 EC 04 83 7D E4 00 74 06 83 7D E0 00 75 0F C7 85 10 F9 FF FF 00 00 00 00 E9 AD 01 00 00 C7 04 24 7E 40 D9 63 A1 7C A1 D9 63 C7 85 18 F9 FF FF 02 00 00 00 FF D0 83 EC 04 C7 44 24 04 8A 40 D9 63 89 04 24 A1 80 A1 D9 63 FF D0 83 EC 08 89 45 CC 89 E8 89 45 D8 8D 85 6C F9 FF FF 89 44 24 04 8D 85 70 F9 FF FF 89 04 24 A1 70 A1 D9 63 FF D0 83 EC 08 C7 45 D4 00 00 00 00 8B 55 D8 8B 85 6C F9 FF FF 39 C2 0F 83 F5 00 00 00 8B 45 D8 8B 00 3D FF 0F 00 00 0F 86 D8 00 00 00 8B 45 D8 8B 00 39 45 CC 73 19 8B 45 D8 8B 00 8B 55 CC 81 C2 00 10 00 00 39 D0 73 07 C7 45 D4 01 00 00 00 83 7D D4 00 0F 84 AF 00 00 00 8B 45 D8 8B 00 39 45 E4 0F 83 A1 00 00 00 8B 45 D8 8B 00 8B 4D E4 8B 55 E0 01 CA 39 D0 0F 83 8C 00 00 00 B9 00 00 00 00 B8 1C 00 00 00 83 E0 FC 89 C2 B8 00 00 00 00 89 8C 05 50 F9 FF FF 83 C0 04 39 D0 72 F2 8B 45 D8 8B 00 C7 44 24 08 1C 00 00 00 8D 95 50 F9 FF FF 89 54 24 04 89 04 24 A1 C8 A1 D9 63 C7 85 18 F9 FF FF 02 00 00 00 FF D0 83 EC 0C 8B 85 64 F9 FF FF 83 E0 20 85 C0 74 2E 8B 45 D8 8B 00 C7 44 24 04 30 14 D4 63 89 04 24 C7 85 18 F9 FF FF 02 00 00 00 E8 59 FC FF FF C7 85 10 F9 FF FF 00 00 00 00 EB 58 90 EB 01 90 83 45 D8 04 E9 FA FE FF FF 8B 45 E4 89 45 C8 8B 45 C8 8B 40 3C 89 C2 8B 45 E4 01 D0 89 45 C4 8B 45 C4 8B 50 28 8B 45 E4 01 D0 89 45 C0 C7 44 24 04 30 14 D4 63 8B 45 C0 89 04 24 C7 85 18 F9 FF FF 02 00 00 00 E8 FF FB FF FF C7 85 10 F9 FF FF 01 00 00 00 8D 85 9C FD FF FF 89 C1 E8 61 BC 01 00 83 BD 10 F9 FF FF 01 EB 70 8B 95 1C F9 FF FF 8B 85 18 F9 FF FF 85 C0 74 0C 83 E8 01 85 C0 74 2D 83 E8 01 0F 0B 89 95 10 F9 FF FF 8D 45 BF 89 C1 E8 4C 08 01 00 8B 85 10 F9 FF FF 89 04 24 C7 85 18 F9 FF FF FF FF FF FF E8 A4 A6 00 00 89 95 10 F9 FF FF 8D 85 9C FD FF FF 89 C1 E8 01 BC 01 00 8B 85 10 F9 FF FF 89 04 24 C7 85 18 F9 FF FF FF FF FF FF E8 79 A6 00 00 90 8D 85 14 F9 FF FF 89 04 24 E8 7A A3 00 00 8D 65 F4 5B 5E 5F 5D C3 }
895
- $cond4 = { 55 89 E5 57 56 53 81 EC FC 06 00 00 C7 85 ?? ?? ?? ?? 90 EE 01 6D C7 85 ?? ?? ?? ?? 6C FE 01 6D 8D 85 ?? ?? ?? ?? 89 28 BA CC 19 00 6D 89 50 ?? 89 60 ?? 8D 85 ?? ?? ?? ?? 89 04 24 E8 ?? ?? ?? ?? A1 ?? ?? ?? ?? C7 85 ?? ?? ?? ?? FF FF FF FF FF D0 C7 44 24 ?? 04 01 00 00 8D 95 ?? ?? ?? ?? 89 54 24 ?? 89 04 24 E8 ?? ?? ?? ?? 83 EC 0C 85 C0 0F 94 C0 84 C0 0F 85 ?? ?? ?? ?? 8D 45 ?? 89 C1 E8 ?? ?? ?? ?? 8D 85 ?? ?? ?? ?? 8D 55 ?? 89 54 24 ?? 8D 95 ?? ?? ?? ?? 89 14 24 C7 85 ?? ?? ?? ?? 01 00 00 00 89 C1 E8 ?? ?? ?? ?? 83 EC 08 8D 45 ?? 89 C1 E8 ?? ?? ?? ?? A1 ?? ?? ?? ?? C7 85 ?? ?? ?? ?? 02 00 00 00 FF D0 89 44 24 ?? C7 04 24 08 00 00 00 E8 ?? ?? ?? ?? 83 EC 08 89 45 ?? 83 7D ?? 00 75 ?? C7 85 ?? ?? ?? ?? 00 00 00 00 E9 ?? ?? ?? ?? C7 45 ?? 00 00 00 00 C7 45 ?? 00 00 00 00 C7 85 ?? ?? ?? ?? 28 04 00 00 8D 85 ?? ?? ?? ?? 89 44 24 ?? 8B 45 ?? 89 04 24 C7 85 ?? ?? ?? ?? 02 00 00 00 E8 ?? ?? ?? ?? 83 EC 08 89 45 ?? 83 7D ?? 00 74 ?? 8D 85 ?? ?? ?? ?? C7 44 24 ?? 00 00 00 00 8D 95 ?? ?? ?? ?? 83 C2 20 89 14 24 89 C1 E8 ?? ?? ?? ?? 83 EC 08 83 F8 FF 0F 95 C0 84 C0 74 ?? 8B 85 ?? ?? ?? ?? 89 45 ?? 8B 85 ?? ?? ?? ?? 89 45 ?? 8D 85 ?? ?? ?? ?? 89 44 24 ?? 8B 45 ?? 89 04 24 C7 85 ?? ?? ?? ?? 02 00 00 00 E8 ?? ?? ?? ?? 83 EC 08 89 45 ?? EB ?? 8B 45 ?? 89 04 24 A1 ?? ?? ?? ?? C7 85 ?? ?? ?? ?? 02 00 00 00 FF D0 83 EC 04 83 7D ?? 00 74 ?? 83 7D ?? 00 75 ?? C7 85 ?? ?? ?? ?? 00 00 00 00 E9 ?? ?? ?? ?? C7 04 24 0C 40 05 6D A1 ?? ?? ?? ?? C7 85 ?? ?? ?? ?? 02 00 00 00 FF D0 83 EC 04 C7 44 24 ?? 18 40 05 6D 89 04 24 A1 ?? ?? ?? ?? FF D0 83 EC 08 89 45 ?? 89 E8 89 45 ?? 8D 85 ?? ?? ?? ?? 89 44 24 ?? 8D 85 ?? ?? ?? ?? 89 04 24 A1 ?? ?? ?? ?? FF D0 83 EC 08 C7 45 ?? 00 00 00 00 8B 55 ?? 8B 85 ?? ?? ?? ?? 39 C2 0F 83 ?? ?? ?? ?? 8B 45 ?? 8B 00 3D FF 0F 00 00 0F 86 ?? ?? ?? ?? 8B 45 ?? 8B 00 39 45 ?? 73 ?? 8B 45 ?? 8B 00 8B 55 ?? 81 C2 00 10 00 00 39 D0 73 ?? C7 45 ?? 01 00 00 00 83 7D ?? 00 0F 84 ?? ?? ?? ?? 8B 45 ?? 8B 00 39 45 ?? 0F 83 ?? ?? ?? ?? 8B 45 ?? 8B 00 8B 4D ?? 8B 55 ?? 01 CA 39 D0 0F 83 ?? ?? ?? ?? B9 00 00 00 00 B8 1C 00 00 00 83 E0 FC 89 C2 B8 00 00 00 00 89 8C 05 ?? ?? ?? ?? 83 C0 04 39 D0 72 ?? 8B 45 ?? 8B 00 C7 44 24 ?? 1C 00 00 00 8D 95 ?? ?? ?? ?? 89 54 24 ?? 89 04 24 A1 ?? ?? ?? ?? C7 85 ?? ?? ?? ?? 02 00 00 00 FF D0 83 EC 0C 8B 85 ?? ?? ?? ?? 83 E0 20 85 C0 74 ?? 8B 45 ?? 8B 00 C7 44 24 ?? 30 14 00 6D 89 04 24 C7 85 ?? ?? ?? ?? 02 00 00 00 E8 ?? ?? ?? ?? C7 85 ?? ?? ?? ?? 00 00 00 00 EB ?? 90 EB ?? 90 83 45 ?? 04 E9 ?? ?? ?? ?? 8B 45 ?? 89 45 ?? 8B 45 ?? 8B 40 ?? 89 C2 8B 45 ?? 01 D0 89 45 ?? 8B 45 ?? 8B 50 ?? 8B 45 ?? 01 D0 89 45 ?? C7 44 24 ?? 30 14 00 6D 8B 45 ?? 89 04 24 C7 85 ?? ?? ?? ?? 02 00 00 00 E8 ?? ?? ?? ?? C7 85 ?? ?? ?? ?? 01 00 00 00 8D 85 ?? ?? ?? ?? 89 C1 E8 ?? ?? ?? ?? 83 BD ?? ?? ?? ?? 01 EB ?? 8B 95 ?? ?? ?? ?? 8B 85 ?? ?? ?? ?? 85 C0 74 ?? 83 E8 01 85 C0 74 ?? 83 E8 01 0F 0B 89 95 ?? ?? ?? ?? 8D 45 ?? 89 C1 E8 ?? ?? ?? ?? 8B 85 ?? ?? ?? ?? 89 04 24 C7 85 ?? ?? ?? ?? FF FF FF FF E8 ?? ?? ?? ?? 89 95 ?? ?? ?? ?? 8D 85 ?? ?? ?? ?? 89 C1 E8 ?? ?? ?? ?? 8B 85 ?? ?? ?? ?? 89 04 24 C7 85 ?? ?? ?? ?? FF FF FF FF E8 ?? ?? ?? ?? 90 8D 85 ?? ?? ?? ?? 89 04 24 E8 ?? ?? ?? ?? 8D 65 ?? 5B 5E 5F 5D C3 }
896
- $cond5 = { 55 89 E5 57 56 53 81 EC FC 06 00 00 C7 85 ?? ?? ?? ?? B0 EF 3D 6A C7 85 ?? ?? ?? ?? 8C FF 3D 6A 8D 85 ?? ?? ?? ?? 89 28 BA F4 1A 3C 6A 89 50 ?? 89 60 ?? 8D 85 ?? ?? ?? ?? 89 04 24 E8 ?? ?? ?? ?? A1 ?? ?? ?? ?? C7 85 ?? ?? ?? ?? FF FF FF FF FF D0 C7 44 24 ?? 04 01 00 00 8D 95 ?? ?? ?? ?? 89 54 24 ?? 89 04 24 E8 ?? ?? ?? ?? 83 EC 0C 85 C0 0F 94 C0 84 C0 0F 85 ?? ?? ?? ?? 8D 45 ?? 89 C1 E8 ?? ?? ?? ?? 8D 85 ?? ?? ?? ?? 8D 55 ?? 89 54 24 ?? 8D 95 ?? ?? ?? ?? 89 14 24 C7 85 ?? ?? ?? ?? 01 00 00 00 89 C1 E8 ?? ?? ?? ?? 83 EC 08 8D 45 ?? 89 C1 E8 ?? ?? ?? ?? A1 ?? ?? ?? ?? C7 85 ?? ?? ?? ?? 02 00 00 00 FF D0 89 44 24 ?? C7 04 24 08 00 00 00 E8 ?? ?? ?? ?? 83 EC 08 89 45 ?? 83 7D ?? 00 75 ?? C7 85 ?? ?? ?? ?? 00 00 00 00 E9 ?? ?? ?? ?? C7 45 ?? 00 00 00 00 C7 45 ?? 00 00 00 00 C7 85 ?? ?? ?? ?? 28 04 00 00 8D 85 ?? ?? ?? ?? 89 44 24 ?? 8B 45 ?? 89 04 24 C7 85 ?? ?? ?? ?? 02 00 00 00 E8 ?? ?? ?? ?? 83 EC 08 89 45 ?? 83 7D ?? 00 74 ?? 8D 85 ?? ?? ?? ?? C7 44 24 ?? 00 00 00 00 8D 95 ?? ?? ?? ?? 83 C2 20 89 14 24 89 C1 E8 ?? ?? ?? ?? 83 EC 08 83 F8 FF 0F 95 C0 84 C0 74 ?? 8B 85 ?? ?? ?? ?? 89 45 ?? 8B 85 ?? ?? ?? ?? 89 45 ?? 8D 85 ?? ?? ?? ?? 89 44 24 ?? 8B 45 ?? 89 04 24 C7 85 ?? ?? ?? ?? 02 00 00 00 E8 ?? ?? ?? ?? 83 EC 08 89 45 ?? EB ?? 8B 45 ?? 89 04 24 A1 ?? ?? ?? ?? C7 85 ?? ?? ?? ?? 02 00 00 00 FF D0 83 EC 04 83 7D ?? 00 74 ?? 83 7D ?? 00 75 ?? C7 85 ?? ?? ?? ?? 00 00 00 00 E9 ?? ?? ?? ?? C7 04 24 62 40 41 6A A1 ?? ?? ?? ?? C7 85 ?? ?? ?? ?? 02 00 00 00 FF D0 83 EC 04 C7 44 24 ?? 6E 40 41 6A 89 04 24 A1 ?? ?? ?? ?? FF D0 83 EC 08 89 45 ?? 89 E8 89 45 ?? 8D 85 ?? ?? ?? ?? 89 44 24 ?? 8D 85 ?? ?? ?? ?? 89 04 24 A1 ?? ?? ?? ?? FF D0 83 EC 08 C7 45 ?? 00 00 00 00 8B 55 ?? 8B 85 ?? ?? ?? ?? 39 C2 0F 83 ?? ?? ?? ?? 8B 45 ?? 8B 00 3D FF 0F 00 00 0F 86 ?? ?? ?? ?? 8B 45 ?? 8B 00 39 45 ?? 73 ?? 8B 45 ?? 8B 00 8B 55 ?? 81 C2 00 10 00 00 39 D0 73 ?? C7 45 ?? 01 00 00 00 83 7D ?? 00 0F 84 ?? ?? ?? ?? 8B 45 ?? 8B 00 39 45 ?? 0F 83 ?? ?? ?? ?? 8B 45 ?? 8B 00 8B 4D ?? 8B 55 ?? 01 CA 39 D0 0F 83 ?? ?? ?? ?? B9 00 00 00 00 B8 1C 00 00 00 83 E0 FC 89 C2 B8 00 00 00 00 89 8C 05 ?? ?? ?? ?? 83 C0 04 39 D0 72 ?? 8B 45 ?? 8B 00 C7 44 24 ?? 1C 00 00 00 8D 95 ?? ?? ?? ?? 89 54 24 ?? 89 04 24 A1 ?? ?? ?? ?? C7 85 ?? ?? ?? ?? 02 00 00 00 FF D0 83 EC 0C 8B 85 ?? ?? ?? ?? 83 E0 20 85 C0 74 ?? 8B 45 ?? 8B 00 C7 44 24 ?? 30 14 3C 6A 89 04 24 C7 85 ?? ?? ?? ?? 02 00 00 00 E8 ?? ?? ?? ?? C7 85 ?? ?? ?? ?? 00 00 00 00 EB ?? 90 EB ?? 90 83 45 ?? 04 E9 ?? ?? ?? ?? 8B 45 ?? 89 45 ?? 8B 45 ?? 8B 40 ?? 89 C2 8B 45 ?? 01 D0 89 45 ?? 8B 45 ?? 8B 50 ?? 8B 45 ?? 01 D0 89 45 ?? C7 44 24 ?? 30 14 3C 6A 8B 45 ?? 89 04 24 C7 85 ?? ?? ?? ?? 02 00 00 00 E8 ?? ?? ?? ?? C7 85 ?? ?? ?? ?? 01 00 00 00 8D 85 ?? ?? ?? ?? 89 C1 E8 ?? ?? ?? ?? 83 BD ?? ?? ?? ?? 01 EB ?? 8B 95 ?? ?? ?? ?? 8B 85 ?? ?? ?? ?? 85 C0 74 ?? 83 E8 01 85 C0 74 ?? 83 E8 01 0F 0B 89 95 ?? ?? ?? ?? 8D 45 ?? 89 C1 E8 ?? ?? ?? ?? 8B 85 ?? ?? ?? ?? 89 04 24 C7 85 ?? ?? ?? ?? FF FF FF FF E8 ?? ?? ?? ?? 89 95 ?? ?? ?? ?? 8D 85 ?? ?? ?? ?? 89 C1 E8 ?? ?? ?? ?? 8B 85 ?? ?? ?? ?? 89 04 24 C7 85 ?? ?? ?? ?? FF FF FF FF E8 ?? ?? ?? ?? 90 8D 85 ?? ?? ?? ?? 89 04 24 E8 ?? ?? ?? ?? 8D 65 ?? 5B 5E 5F 5D C3 }
897
- $cond6 = { 55 89 E5 57 56 53 81 EC FC 06 00 00 C7 85 ?? ?? ?? ?? F0 EF D5 63 C7 85 ?? ?? ?? ?? CC FF D5 63 8D 85 ?? ?? ?? ?? 89 28 BA 28 1B D4 63 89 50 ?? 89 60 ?? 8D 85 ?? ?? ?? ?? 89 04 24 E8 ?? ?? ?? ?? A1 ?? ?? ?? ?? C7 85 ?? ?? ?? ?? FF FF FF FF FF D0 C7 44 24 ?? 04 01 00 00 8D 95 ?? ?? ?? ?? 89 54 24 ?? 89 04 24 E8 ?? ?? ?? ?? 83 EC 0C 85 C0 0F 94 C0 84 C0 0F 85 ?? ?? ?? ?? 8D 45 ?? 89 C1 E8 ?? ?? ?? ?? 8D 85 ?? ?? ?? ?? 8D 55 ?? 89 54 24 ?? 8D 95 ?? ?? ?? ?? 89 14 24 C7 85 ?? ?? ?? ?? 01 00 00 00 89 C1 E8 ?? ?? ?? ?? 83 EC 08 8D 45 ?? 89 C1 E8 ?? ?? ?? ?? A1 ?? ?? ?? ?? C7 85 ?? ?? ?? ?? 02 00 00 00 FF D0 89 44 24 ?? C7 04 24 08 00 00 00 E8 ?? ?? ?? ?? 83 EC 08 89 45 ?? 83 7D ?? 00 75 ?? C7 85 ?? ?? ?? ?? 00 00 00 00 E9 ?? ?? ?? ?? C7 45 ?? 00 00 00 00 C7 45 ?? 00 00 00 00 C7 85 ?? ?? ?? ?? 28 04 00 00 8D 85 ?? ?? ?? ?? 89 44 24 ?? 8B 45 ?? 89 04 24 C7 85 ?? ?? ?? ?? 02 00 00 00 E8 ?? ?? ?? ?? 83 EC 08 89 45 ?? 83 7D ?? 00 74 ?? 8D 85 ?? ?? ?? ?? C7 44 24 ?? 00 00 00 00 8D 95 ?? ?? ?? ?? 83 C2 20 89 14 24 89 C1 E8 ?? ?? ?? ?? 83 EC 08 83 F8 FF 0F 95 C0 84 C0 74 ?? 8B 85 ?? ?? ?? ?? 89 45 ?? 8B 85 ?? ?? ?? ?? 89 45 ?? 8D 85 ?? ?? ?? ?? 89 44 24 ?? 8B 45 ?? 89 04 24 C7 85 ?? ?? ?? ?? 02 00 00 00 E8 ?? ?? ?? ?? 83 EC 08 89 45 ?? EB ?? 8B 45 ?? 89 04 24 A1 ?? ?? ?? ?? C7 85 ?? ?? ?? ?? 02 00 00 00 FF D0 83 EC 04 83 7D ?? 00 74 ?? 83 7D ?? 00 75 ?? C7 85 ?? ?? ?? ?? 00 00 00 00 E9 ?? ?? ?? ?? C7 04 24 7E 40 D9 63 A1 ?? ?? ?? ?? C7 85 ?? ?? ?? ?? 02 00 00 00 FF D0 83 EC 04 C7 44 24 ?? 8A 40 D9 63 89 04 24 A1 ?? ?? ?? ?? FF D0 83 EC 08 89 45 ?? 89 E8 89 45 ?? 8D 85 ?? ?? ?? ?? 89 44 24 ?? 8D 85 ?? ?? ?? ?? 89 04 24 A1 ?? ?? ?? ?? FF D0 83 EC 08 C7 45 ?? 00 00 00 00 8B 55 ?? 8B 85 ?? ?? ?? ?? 39 C2 0F 83 ?? ?? ?? ?? 8B 45 ?? 8B 00 3D FF 0F 00 00 0F 86 ?? ?? ?? ?? 8B 45 ?? 8B 00 39 45 ?? 73 ?? 8B 45 ?? 8B 00 8B 55 ?? 81 C2 00 10 00 00 39 D0 73 ?? C7 45 ?? 01 00 00 00 83 7D ?? 00 0F 84 ?? ?? ?? ?? 8B 45 ?? 8B 00 39 45 ?? 0F 83 ?? ?? ?? ?? 8B 45 ?? 8B 00 8B 4D ?? 8B 55 ?? 01 CA 39 D0 0F 83 ?? ?? ?? ?? B9 00 00 00 00 B8 1C 00 00 00 83 E0 FC 89 C2 B8 00 00 00 00 89 8C 05 ?? ?? ?? ?? 83 C0 04 39 D0 72 ?? 8B 45 ?? 8B 00 C7 44 24 ?? 1C 00 00 00 8D 95 ?? ?? ?? ?? 89 54 24 ?? 89 04 24 A1 ?? ?? ?? ?? C7 85 ?? ?? ?? ?? 02 00 00 00 FF D0 83 EC 0C 8B 85 ?? ?? ?? ?? 83 E0 20 85 C0 74 ?? 8B 45 ?? 8B 00 C7 44 24 ?? 30 14 D4 63 89 04 24 C7 85 ?? ?? ?? ?? 02 00 00 00 E8 ?? ?? ?? ?? C7 85 ?? ?? ?? ?? 00 00 00 00 EB ?? 90 EB ?? 90 83 45 ?? 04 E9 ?? ?? ?? ?? 8B 45 ?? 89 45 ?? 8B 45 ?? 8B 40 ?? 89 C2 8B 45 ?? 01 D0 89 45 ?? 8B 45 ?? 8B 50 ?? 8B 45 ?? 01 D0 89 45 ?? C7 44 24 ?? 30 14 D4 63 8B 45 ?? 89 04 24 C7 85 ?? ?? ?? ?? 02 00 00 00 E8 ?? ?? ?? ?? C7 85 ?? ?? ?? ?? 01 00 00 00 8D 85 ?? ?? ?? ?? 89 C1 E8 ?? ?? ?? ?? 83 BD ?? ?? ?? ?? 01 EB ?? 8B 95 ?? ?? ?? ?? 8B 85 ?? ?? ?? ?? 85 C0 74 ?? 83 E8 01 85 C0 74 ?? 83 E8 01 0F 0B 89 95 ?? ?? ?? ?? 8D 45 ?? 89 C1 E8 ?? ?? ?? ?? 8B 85 ?? ?? ?? ?? 89 04 24 C7 85 ?? ?? ?? ?? FF FF FF FF E8 ?? ?? ?? ?? 89 95 ?? ?? ?? ?? 8D 85 ?? ?? ?? ?? 89 C1 E8 ?? ?? ?? ?? 8B 85 ?? ?? ?? ?? 89 04 24 C7 85 ?? ?? ?? ?? FF FF FF FF E8 ?? ?? ?? ?? 90 8D 85 ?? ?? ?? ?? 89 04 24 E8 ?? ?? ?? ?? 8D 65 ?? 5B 5E 5F 5D C3 }
898
- condition:
899
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and (uint16(uint32(0x3C)+0x18) == 0x010B) and any of them
900
- }
901
- rule APT_Loader_Win32_REDFLARE_2
902
- {
903
- meta:
904
- date_created = "2020-11-27"
905
- date_modified = "2020-11-27"
906
- md5 = "4e7e90c7147ee8aa01275894734f4492"
907
- rev = 1
908
- author = "FireEye"
909
- strings:
910
- $inject = { 83 F8 01 [4-50] 6A 00 6A 00 68 04 00 00 08 6A 00 6A 00 6A 00 6A 00 5? [10-70] FF 15 [4] 85 C0 [1-20] 6A 04 68 00 10 00 00 5? 6A 00 5? [1-10] FF 15 [4-8] 85 C0 [1-20] 5? 5? 5? 8B [1-4] 5? 5? FF 15 [4] 85 C0 [1-20] 6A 20 [4-20] FF 15 [4] 85 C0 [1-40] 01 00 01 00 [2-20] FF 15 [4] 85 C0 [1-30] FF 15 [4] 85 C0 [1-20] FF 15 [4] 83 F8 FF }
911
- $s1 = "ResumeThread"
912
- condition:
913
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and (uint16(uint32(0x3C)+0x18) == 0x010B) and all of them
914
- }
915
- rule APT_HackTool_MSIL_SHARPSTOMP_2
916
- {
917
- meta:
918
- date_created = "2020-12-02"
919
- date_modified = "2020-12-02"
920
- md5 = "83ed748cd94576700268d35666bf3e01"
921
- rev = 3
922
- author = "FireEye"
923
- strings:
924
- $f0 = "mscoree.dll" fullword nocase
925
- $s0 = { 06 72 [4] 6F [4] 2C ?? 06 72 [4] 6F [4] 2D ?? 72 [4] 28 [4] 28 [4] 2A }
926
- $s1 = { 02 28 [4] 0A 02 28 [4] 0B 02 28 [4] 0C 72 [4] 28 [4] 72 }
927
- $s2 = { 28 [4] 02 28 [4] 0D 12 ?? 03 6C 28 [4] 28 [4] 02 28 [4] 0D 12 ?? 03 6C 28 [4] 28 [4] 02 28 [4] 0D 12 ?? 03 6C 28 [4] 28 [4] 72 }
928
- $s3 = "SetCreationTime" fullword
929
- $s4 = "GetLastAccessTime" fullword
930
- $s5 = "SetLastAccessTime" fullword
931
- condition:
932
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and all of them
933
- }
934
- rule Loader_MSIL_NetshShellCodeRunner_1
935
- {
936
- meta:
937
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the 'NetshShellCodeRunner' project."
938
- md5 = "dd8805d0e470e59b829d98397507d8c2"
939
- rev = 2
940
- author = "FireEye"
941
- strings:
942
- $typelibguid0 = "49c045bc-59bb-4a00-85c3-4beb59b2ee12" ascii nocase wide
943
- condition:
944
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and any of them
945
- }
946
- rule HackTool_MSIL_SharPivot_4
947
- {
948
- meta:
949
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the SharPivot project."
950
- md5 = "e4efa759d425e2f26fbc29943a30f5bd"
951
- rev = 3
952
- author = "FireEye"
953
- strings:
954
- $typelibguid1 = "44B83A69-349F-4A3E-8328-A45132A70D62" ascii nocase wide
955
- condition:
956
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and $typelibguid1
957
- }
958
- rule APT_Backdoor_Win_GoRat_Memory
959
- {
960
- meta:
961
- description = "Identifies GoRat malware in memory based on strings."
962
- md5 = "3b926b5762e13ceec7ac3a61e85c93bb"
963
- rev = 1
964
- author = "FireEye"
965
- strings:
966
- $murica = "murica" fullword
967
- $rat1 = "rat/modules/socks.(*HTTPProxyClient).beacon" fullword
968
- $rat2 = "rat.(*Core).generateBeacon" fullword
969
- $rat3 = "rat.gJitter" fullword
970
- $rat4 = "rat/comms.(*protectedChannel).SendCmdResponse" fullword
971
- $rat5 = "rat/modules/filemgmt.(*acquire).NewCommandExecution" fullword
972
- $rat6 = "rat/modules/latlisten.(*latlistensrv).handleCmd" fullword
973
- $rat7 = "rat/modules/netsweeper.(*netsweeperRunner).runSweep" fullword
974
- $rat8 = "rat/modules/netsweeper.(*Pinger).listen" fullword
975
- $rat9 = "rat/modules/socks.(*HTTPProxyClient).beacon" fullword
976
- $rat10 = "rat/platforms/win/dyloader.(*memoryLoader).ExecutePluginFunction" fullword
977
- $rat11 = "rat/platforms/win/modules/namedpipe.(*dummy).Open" fullword
978
- $winblows = "rat/platforms/win.(*winblows).GetStage" fullword
979
- condition:
980
- $winblows or #murica > 10 or 3 of ($rat*)
981
- }
982
- rule Loader_MSIL_AllTheThings_1
983
- {
984
- meta:
985
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the 'AllTheThings' project."
986
- md5 = "dd8805d0e470e59b829d98397507d8c2"
987
- rev = 2
988
- author = "FireEye"
989
- strings:
990
- $typelibguid0 = "542ccc64-c4c3-4c03-abcd-199a11b26754" ascii nocase wide
991
- condition:
992
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and any of them
993
- }
994
- rule APT_Loader_Win64_PGF_1
995
- {
996
- meta:
997
- date_created = "2020-11-25"
998
- date_modified = "2020-11-25"
999
- description = "base dlls: /lib/payload/techniques/unmanaged_exports/"
1000
- md5 = "2b686a8b83f8e1d8b455976ae70dab6e"
1001
- rev = 1
1002
- author = "FireEye"
1003
- strings:
1004
- $sb1 = { B9 14 00 00 00 FF 15 [4-32] 0F B6 ?? 04 [0-32] F3 A4 [0-64] 0F B6 [2-3] 0F B6 [2-3] 33 [0-32] 88 [1-9] EB }
1005
- $sb2 = { 41 B8 00 30 00 00 [0-32] FF 15 [8-64] 83 ?? 01 [4-80] 0F B6 [1-64] 33 [1-32] 88 [1-64] FF ( D? | 5? ) }
1006
- $sb3 = { 48 89 4C 24 08 [4-64] 48 63 48 3C [0-32] 48 03 C1 [0-64] 0F B7 48 14 [0-64] 48 8D 44 08 18 [8-64] 0F B7 40 06 [2-32] 48 6B C0 28 }
1007
- condition:
1008
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and (uint16(uint32(0x3C)+0x18) == 0x020B) and all of them
1009
- }
1010
- rule APT_Trojan_Win_REDFLARE_5
1011
- {
1012
- meta:
1013
- date_created = "2020-12-01"
1014
- date_modified = "2020-12-01"
1015
- md5 = "dfbb1b988c239ade4c23856e42d4127b, 3322fba40c4de7e3de0fda1123b0bf5d"
1016
- rev = 3
1017
- author = "FireEye"
1018
- strings:
1019
- $s1 = "AdjustTokenPrivileges" fullword
1020
- $s2 = "LookupPrivilegeValueW" fullword
1021
- $s3 = "ImpersonateLoggedOnUser" fullword
1022
- $s4 = "runCommand" fullword
1023
- $steal_token = { FF 15 [4] 85 C0 [1-40] C7 44 24 ?? 01 00 00 00 [0-20] C7 44 24 ?? 02 00 00 00 [0-20] FF 15 [4] FF [1-5] 85 C0 [4-40] 00 04 00 00 FF 15 [4-5] 85 C0 [2-20] ( BA 0F 00 00 00 | 6A 0F ) [1-4] FF 15 [4] 85 C0 74 [1-20] FF 15 [4] 85 C0 74 [1-20] ( 6A 0B | B9 0B 00 00 00 ) E8 }
1024
- condition:
1025
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and all of them
1026
- }
1027
- rule CredTheft_MSIL_TitoSpecial_1
1028
- {
1029
- meta:
1030
- description = "This rule looks for .NET PE files that have the strings of various method names in the TitoSpecial code."
1031
- md5 = "4bf96a7040a683bd34c618431e571e26"
1032
- rev = 4
1033
- author = "FireEye"
1034
- strings:
1035
- $str1 = "Minidump" ascii wide
1036
- $str2 = "dumpType" ascii wide
1037
- $str3 = "WriteProcessMemory" ascii wide
1038
- $str4 = "bInheritHandle" ascii wide
1039
- $str5 = "GetProcessById" ascii wide
1040
- $str6 = "SafeHandle" ascii wide
1041
- $str7 = "BeginInvoke" ascii wide
1042
- $str8 = "EndInvoke" ascii wide
1043
- $str9 = "ConsoleApplication1" ascii wide
1044
- $str10 = "getOSInfo" ascii wide
1045
- $str11 = "OpenProcess" ascii wide
1046
- $str12 = "LoadLibrary" ascii wide
1047
- $str13 = "GetProcAddress" ascii wide
1048
- condition:
1049
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and all of ($str*)
1050
- }
1051
- rule Builder_MSIL_G2JS_1
1052
- {
1053
- meta:
1054
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the Gadget2JScript project."
1055
- md5 = "fa255fdc88ab656ad9bc383f9b322a76"
1056
- rev = 2
1057
- author = "FireEye"
1058
- strings:
1059
- $typelibguid1 = "AF9C62A1-F8D2-4BE0-B019-0A7873E81EA9" ascii nocase wide
1060
- condition:
1061
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and $typelibguid1
1062
- }
1063
- rule APT_Loader_Win32_DShell_2
1064
- {
1065
- meta:
1066
- date_created = "2020-11-27"
1067
- date_modified = "2020-11-27"
1068
- md5 = "590d98bb74879b52b97d8a158af912af"
1069
- rev = 2
1070
- author = "FireEye"
1071
- strings:
1072
- $sb1 = { 6A 40 68 00 30 00 00 [4-32] E8 [4-8] 50 [0-16] E8 [4-150] 6A FF [1-32] 6A 00 6A 00 5? 6A 00 6A 00 [0-32] E8 [4] 50 }
1073
- $ss1 = "\x00CreateThread\x00"
1074
- $ss2 = "base64.d" fullword
1075
- $ss3 = "core.sys.windows" fullword
1076
- $ss4 = "C:\\Users\\config.ini" fullword
1077
- $ss5 = "Invalid config file" fullword
1078
- condition:
1079
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and (uint16(uint32(0x3C)+0x18) == 0x010B) and all of them
1080
- }
1081
- rule HackTool_MSIL_SharPivot_3
1082
- {
1083
- meta:
1084
- description = "This rule looks for .NET PE files that have the strings of various method names in the SharPivot code."
1085
- md5 = "e4efa759d425e2f26fbc29943a30f5bd"
1086
- rev = 3
1087
- author = "FireEye"
1088
- strings:
1089
- $msil = "_CorExeMain" ascii wide
1090
- $str1 = "SharPivot" ascii wide
1091
- $str2 = "ParseArgs" ascii wide
1092
- $str3 = "GenRandomString" ascii wide
1093
- $str4 = "ScheduledTaskExists" ascii wide
1094
- $str5 = "ServiceExists" ascii wide
1095
- $str6 = "lpPassword" ascii wide
1096
- $str7 = "execute" ascii wide
1097
- $str8 = "WinRM" ascii wide
1098
- $str9 = "SchtaskMod" ascii wide
1099
- $str10 = "PoisonHandler" ascii wide
1100
- $str11 = "SCShell" ascii wide
1101
- $str12 = "SchtaskMod" ascii wide
1102
- $str13 = "ServiceHijack" ascii wide
1103
- $str14 = "commandArg" ascii wide
1104
- $str15 = "payloadPath" ascii wide
1105
- $str16 = "Schtask" ascii wide
1106
- condition:
1107
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and $msil and all of ($str*)
1108
- }
1109
- rule APT_HackTool_MSIL_FLUFFY_2
1110
- {
1111
- meta:
1112
- date_created = "2020-12-04"
1113
- date_modified = "2020-12-04"
1114
- md5 = "11b5aceb428c3e8c61ed24a8ca50553e"
1115
- rev = 1
1116
- author = "FireEye"
1117
- strings:
1118
- $s1 = "\x00Asktgt\x00"
1119
- $s2 = "\x00Kerberoast\x00"
1120
- $s3 = "\x00HarvestCommand\x00"
1121
- $s4 = "\x00EnumerateTickets\x00"
1122
- $s5 = "[*] Action: " wide
1123
- $s6 = "\x00Fluffy.Commands\x00"
1124
- condition:
1125
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and all of them
1126
- }
1127
- rule APT_HackTool_MSIL_FLUFFY_1
1128
- {
1129
- meta:
1130
- date_created = "2020-12-04"
1131
- date_modified = "2020-12-04"
1132
- md5 = "11b5aceb428c3e8c61ed24a8ca50553e"
1133
- rev = 1
1134
- author = "FireEye"
1135
- strings:
1136
- $sb1 = { 0E ?? 1? 72 [4] 28 [2] 00 06 [0-16] 28 [2] 00 0A [2-80] 1F 58 0? [0-32] 28 [2] 00 06 [2-32] 1? 28 [2] 00 06 0? 0? 6F [2] 00 06 [2-4] 1F 0B }
1137
- $sb2 = { 73 [2] 00 06 13 ?? 11 ?? 11 ?? 7D [2] 00 04 11 ?? 73 [2] 00 0A 7D [2] 00 04 0E ?? 2D ?? 11 ?? 7B [2] 00 04 72 [4] 28 [2] 00 0A [2-32] 0? 28 [2] 00 0A [2-16] 11 ?? 7B [2] 00 04 0? 28 [2] 00 0A 1? 28 [2] 00 0A [2-32] 7E [2] 00 0A [0-32] FE 15 [2] 00 02 [0-16] 7D [2] 00 04 28 [2] 00 06 [2-32] 7B [2] 00 04 7D [2] 00 04 [2-32] 7C [2] 00 04 FE 15 [2] 00 02 [0-16] 11 ?? 8C [2] 00 02 28 [2] 00 0A 28 [2] 00 0A [2-80] 8C [2] 00 02 28 [2] 00 0A 12 ?? 12 ?? 12 ?? 28 [2] 00 06 }
1138
- $ss1 = "\x00Fluffy\x00"
1139
- condition:
1140
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and all of them
1141
- }
1142
- rule HackTool_MSIL_SEATBELT_1
1143
- {
1144
- meta:
1145
- description = "This rule looks for .NET PE files that have regex and format strings found in the public tool SeatBelt. Due to the nature of the regex and format strings used for detection, this rule should detect custom variants of the SeatBelt project."
1146
- md5 = "848837b83865f3854801be1f25cb9f4d"
1147
- rev = 3
1148
- author = "FireEye"
1149
- strings:
1150
- $msil = "_CorExeMain" ascii wide
1151
- $str1 = "{ Process = {0}, Path = {1}, CommandLine = {2} }" ascii nocase wide
1152
- $str2 = "Domain=\"(.*)\",Name=\"(.*)\"" ascii nocase wide
1153
- $str3 = "LogonId=\"(\\d+)\"" ascii nocase wide
1154
- $str4 = "{0}.{1}.{2}.{3}" ascii nocase wide
1155
- $str5 = "^\\W*([a-z]:\\\\.+?(\\.exe|\\.dll|\\.sys))\\W*" ascii nocase wide
1156
- $str6 = "*[System/EventID={0}]" ascii nocase wide
1157
- $str7 = "*[System[TimeCreated[@SystemTime >= '{" ascii nocase wide
1158
- $str8 = "(http|ftp|https|file)://([\\w_-]+(?:(?:\\.[\\w_-]+)+))([\\w.,@?^=%&:/~+#-]*[\\w@?^=%&/~+#-])?" ascii nocase wide
1159
- $str9 = "{0}" ascii nocase wide
1160
- $str10 = "{0,-23}" ascii nocase wide
1161
- condition:
1162
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and $msil and all of ($str*)
1163
- }
1164
- rule HackTool_MSIL_INVEIGHZERO_1
1165
- {
1166
- meta:
1167
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the 'inveighzero' project."
1168
- md5 = "dd8805d0e470e59b829d98397507d8c2"
1169
- rev = 2
1170
- author = "FireEye"
1171
- strings:
1172
- $typelibguid0 = "113ae281-d1e5-42e7-9cc2-12d30757baf1" ascii nocase wide
1173
- condition:
1174
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and any of them
1175
- }
1176
- rule Loader_MSIL_RURALBISHOP_1
1177
- {
1178
- meta:
1179
- date_created = "2020-12-03"
1180
- date_modified = "2020-12-03"
1181
- md5 = "e91670423930cbbd3dbf5eac1f1a7cb6"
1182
- rev = 1
1183
- author = "FireEye"
1184
- strings:
1185
- $sb1 = { 28 [2] 00 06 0A 06 7B [2] 00 04 [12-64] 06 7B [2] 00 04 6E 28 [2] 00 06 0B 07 7B [2] 00 04 [12-64] 0? 7B [2] 00 04 0? 7B [2] 00 04 0? 7B [2] 00 04 6E 28 [2] 00 06 0? 0? 7B [2] 00 04 [12-80] 0? 7B [2] 00 04 1? 0? 7B [2] 00 04 }
1186
- $sb2 = { 0F ?? 7C [2] 00 04 28 [2] 00 0A 8C [2] 00 01 [20-80] 28 [2] 00 06 0? 0? 7E [2] 00 0A 28 [2] 00 0A [12-80] 7E [2] 00 0A 13 ?? 0? 7B [2] 00 04 28 [2] 00 0A 0? 28 [2] 00 0A 58 28 [2] 00 0A 13 [1-32] 28 [2] 00 0A [0-32] D0 [2] 00 02 28 [2] 00 0A 28 [2] 00 0A 74 [2] 00 02 }
1187
- $ss1 = "\x00NtMapViewOfSection\x00"
1188
- $ss2 = "\x00NtOpenProcess\x00"
1189
- $ss3 = "\x00NtAlertResumeThread\x00"
1190
- $ss4 = "\x00LdrGetProcedureAddress\x00"
1191
- $tb1 = "\x00SharpSploit.Execution.DynamicInvoke\x00"
1192
- condition:
1193
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and (@sb1[1] < @sb2[1]) and (all of ($ss*)) and (all of ($tb*))
1194
- }
1195
- rule Loader_MSIL_RURALBISHOP_2
1196
- {
1197
- meta:
1198
- date_created = "2020-12-03"
1199
- date_modified = "2020-12-03"
1200
- md5 = "e91670423930cbbd3dbf5eac1f1a7cb6"
1201
- rev = 1
1202
- author = "FireEye"
1203
- strings:
1204
- $ss1 = "\x00NtMapViewOfSection\x00"
1205
- $ss2 = "\x00NtOpenProcess\x00"
1206
- $ss3 = "\x00NtAlertResumeThread\x00"
1207
- $ss4 = "\x00LdrGetProcedureAddress\x00"
1208
- $ss5 = "\x2f(\x00?\x00i\x00)\x00(\x00-\x00|\x00-\x00-\x00|\x00/\x00)\x00(\x00i\x00|\x00I\x00n\x00j\x00e\x00c\x00t\x00)\x00$\x00"
1209
- $ss6 = "\x2d(\x00?\x00i\x00)\x00(\x00-\x00|\x00-\x00-\x00|\x00/\x00)\x00(\x00c\x00|\x00C\x00l\x00e\x00a\x00n\x00)\x00$\x00"
1210
- $tb1 = "\x00SharpSploit.Execution.DynamicInvoke\x00"
1211
- condition:
1212
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and all of them
1213
- }
1214
- rule HackTool_MSIL_PrepShellcode_1
1215
- {
1216
- meta:
1217
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the 'PrepShellcode' project."
1218
- md5 = "dd8805d0e470e59b829d98397507d8c2"
1219
- rev = 2
1220
- author = "FireEye"
1221
- strings:
1222
- $typelibguid0 = "d16ed275-70d5-4ae5-8ce7-d249f967616c" ascii nocase wide
1223
- condition:
1224
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and any of them
1225
- }
1226
- rule APT_Downloader_Win32_REDFLARE_1
1227
- {
1228
- meta:
1229
- date_created = "2020-11-27"
1230
- date_modified = "2020-11-27"
1231
- md5 = "05b99d438dac63a5a993cea37c036673"
1232
- rev = 1
1233
- author = "FireEye"
1234
- strings:
1235
- $const = "Cookie: SID1=%s" fullword
1236
- $http_req = { 00 00 08 80 81 3D [4] BB 01 00 00 75 [1-10] 00 00 80 00 [1-4] 00 10 00 00 [1-4] 00 20 00 00 89 [1-10] 6A 00 8B [1-8] 5? 6A 00 6A 00 6A 00 8B [1-8] 5? 68 [4] 8B [1-8] 5? FF 15 [4-40] 6A 14 E8 }
1237
- condition:
1238
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and (uint16(uint32(0x3C)+0x18) == 0x010B) and all of them
1239
- }
1240
- rule Loader_MSIL_WMIRunner_1
1241
- {
1242
- meta:
1243
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the 'WMIRunner' project."
1244
- md5 = "dd8805d0e470e59b829d98397507d8c2"
1245
- rev = 1
1246
- author = "FireEye"
1247
- strings:
1248
- $typelibguid0 = "6cc61995-9fd5-4649-b3cc-6f001d60ceda" ascii nocase wide
1249
- condition:
1250
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and any of them
1251
- }
1252
- rule HackTool_MSIL_SharpStomp_1
1253
- {
1254
- meta:
1255
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the SharpStomp project."
1256
- md5 = "83ed748cd94576700268d35666bf3e01"
1257
- rev = 4
1258
- author = "FireEye"
1259
- strings:
1260
- $typelibguid1 = "41f35e79-2034-496a-8c82-86443164ada2" ascii nocase wide
1261
- condition:
1262
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and $typelibguid1
1263
- }
1264
- rule Tool_MSIL_SharpGrep_1
1265
- {
1266
- meta:
1267
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the 'SharpGrep' project."
1268
- md5 = "dd8805d0e470e59b829d98397507d8c2"
1269
- rev = 1
1270
- author = "FireEye"
1271
- strings:
1272
- $typelibguid0 = "f65d75b5-a2a6-488f-b745-e67fc075f445" ascii nocase wide
1273
- condition:
1274
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and any of them
1275
- }
1276
- rule Dropper_HTA_WildChild_1
1277
- {
1278
- meta:
1279
- description = "This rule looks for strings present in unobfuscated HTAs generated by the WildChild builder."
1280
- md5 = "3e61ca5057633459e96897f79970a46d"
1281
- rev = 5
1282
- author = "FireEye"
1283
- strings:
1284
- $s1 = "processpath" ascii wide
1285
- $s2 = "v4.0.30319" ascii wide
1286
- $s3 = "v2.0.50727" ascii wide
1287
- $s4 = "COMPLUS_Version" ascii wide
1288
- $s5 = "FromBase64Transform" ascii wide
1289
- $s6 = "MemoryStream" ascii wide
1290
- $s7 = "entry_class" ascii wide
1291
- $s8 = "DynamicInvoke" ascii wide
1292
- $s9 = "Sendoff" ascii wide
1293
- $script_header = "<script language=" ascii wide
1294
- condition:
1295
- $script_header at 0 and all of ($s*)
1296
- }
1297
- rule APT_Builder_PY_REDFLARE_2
1298
- {
1299
- meta:
1300
- date_created = "2020-12-01"
1301
- date_modified = "2020-12-01"
1302
- md5 = "4410e95de247d7f1ab649aa640ee86fb"
1303
- rev = 1
1304
- author = "FireEye"
1305
- strings:
1306
- $1 = "<510sxxII"
1307
- $2 = "0x43,0x00,0x3a,0x00,0x5c,0x00,0x57,0x00,0x69,0x00,0x6e,0x00,0x64,0x00,0x6f,0x00,"
1308
- $3 = "parsePluginOutput"
1309
- condition:
1310
- all of them and #2 == 2
1311
- }
1312
- rule APT_Loader_Win32_DShell_3
1313
- {
1314
- meta:
1315
- date_created = "2020-11-27"
1316
- date_modified = "2020-11-27"
1317
- md5 = "12c3566761495b8353f67298f15b882c"
1318
- rev = 1
1319
- author = "FireEye"
1320
- strings:
1321
- $sb1 = { 6A 40 68 00 30 00 00 [4-32] E8 [4-8] 50 [0-16] E8 [4-150] 6A FF [1-32] 6A 00 6A 00 5? 6A 00 6A 00 [0-32] E8 [4] 50 }
1322
- $ss1 = "\x00CreateThread\x00"
1323
- $ss2 = "base64.d" fullword
1324
- $ss3 = "core.sys.windows" fullword
1325
- condition:
1326
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and (uint16(uint32(0x3C)+0x18) == 0x010B) and all of them
1327
- }
1328
- rule APT_Trojan_Linux_REDFLARE_1
1329
- {
1330
- meta:
1331
- date_created = "2020-12-02"
1332
- date_modified = "2020-12-02"
1333
- md5 = "79259451ff47b864d71fb3f94b1774f3, 82773afa0860d668d7fe40e3f22b0f3e"
1334
- rev = 1
1335
- author = "FireEye"
1336
- strings:
1337
- $s1 = "find_applet_by_name" fullword
1338
- $s2 = "bb_basename" fullword
1339
- $s3 = "hk_printf_chk" fullword
1340
- $s4 = "runCommand" fullword
1341
- $s5 = "initialize" fullword
1342
- condition:
1343
- (uint32(0) == 0x464c457f) and all of them
1344
- }
1345
- rule Loader_MSIL_WildChild_1
1346
- {
1347
- meta:
1348
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the WildChild project."
1349
- md5 = "7e6bc0ed11c2532b2ae7060327457812"
1350
- rev = 4
1351
- author = "FireEye"
1352
- strings:
1353
- $typelibguid1 = "2e71d5ff-ece4-4006-9e98-37bb724a7780" ascii nocase wide
1354
- condition:
1355
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and $typelibguid1
1356
- }
1357
- rule MSIL_Launcher_DUEDLLIGENCE_1
1358
- {
1359
- meta:
1360
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the 'DUEDLLIGENCE' project."
1361
- md5 = "a91bf61cc18705be2288a0f6f125068f"
1362
- rev = 1
1363
- author = "FireEye"
1364
- strings:
1365
- $typelibguid0 = "73948912-cebd-48ed-85e2-85fcd1d4f560" ascii nocase wide
1366
- condition:
1367
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and any of them
1368
- }
1369
- rule APT_Backdoor_Win_GORAT_2
1370
- {
1371
- meta:
1372
- description = "Verifies that the sample is a Windows PE that is less than 10MB in size and has the Go build ID strings. Then checks for various strings known to be in the Gorat implant including strings used in C2 json, names of methods, and the unique string 'murica' used in C2 comms. A check is done to ensure the string 'rat' appears in the binary over 1000 times as it is the name of the project used by the implant and is present well over 2000 times."
1373
- md5 = "f59095f0ab15f26a1ead7eed8cdb4902"
1374
- rev = 7
1375
- author = "FireEye"
1376
- strings:
1377
- $go1 = "go.buildid" ascii wide
1378
- $go2 = "Go build ID:" ascii wide
1379
- $json1 = "json:\"pid\"" ascii wide
1380
- $json2 = "json:\"key\"" ascii wide
1381
- $json3 = "json:\"agent_time\"" ascii wide
1382
- $json4 = "json:\"rid\"" ascii wide
1383
- $json5 = "json:\"ports\"" ascii wide
1384
- $json6 = "json:\"agent_platform\"" ascii wide
1385
- $rat = "rat" ascii wide
1386
- $str1 = "handleCommand" ascii wide
1387
- $str2 = "sendBeacon" ascii wide
1388
- $str3 = "rat.AgentVersion" ascii wide
1389
- $str4 = "rat.Core" ascii wide
1390
- $str5 = "rat/log" ascii wide
1391
- $str6 = "rat/comms" ascii wide
1392
- $str7 = "rat/modules" ascii wide
1393
- $str8 = "murica" ascii wide
1394
- $str9 = "master secret" ascii wide
1395
- $str10 = "TaskID" ascii wide
1396
- $str11 = "rat.New" ascii wide
1397
- condition:
1398
- uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550 and filesize < 10MB and all of ($go*) and all of ($json*) and all of ($str*) and #rat > 1000
1399
- }
1400
- rule APT_Loader_Win64_REDFLARE_2
1401
- {
1402
- meta:
1403
- date_created = "2020-11-27"
1404
- date_modified = "2020-11-27"
1405
- md5 = "100d73b35f23b2fe84bf7cd37140bf4d"
1406
- rev = 1
1407
- author = "FireEye"
1408
- strings:
1409
- $alloc = { 45 8B C0 33 D2 [2-6] 00 10 00 00 [2-6] 04 00 00 00 [1-6] FF 15 [4-60] FF 15 [4] 85 C0 [4-40] 20 00 00 00 [4-40] FF 15 [4] 85 C0 }
1410
- $inject = { 83 F8 01 [2-20] 33 C0 45 33 C9 [3-10] 45 33 C0 [3-10] 33 D2 [30-100] FF 15 [4] 85 C0 [20-100] 01 00 10 00 [0-10] FF 15 [4] 85 C0 [4-30] FF 15 [4] 85 C0 [2-20] FF 15 [4] 83 F8 FF }
1411
- $s1 = "ResumeThread" fullword
1412
- condition:
1413
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and (uint16(uint32(0x3C)+0x18) == 0x020B) and all of them
1414
- }
1415
- rule HackTool_MSIL_SharPersist_1
1416
- {
1417
- meta:
1418
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the SharPersist project."
1419
- md5 = "98ecf58d48a3eae43899b45cec0fc6b7"
1420
- rev = 1
1421
- author = "FireEye"
1422
- strings:
1423
- $typelibguid1 = "9D1B853E-58F1-4BA5-AEFC-5C221CA30E48" ascii nocase wide
1424
- condition:
1425
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and $typelibguid1
1426
- }
1427
- rule APT_Backdoor_Win_DShell_1
1428
- {
1429
- meta:
1430
- description = "This rule is looking for sections of an integer array which contains the encoded payload along with a selection of Windows functions that are present within a DShell payload"
1431
- md5 = "152fc2320790aa16ef9b6126f47c3cca"
1432
- rev = 4
1433
- author = "FireEye"
1434
- strings:
1435
- $e0 = ",0,"
1436
- $e1 = ",1,"
1437
- $e2 = ",2,"
1438
- $e3 = ",3,"
1439
- $e4 = ",4,"
1440
- $e5 = ",5,"
1441
- $e6 = ",6,"
1442
- $e7 = ",7,"
1443
- $e8 = ",8,"
1444
- $e9 = ",9,"
1445
- $e10 = ",10,"
1446
- $e11 = ",11,"
1447
- $e12 = ",12,"
1448
- $e13 = ",13,"
1449
- $e14 = ",14,"
1450
- $e15 = ",15,"
1451
- $e16 = ",16,"
1452
- $e17 = ",17,"
1453
- $e18 = ",18,"
1454
- $e19 = ",19,"
1455
- $e20 = ",20,"
1456
- $e21 = ",21,"
1457
- $e22 = ",22,"
1458
- $e23 = ",23,"
1459
- $e24 = ",24,"
1460
- $e25 = ",25,"
1461
- $e26 = ",26,"
1462
- $e27 = ",27,"
1463
- $e28 = ",28,"
1464
- $e29 = ",29,"
1465
- $e30 = ",30,"
1466
- $e31 = ",31,"
1467
- $e32 = ",32,"
1468
- $e33 = ",33,"
1469
- $e34 = ",34,"
1470
- $e35 = ",35,"
1471
- $e36 = ",36,"
1472
- $e37 = ",37,"
1473
- $e38 = ",38,"
1474
- $e39 = ",39,"
1475
- $e40 = ",40,"
1476
- $e41 = ",41,"
1477
- $e42 = ",42,"
1478
- $e43 = ",43,"
1479
- $e44 = ",44,"
1480
- $e45 = ",45,"
1481
- $e46 = ",46,"
1482
- $e47 = ",47,"
1483
- $e48 = ",48,"
1484
- $e49 = ",49,"
1485
- $e50 = ",50,"
1486
- $e51 = ",51,"
1487
- $e52 = ",52,"
1488
- $e53 = ",53,"
1489
- $e54 = ",54,"
1490
- $e55 = ",55,"
1491
- $e56 = ",56,"
1492
- $e57 = ",57,"
1493
- $e58 = ",58,"
1494
- $e59 = ",59,"
1495
- $e60 = ",60,"
1496
- $e61 = ",61,"
1497
- $e62 = ",62,"
1498
- $e63 = ",63,"
1499
- $e64 = ",64,"
1500
- $s1 = "GetACP"
1501
- $s2 = "GetOEMCP"
1502
- $s3 = "GetCPInfo"
1503
- $s4 = "WriteConsoleA"
1504
- $s5 = "FindFirstFileA"
1505
- $s6 = "FileTimeToDosDateTime"
1506
- $s7 = "FindNextFileA"
1507
- $s8 = "GetStringTypeA"
1508
- $s9 = "GetFileType"
1509
- $s10 = "CreateFileA"
1510
- $s11 = "GlobalAlloc"
1511
- $s12 = "GlobalFree"
1512
- $s13 = "GetTickCount"
1513
- $s14 = "GetProcessHeap"
1514
- $s15 = "UnhandledExceptionFilter"
1515
- $s16 = "ExitProcess"
1516
- $s17 = "GetModuleFileNameA"
1517
- $s18 = "LCMapStringA"
1518
- $s19 = "GetLocalTime"
1519
- $s20 = "CreateThread"
1520
- $s21 = "ExitThread"
1521
- $s22 = "SetConsoleCtrlHandler"
1522
- $s23 = "FreeEnvironmentStringsA"
1523
- $s24 = "GetVersion"
1524
- $s25 = "GetEnvironmentStrings"
1525
- $s26 = "SetHandleCount"
1526
- $s27 = "SetFilePointer"
1527
- $s28 = "DeleteFileA"
1528
- $s29 = "HeapAlloc"
1529
- $s30 = "HeapReAlloc"
1530
- $s31 = "HeapFree"
1531
- $s32 = "GetCommandLineA"
1532
- $s33 = "GetThreadContext"
1533
- $s34 = "SuspendThread"
1534
- $s35 = "FindFirstFileW"
1535
- $s36 = "FindNextFileW"
1536
- $s37 = "FindClose"
1537
- $s38 = "CreateSemaphoreA"
1538
- $s39 = "ReleaseSemaphore"
1539
- $s40 = "ExpandEnvironmentStringsW"
1540
- $s41 = "lstrlenW"
1541
- $s42 = "GetModuleHandleA"
1542
- $s43 = "GetEnvironmentVariableA"
1543
- $s44 = "RtlCaptureContext"
1544
- $s45 = "GlobalMemoryStatus"
1545
- $s46 = "VirtualAlloc"
1546
- $s47 = "Sleep"
1547
- $s48 = "SystemTimeToTzSpecificLocalTime"
1548
- $s49 = "TzSpecificLocalTimeToSystemTime"
1549
- $s50 = "GetTimeZoneInformation"
1550
- $s51 = "TryEnterCriticalSection"
1551
- $s52 = "LoadLibraryA"
1552
- $s53 = "VirtualFree"
1553
- $s54 = "GetExitCodeThread"
1554
- $s55 = "WaitForSingleObject"
1555
- $s56 = "ResumeThread"
1556
- $s57 = "DuplicateHandle"
1557
- $s58 = "GetCurrentProcess"
1558
- $s59 = "GetCurrentThread"
1559
- $s60 = "GetCurrentThreadId"
1560
- $s61 = "InitializeCriticalSection"
1561
- $s62 = "DeleteCriticalSection"
1562
- $s63 = "SwitchToThread"
1563
- $s64 = "LeaveCriticalSection"
1564
- $s65 = "EnterCriticalSection"
1565
- $s66 = "FormatMessageW"
1566
- $s67 = "SetLastError"
1567
- $s68 = "GetEnvironmentVariableW"
1568
- $s69 = "FreeEnvironmentStringsW"
1569
- $s70 = "GetEnvironmentStringsW"
1570
- $s71 = "SetEnvironmentVariableW"
1571
- $s72 = "GetSystemInfo"
1572
- $s73 = "QueryPerformanceFrequency"
1573
- $s74 = "QueryPerformanceCounter"
1574
- $s75 = "CreateProcessW"
1575
- $s76 = "GetStdHandle"
1576
- $s77 = "GetHandleInformation"
1577
- $s78 = "SetHandleInformation"
1578
- $s79 = "WriteFile"
1579
- $s80 = "GetConsoleOutputCP"
1580
- $s81 = "FreeLibrary"
1581
- $s82 = "GetConsoleScreenBufferInfo"
1582
- $s83 = "MultiByteToWideChar"
1583
- $s84 = "RaiseException"
1584
- $s85 = "RtlUnwind"
1585
- $s86 = "GetCurrentDirectoryW"
1586
- $s87 = "IsDebuggerPresent"
1587
- $s88 = "LocalFree"
1588
- $s89 = "WideCharToMultiByte"
1589
- $s90 = "GetCommandLineW"
1590
- $s91 = "ReadFile"
1591
- $s92 = "GetFileSize"
1592
- $s93 = "CloseHandle"
1593
- $s94 = "CreateFileW"
1594
- $s95 = "LoadLibraryW"
1595
- $s96 = "GetProcAddress"
1596
- $s97 = "GetFileAttributesW"
1597
- $s98 = "GetLastError"
1598
- $s99 = "CommandLineToArgvW"
1599
- $s100 = "MessageBoxA"
1600
- $s101 = "RegEnumValueW"
1601
- $s102 = "RegEnumKeyExW"
1602
- $s103 = "RegDeleteValueW"
1603
- $s104 = "RegFlushKey"
1604
- $s105 = "RegQueryInfoKeyW"
1605
- $s106 = "RegDeleteKeyW"
1606
- $s107 = "RegQueryValueExW"
1607
- $s108 = "RegSetValueExW"
1608
- $s109 = "RegOpenKeyW"
1609
- $s110 = "RegOpenKeyExW"
1610
- $s111 = "RegCreateKeyExW"
1611
- $s112 = "RegCloseKey"
1612
- condition:
1613
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and filesize > 500KB and 105 of ($s*) and $s112 in (3000..4000) and 40 of ($e*)
1614
- }
1615
- rule APT_Backdoor_Win_GORAT_4
1616
- {
1617
- meta:
1618
- description = "Verifies that the sample is a Windows PE that is less than 10MB in size and exports numerous functions that are known to be exported by the Gorat implant. This is done in an effort to provide detection for packed samples that may not have other strings but will need to replicate exports to maintain functionality."
1619
- md5 = "f59095f0ab15f26a1ead7eed8cdb4902"
1620
- rev = 8
1621
- author = "FireEye"
1622
- strings:
1623
- $mz = "MZ"
1624
- condition:
1625
- $mz at 0 and uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550 and filesize < 10MB and pe.exports("MemoryCallEntryPoint") and pe.exports("MemoryDefaultAlloc") and pe.exports("MemoryDefaultFree") and pe.exports("MemoryDefaultFreeLibrary") and pe.exports("MemoryDefaultGetProcAddress") and pe.exports("MemoryDefaultLoadLibrary") and pe.exports("MemoryFindResource") and pe.exports("MemoryFindResourceEx") and pe.exports("MemoryFreeLibrary") and pe.exports("MemoryGetProcAddress") and pe.exports("MemoryLoadLibrary") and pe.exports("MemoryLoadLibraryEx") and pe.exports("MemoryLoadResource") and pe.exports("MemoryLoadString") and pe.exports("MemoryLoadStringEx") and pe.exports("MemorySizeofResource") and pe.exports("callback") and pe.exports("crosscall2") and pe.exports("crosscall_386")
1626
- }
1627
- rule APT_HackTool_MSIL_SHARPNFS_1
1628
- {
1629
- meta:
1630
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the 'sharpnfs' project."
1631
- md5 = "dd8805d0e470e59b829d98397507d8c2"
1632
- rev = 3
1633
- author = "FireEye"
1634
- strings:
1635
- $typelibguid0 = "9f67ebe3-fc9b-40f2-8a18-5940cfed44cf" ascii nocase wide
1636
- condition:
1637
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and any of them
1638
- }
1639
- rule CredTheft_MSIL_CredSnatcher_1
1640
- {
1641
- meta:
1642
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the 'CredSnatcher' project."
1643
- md5 = "dd8805d0e470e59b829d98397507d8c2"
1644
- rev = 1
1645
- author = "FireEye"
1646
- strings:
1647
- $typelibguid0 = "370b4d21-09d0-433f-b7e4-4ebdd79948ec" ascii nocase wide
1648
- condition:
1649
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and any of them
1650
- }
1651
- rule HackTool_MSIL_SEATBELT_2
1652
- {
1653
- meta:
1654
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the public SeatBelt project."
1655
- md5 = "9f401176a9dd18fa2b5b90b4a2aa1356"
1656
- rev = 3
1657
- author = "FireEye"
1658
- strings:
1659
- $typelibguid1 = "AEC32155-D589-4150-8FE7-2900DF4554C8" ascii nocase wide
1660
- condition:
1661
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and $typelibguid1
1662
- }
1663
- rule APT_Loader_Win32_DShell_1
1664
- {
1665
- meta:
1666
- date_created = "2020-11-27"
1667
- date_modified = "2020-11-27"
1668
- md5 = "12c3566761495b8353f67298f15b882c"
1669
- rev = 1
1670
- author = "FireEye"
1671
- strings:
1672
- $sb1 = { 6A 40 68 00 30 00 00 [4-32] E8 [4-8] 50 [0-16] E8 [4-150] 6A FF [1-32] 6A 00 6A 00 5? 6A 00 6A 00 [0-32] E8 [4] 50 }
1673
- $sb2 = { FF 7? 0C B? [4-16] FF 7? 08 5? [0-12] E8 [4] 84 C0 74 05 B? 01 00 00 00 [0-16] 80 F2 01 0F 84 }
1674
- $ss1 = "\x00CreateThread\x00"
1675
- $ss2 = "base64.d" fullword
1676
- $ss3 = "core.sys.windows" fullword
1677
- condition:
1678
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and (uint16(uint32(0x3C)+0x18) == 0x010B) and all of them
1679
- }
1680
- rule APT_Loader_Win32_PGF_1
1681
- {
1682
- meta:
1683
- date_created = "2020-11-25"
1684
- date_modified = "2020-11-25"
1685
- description = "base dlls: /lib/payload/techniques/unmanaged_exports/"
1686
- md5 = "383161e4deaf7eb2ebeda2c5e9c3204c"
1687
- rev = 1
1688
- author = "FireEye"
1689
- strings:
1690
- $sb1 = { 6A ?? FF 15 [4-32] 8A ?? 04 [0-32] 8B ?? 89 ?? 8B [2] 89 [2] 8B [2] 89 ?? 08 8B [2] 89 [2] 8B [2] 89 [2-64] 8B [5] 83 ?? 01 89 [5] 83 [5-32] 0F B6 [1-2] 0F B6 [1-2] 33 [1-16] 88 ?? EB }
1691
- $sb2 = { 6A 40 [0-32] 68 00 30 00 00 [0-32] 6A 00 [0-16] FF 15 [4-32] 89 45 [4-64] E8 [4-32] 83 ?? 01 [4-80] 0F B6 [1-64] 33 [1-32] 88 [2-64] FF ( D? | 55 ) }
1692
- $sb3 = { 8B ?? 08 03 ?? 3C [2-32] 0F B? ?? 14 [0-32] 8D [2] 18 [2-64] 0F B? ?? 06 [3-64] 6B ?? 28 }
1693
- condition:
1694
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and (uint16(uint32(0x3C)+0x18) == 0x010B) and all of them
1695
- }
1696
- rule APT_HackTool_MSIL_SHARPDACL_1
1697
- {
1698
- meta:
1699
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the 'sharpdacl' project."
1700
- md5 = "dd8805d0e470e59b829d98397507d8c2"
1701
- rev = 3
1702
- author = "FireEye"
1703
- strings:
1704
- $typelibguid0 = "b3c17fb5-5d5a-4b14-af3c-87a9aa941457" ascii nocase wide
1705
- condition:
1706
- filesize < 10MB and (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and any of them
1707
- }
1708
- rule APT_HackTool_MSIL_SHARPZIPLIBZIPPER_1
1709
- {
1710
- meta:
1711
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the 'sharpziplibzipper' project."
1712
- md5 = "dd8805d0e470e59b829d98397507d8c2"
1713
- rev = 3
1714
- author = "FireEye"
1715
- strings:
1716
- $typelibguid0 = "485ba350-59c4-4932-a4c1-c96ffec511ef" ascii nocase wide
1717
- condition:
1718
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and any of them
1719
- }
1720
- rule APT_Downloader_Win64_REDFLARE_1
1721
- {
1722
- meta:
1723
- date_created = "2020-11-27"
1724
- date_modified = "2020-11-27"
1725
- md5 = "9529c4c9773392893a8a0ab8ce8f8ce1"
1726
- rev = 2
1727
- author = "FireEye"
1728
- strings:
1729
- $const = "Cookie: SID1=%s" fullword
1730
- $http_req = { 00 00 08 80 81 3D [4] BB 01 00 00 75 [1-10] 00 00 80 00 [1-4] 00 10 00 00 [1-4] 00 20 00 00 89 [6-20] 00 00 00 00 [6-20] 00 00 00 00 [2-10] 00 00 00 00 45 33 C9 [4-20] 48 8D 15 [4] 48 8B 0D [4] FF 15 [4-50] B9 14 00 00 00 E8 }
1731
- condition:
1732
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and (uint16(uint32(0x3C)+0x18) == 0x020B) and all of them
1733
- }
1734
- rule APT_Loader_Win64_MATRYOSHKA_1
1735
- {
1736
- meta:
1737
- date_created = "2020-12-02"
1738
- date_modified = "2020-12-02"
1739
- description = "matryoshka_process_hollow.rs"
1740
- md5 = "44887551a47ae272d7873a354d24042d"
1741
- rev = 1
1742
- author = "FireEye"
1743
- strings:
1744
- $sb1 = { 48 8B 45 ?? 48 89 85 [0-64] C7 45 ?? 00 00 00 00 31 ?? E8 [4-64] BA 00 10 00 00 [0-32] 41 B8 04 00 00 00 E8 [4] 83 F8 01 [2-32] BA [4] E8 }
1745
- $sb2 = { E8 [4] 83 F8 01 [2-64] 41 B9 00 10 00 00 [0-32] E8 [4] 83 F8 01 [2-32] 3D 4D 5A 00 00 [0-32] 48 63 ?? 3C [0-32] 50 45 00 00 [4-64] 0F B7 [2] 18 81 ?? 0B 01 00 00 [2-32] 81 ?? 0B 02 00 00 [2-32] 8B [2] 28 }
1746
- $sb3 = { 66 C7 45 ?? 48 B8 48 C7 45 ?? 00 00 00 00 66 C7 45 ?? FF E0 [0-64] 41 B9 40 00 00 00 [0-32] E8 [4] 83 F8 01 }
1747
- condition:
1748
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and (uint16(uint32(0x3C)+0x18) == 0x020B) and all of them
1749
- }
1750
- rule HackTool_MSIL_WMIspy_1
1751
- {
1752
- meta:
1753
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the 'WMIspy' project."
1754
- md5 = "dd8805d0e470e59b829d98397507d8c2"
1755
- rev = 1
1756
- author = "FireEye"
1757
- strings:
1758
- $typelibguid0 = "5ee2bca3-01ad-489b-ab1b-bda7962e06bb" ascii nocase wide
1759
- condition:
1760
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and any of them
1761
- }
1762
- rule APT_Trojan_Win_REDFLARE_3
1763
- {
1764
- meta:
1765
- date_created = "2020-12-01"
1766
- date_modified = "2020-12-01"
1767
- md5 = "9ccda4d7511009d5572ef2f8597fba4e,ece07daca53dd0a7c23dacabf50f56f1"
1768
- rev = 1
1769
- author = "FireEye"
1770
- strings:
1771
- $calc_image_size = { 28 00 00 00 [2-30] 83 E2 1F [4-20] C1 F8 05 [0-8] 0F AF C? [0-30] C1 E0 02 }
1772
- $str1 = "CreateCompatibleBitmap" fullword
1773
- $str2 = "BitBlt" fullword
1774
- $str3 = "runCommand" fullword
1775
- condition:
1776
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and all of them
1777
- }
1778
- rule APT_Loader_Win_PGF_1
1779
- {
1780
- meta:
1781
- description = "PDB string used in some PGF DLL samples"
1782
- md5 = "013c7708f1343d684e3571453261b586"
1783
- rev = 6
1784
- author = "FireEye"
1785
- strings:
1786
- $pdb1 = /RSDS[\x00-\xFF]{20}c:\\source\\dllconfig-master\\dllsource[\x00-\xFF]{0,500}\.pdb\x00/ nocase
1787
- $pdb2 = /RSDS[\x00-\xFF]{20}C:\\Users\\Developer\\Source[\x00-\xFF]{0,500}\Release\\DllSource\.pdb\x00/ nocase
1788
- $pdb3 = /RSDS[\x00-\xFF]{20}q:\\objchk_win7_amd64\\amd64\\init\.pdb\x00/ nocase
1789
- condition:
1790
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and filesize < 15MB and any of them
1791
- }
1792
- rule APT_HackTool_MSIL_SHARPDNS_1
1793
- {
1794
- meta:
1795
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the 'sharpdns' project."
1796
- md5 = "dd8805d0e470e59b829d98397507d8c2"
1797
- rev = 2
1798
- author = "FireEye"
1799
- strings:
1800
- $typelibguid0 = "d888cec8-7562-40e9-9c76-2bb9e43bb634" ascii nocase wide
1801
- condition:
1802
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and any of them
1803
- }
1804
- rule Loader_MSIL_TrimBishop_1
1805
- {
1806
- meta:
1807
- description = "This rule looks for .NET PE files that have the string 'msg' more than 60 times as well as numerous function names unique to or used by the TrimBishop tool. All strings found in RuralBishop are reversed in TrimBishop and stored in a variable with the format 'msg##'. With the exception of 'msg', 'DTrim', and 'ReverseString' the other strings referenced in this rule may be shared with RuralBishop."
1808
- md5 = "09bdbad8358b04994e2c04bb26a160ef"
1809
- rev = 3
1810
- author = "FireEye"
1811
- strings:
1812
- $msg = "msg" ascii wide
1813
- $msil = "_CorExeMain" ascii wide
1814
- $str1 = "RuralBishop" ascii wide
1815
- $str2 = "KnightKingside" ascii wide
1816
- $str3 = "ReadShellcode" ascii wide
1817
- $str4 = "ReverseString" ascii wide
1818
- $str5 = "DTrim" ascii wide
1819
- $str6 = "QueensGambit" ascii wide
1820
- $str7 = "Messages" ascii wide
1821
- $str8 = "NtQueueApcThread" ascii wide
1822
- $str9 = "NtAlertResumeThread" ascii wide
1823
- $str10 = "NtQueryInformationThread" ascii wide
1824
- condition:
1825
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and $msil and #msg > 60 and all of ($str*)
1826
- }
1827
- rule Loader_Win_Generic_17
1828
- {
1829
- meta:
1830
- date_created = "2020-11-25"
1831
- date_modified = "2020-11-25"
1832
- md5 = "562ecbba043552d59a0f23f61cea0983"
1833
- rev = 3
1834
- author = "FireEye"
1835
- strings:
1836
- $s0 = { 89 [1-16] FF 15 [4-16] 89 [1-24] E8 [4-16] 89 C6 [4-24] 8D [1-8] 89 [1-4] 89 [1-4] E8 [4-16] 89 [1-8] E8 [4-24] 01 00 00 00 [1-8] 89 [1-8] E8 [4-64] 8A [1-8] 88 }
1837
- $s1 = { 83 EC [1-16] 04 00 00 00 [1-24] 00 30 00 00 [1-24] FF 15 [4-16] EB [16-64] 20 00 00 00 [0-8] FF 15 [4-32] C7 44 24 ?? 00 00 00 00 [0-8] C7 44 24 ?? 00 00 00 00 [0-16] FF 15 }
1838
- $si1 = "fread" fullword
1839
- $si2 = "fwrite" fullword
1840
- condition:
1841
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and all of them
1842
- }
1843
- rule APT_Loader_Win64_PGF_3
1844
- {
1845
- meta:
1846
- description = "PGF payload, generated rule based on symfunc/8a2f2236fdfaa3583ab89076025c6269. Identifies dllmain_hook x64 payloads."
1847
- md5 = "3bb34ebd93b8ab5799f4843e8cc829fa"
1848
- rev = 4
1849
- author = "FireEye"
1850
- strings:
1851
- $cond1 = { 55 53 48 89 E5 48 81 EC 28 07 00 00 48 8B 05 80 8B 06 00 FF D0 48 89 C1 48 8D 85 98 FD FF FF 41 B8 04 01 00 00 48 89 C2 E8 5A B4 00 00 85 C0 0F 94 C0 84 C0 0F 85 16 03 00 00 48 8D 45 AF 48 89 C1 E8 E9 FE 00 00 48 8D 4D AF 48 8D 95 98 FD FF FF 48 8D 85 78 FD FF FF 49 89 C8 48 89 C1 E8 AC 96 01 00 48 8D 45 AF 48 89 C1 E8 F0 FE 00 00 48 8B 05 25 8B 06 00 FF D0 89 C2 B9 08 00 00 00 E8 6B B4 00 00 48 89 45 D0 48 83 7D D0 00 75 0A BB 00 00 00 00 E9 6C 02 00 00 48 C7 45 F0 00 00 00 00 C7 45 EC 00 00 00 00 C7 85 38 F9 FF FF 38 04 00 00 48 8D 95 38 F9 FF FF 48 8B 45 D0 48 89 C1 E8 AA B3 00 00 89 45 E8 83 7D E8 00 74 57 48 8D 85 38 F9 FF FF 48 8D 50 30 48 8D 85 78 FD FF FF 41 B8 00 00 00 00 48 89 C1 E8 61 F3 00 00 48 83 F8 FF 0F 95 C0 84 C0 74 14 48 8B 85 50 F9 FF FF 48 89 45 F0 8B 85 58 F9 FF FF 89 45 EC 48 8D 95 38 F9 FF FF 48 8B 45 D0 48 89 C1 E8 4F B3 00 00 89 45 E8 EB A3 48 8B 45 D0 48 89 C1 48 8B 05 20 8A 06 00 FF D0 48 83 7D F0 00 74 06 83 7D EC 00 75 0A BB 00 00 00 00 E9 B9 01 00 00 48 8D 0D 0E C8 05 00 48 8B 05 69 8A 06 00 FF D0 48 8D 15 0A C8 05 00 48 89 C1 48 8B 05 5E 8A 06 00 FF D0 48 89 45 C8 48 89 E8 48 89 45 E0 48 8D 95 28 F9 FF FF 48 8D 85 30 F9 FF FF 48 89 C1 48 8B 05 19 8A 06 00 FF D0 C7 45 DC 00 00 00 00 48 8B 55 E0 48 8B 85 28 F9 FF FF 48 39 C2 0F 83 0D 01 00 00 48 8B 45 E0 48 8B 00 48 3D FF 0F 00 00 0F 86 EC 00 00 00 48 8B 45 E0 48 8B 00 48 39 45 C8 73 1E 48 8B 45 E0 48 8B 00 48 8B 55 C8 48 81 C2 00 10 00 00 48 39 D0 73 07 C7 45 DC 01 00 00 00 83 7D DC 00 0F 84 BB 00 00 00 48 8B 45 E0 48 8B 00 48 39 45 F0 0F 83 AA 00 00 00 48 8B 45 E0 48 8B 00 8B 4D EC 48 8B 55 F0 48 01 CA 48 39 D0 0F 83 90 00 00 00 48 C7 85 F8 F8 FF FF 00 00 00 00 48 C7 85 00 F9 FF FF 00 00 00 00 48 C7 85 08 F9 FF FF 00 00 00 00 48 C7 85 10 F9 FF FF 00 00 00 00 48 C7 85 18 F9 FF FF 00 00 00 00 48 C7 85 20 F9 FF FF 00 00 00 00 48 8B 45 E0 48 8B 00 48 8D 95 F8 F8 FF FF 41 B8 30 00 00 00 48 89 C1 48 8B 05 01 8A 06 00 FF D0 8B 85 1C F9 FF FF 83 E0 20 85 C0 74 20 48 8B 45 E0 48 8B 00 48 8D 15 E0 F9 FF FF 48 89 C1 E8 D5 FC FF FF BB 00 00 00 00 EB 57 90 EB 01 90 48 83 45 E0 08 E9 DF FE FF FF 48 8B 45 F0 48 89 45 C0 48 8B 45 C0 8B 40 3C 48 63 D0 48 8B 45 F0 48 01 D0 48 89 45 B8 48 8B 45 B8 8B 40 28 89 C2 48 8B 45 F0 48 01 D0 48 89 45 B0 48 8B 45 B0 48 8D 15 87 F9 FF FF 48 89 C1 E8 7C FC FF FF BB 01 00 00 00 48 8D 85 78 FD FF FF 48 89 C1 E8 CB 9C 01 00 83 FB 01 EB 38 48 89 C3 48 8D 45 AF 48 89 C1 E8 37 FC 00 00 48 89 D8 48 89 C1 E8 4C AA 00 00 48 89 C3 48 8D 85 78 FD FF FF 48 89 C1 E8 9A 9C 01 00 48 89 D8 48 89 C1 E8 2F AA 00 00 90 48 81 C4 28 07 00 00 5B 5D C3 }
1852
- $cond2 = { 55 53 48 89 E5 48 81 EC 28 07 00 00 48 8B 05 ?? ?? ?? ?? FF D0 48 89 C1 48 8D 85 ?? ?? ?? ?? 41 B8 04 01 00 00 48 89 C2 E8 ?? ?? ?? ?? 85 C0 0F 94 C0 84 C0 0F 85 ?? ?? ?? ?? 48 8D 45 ?? 48 89 C1 E8 ?? ?? ?? ?? 48 8D 4D ?? 48 8D 95 ?? ?? ?? ?? 48 8D 85 ?? ?? ?? ?? 49 89 C8 48 89 C1 E8 ?? ?? ?? ?? 48 8D 45 ?? 48 89 C1 E8 ?? ?? ?? ?? 48 8B 05 ?? ?? ?? ?? FF D0 89 C2 B9 08 00 00 00 E8 ?? ?? ?? ?? 48 89 45 ?? 48 83 7D ?? 00 75 ?? BB 00 00 00 00 E9 ?? ?? ?? ?? 48 C7 45 ?? 00 00 00 00 C7 45 ?? 00 00 00 00 C7 85 ?? ?? ?? ?? 38 04 00 00 48 8D 95 ?? ?? ?? ?? 48 8B 45 ?? 48 89 C1 E8 ?? ?? ?? ?? 89 45 ?? 83 7D ?? 00 74 ?? 48 8D 85 ?? ?? ?? ?? 48 8D 50 ?? 48 8D 85 ?? ?? ?? ?? 41 B8 00 00 00 00 48 89 C1 E8 ?? ?? ?? ?? 48 83 F8 FF 0F 95 C0 84 C0 74 ?? 48 8B 85 ?? ?? ?? ?? 48 89 45 ?? 8B 85 ?? ?? ?? ?? 89 45 ?? 48 8D 95 ?? ?? ?? ?? 48 8B 45 ?? 48 89 C1 E8 ?? ?? ?? ?? 89 45 ?? EB ?? 48 8B 45 ?? 48 89 C1 48 8B 05 ?? ?? ?? ?? FF D0 48 83 7D ?? 00 74 ?? 83 7D ?? 00 75 ?? BB 00 00 00 00 E9 ?? ?? ?? ?? 48 8D 0D ?? ?? ?? ?? 48 8B 05 ?? ?? ?? ?? FF D0 48 8D 15 ?? ?? ?? ?? 48 89 C1 48 8B 05 ?? ?? ?? ?? FF D0 48 89 45 ?? 48 89 E8 48 89 45 ?? 48 8D 95 ?? ?? ?? ?? 48 8D 85 ?? ?? ?? ?? 48 89 C1 48 8B 05 ?? ?? ?? ?? FF D0 C7 45 ?? 00 00 00 00 48 8B 55 ?? 48 8B 85 ?? ?? ?? ?? 48 39 C2 0F 83 ?? ?? ?? ?? 48 8B 45 ?? 48 8B 00 48 3D FF 0F 00 00 0F 86 ?? ?? ?? ?? 48 8B 45 ?? 48 8B 00 48 39 45 ?? 73 ?? 48 8B 45 ?? 48 8B 00 48 8B 55 ?? 48 81 C2 00 10 00 00 48 39 D0 73 ?? C7 45 ?? 01 00 00 00 83 7D ?? 00 0F 84 ?? ?? ?? ?? 48 8B 45 ?? 48 8B 00 48 39 45 ?? 0F 83 ?? ?? ?? ?? 48 8B 45 ?? 48 8B 00 8B 4D ?? 48 8B 55 ?? 48 01 CA 48 39 D0 0F 83 ?? ?? ?? ?? 48 C7 85 ?? ?? ?? ?? 00 00 00 00 48 C7 85 ?? ?? ?? ?? 00 00 00 00 48 C7 85 ?? ?? ?? ?? 00 00 00 00 48 C7 85 ?? ?? ?? ?? 00 00 00 00 48 C7 85 ?? ?? ?? ?? 00 00 00 00 48 C7 85 ?? ?? ?? ?? 00 00 00 00 48 8B 45 ?? 48 8B 00 48 8D 95 ?? ?? ?? ?? 41 B8 30 00 00 00 48 89 C1 48 8B 05 ?? ?? ?? ?? FF D0 8B 85 ?? ?? ?? ?? 83 E0 20 85 C0 74 ?? 48 8B 45 ?? 48 8B 00 48 8D 15 ?? ?? ?? ?? 48 89 C1 E8 ?? ?? ?? ?? BB 00 00 00 00 EB ?? 90 EB ?? 90 48 83 45 ?? 08 E9 ?? ?? ?? ?? 48 8B 45 ?? 48 89 45 ?? 48 8B 45 ?? 8B 40 ?? 48 63 D0 48 8B 45 ?? 48 01 D0 48 89 45 ?? 48 8B 45 ?? 8B 40 ?? 89 C2 48 8B 45 ?? 48 01 D0 48 89 45 ?? 48 8B 45 ?? 48 8D 15 ?? ?? ?? ?? 48 89 C1 E8 ?? ?? ?? ?? BB 01 00 00 00 48 8D 85 ?? ?? ?? ?? 48 89 C1 E8 ?? ?? ?? ?? 83 FB 01 EB ?? 48 89 C3 48 8D 45 ?? 48 89 C1 E8 ?? ?? ?? ?? 48 89 D8 48 89 C1 E8 ?? ?? ?? ?? 48 89 C3 48 8D 85 ?? ?? ?? ?? 48 89 C1 E8 ?? ?? ?? ?? 48 89 D8 48 89 C1 E8 ?? ?? ?? ?? 90 48 81 C4 28 07 00 00 5B 5D C3 }
1853
- $cond3 = { 55 53 48 89 E5 48 81 EC 28 07 00 00 48 8B 05 C1 7C 06 00 FF D0 48 89 C1 48 8D 85 98 FD FF FF 41 B8 04 01 00 00 48 89 C2 E8 33 B4 00 00 85 C0 0F 94 C0 84 C0 0F 85 16 03 00 00 48 8D 45 AF 48 89 C1 E8 B2 FE 00 00 48 8D 4D AF 48 8D 95 98 FD FF FF 48 8D 85 78 FD FF FF 49 89 C8 48 89 C1 E8 75 96 01 00 48 8D 45 AF 48 89 C1 E8 B9 FE 00 00 48 8B 05 66 7C 06 00 FF D0 89 C2 B9 08 00 00 00 E8 3C B4 00 00 48 89 45 D0 48 83 7D D0 00 75 0A BB 00 00 00 00 E9 6C 02 00 00 48 C7 45 F0 00 00 00 00 C7 45 EC 00 00 00 00 C7 85 38 F9 FF FF 38 04 00 00 48 8D 95 38 F9 FF FF 48 8B 45 D0 48 89 C1 E8 83 B3 00 00 89 45 E8 83 7D E8 00 74 57 48 8D 85 38 F9 FF FF 48 8D 50 30 48 8D 85 78 FD FF FF 41 B8 00 00 00 00 48 89 C1 E8 2A F3 00 00 48 83 F8 FF 0F 95 C0 84 C0 74 14 48 8B 85 50 F9 FF FF 48 89 45 F0 8B 85 58 F9 FF FF 89 45 EC 48 8D 95 38 F9 FF FF 48 8B 45 D0 48 89 C1 E8 28 B3 00 00 89 45 E8 EB A3 48 8B 45 D0 48 89 C1 48 8B 05 69 7B 06 00 FF D0 48 83 7D F0 00 74 06 83 7D EC 00 75 0A BB 00 00 00 00 E9 B9 01 00 00 48 8D 0D 11 B9 05 00 48 8B 05 A2 7B 06 00 FF D0 48 8D 15 0D B9 05 00 48 89 C1 48 8B 05 97 7B 06 00 FF D0 48 89 45 C8 48 89 E8 48 89 45 E0 48 8D 95 28 F9 FF FF 48 8D 85 30 F9 FF FF 48 89 C1 48 8B 05 5A 7B 06 00 FF D0 C7 45 DC 00 00 00 00 48 8B 55 E0 48 8B 85 28 F9 FF FF 48 39 C2 0F 83 0D 01 00 00 48 8B 45 E0 48 8B 00 48 3D FF 0F 00 00 0F 86 EC 00 00 00 48 8B 45 E0 48 8B 00 48 39 45 C8 73 1E 48 8B 45 E0 48 8B 00 48 8B 55 C8 48 81 C2 00 10 00 00 48 39 D0 73 07 C7 45 DC 01 00 00 00 83 7D DC 00 0F 84 BB 00 00 00 48 8B 45 E0 48 8B 00 48 39 45 F0 0F 83 AA 00 00 00 48 8B 45 E0 48 8B 00 8B 4D EC 48 8B 55 F0 48 01 CA 48 39 D0 0F 83 90 00 00 00 48 C7 85 F8 F8 FF FF 00 00 00 00 48 C7 85 00 F9 FF FF 00 00 00 00 48 C7 85 08 F9 FF FF 00 00 00 00 48 C7 85 10 F9 FF FF 00 00 00 00 48 C7 85 18 F9 FF FF 00 00 00 00 48 C7 85 20 F9 FF FF 00 00 00 00 48 8B 45 E0 48 8B 00 48 8D 95 F8 F8 FF FF 41 B8 30 00 00 00 48 89 C1 48 8B 05 22 7B 06 00 FF D0 8B 85 1C F9 FF FF 83 E0 20 85 C0 74 20 48 8B 45 E0 48 8B 00 48 8D 15 59 FB FF FF 48 89 C1 E8 D5 FC FF FF BB 00 00 00 00 EB 57 90 EB 01 90 48 83 45 E0 08 E9 DF FE FF FF 48 8B 45 F0 48 89 45 C0 48 8B 45 C0 8B 40 3C 48 63 D0 48 8B 45 F0 48 01 D0 48 89 45 B8 48 8B 45 B8 8B 40 28 89 C2 48 8B 45 F0 48 01 D0 48 89 45 B0 48 8B 45 B0 48 8D 15 00 FB FF FF 48 89 C1 E8 7C FC FF FF BB 01 00 00 00 48 8D 85 78 FD FF FF 48 89 C1 E8 94 9C 01 00 83 FB 01 EB 38 48 89 C3 48 8D 45 AF 48 89 C1 E8 00 FC 00 00 48 89 D8 48 89 C1 E8 45 AA 00 00 48 89 C3 48 8D 85 78 FD FF FF 48 89 C1 E8 63 9C 01 00 48 89 D8 48 89 C1 E8 28 AA 00 00 90 48 81 C4 28 07 00 00 5B 5D C3 }
1854
- $cond4 = { 55 53 48 89 E5 48 81 EC 28 07 00 00 48 8B 05 D3 8B 06 00 FF D0 48 89 C1 48 8D 85 98 FD FF FF 41 B8 04 01 00 00 48 89 C2 E8 65 B4 00 00 85 C0 0F 94 C0 84 C0 0F 85 16 03 00 00 48 8D 45 AF 48 89 C1 E8 EC FE 00 00 48 8D 4D AF 48 8D 95 98 FD FF FF 48 8D 85 78 FD FF FF 49 89 C8 48 89 C1 E8 AF 96 01 00 48 8D 45 AF 48 89 C1 E8 F3 FE 00 00 48 8B 05 78 8B 06 00 FF D0 89 C2 B9 08 00 00 00 E8 6E B4 00 00 48 89 45 D0 48 83 7D D0 00 75 0A BB 00 00 00 00 E9 6C 02 00 00 48 C7 45 F0 00 00 00 00 C7 45 EC 00 00 00 00 C7 85 38 F9 FF FF 38 04 00 00 48 8D 95 38 F9 FF FF 48 8B 45 D0 48 89 C1 E8 B5 B3 00 00 89 45 E8 83 7D E8 00 74 57 48 8D 85 38 F9 FF FF 48 8D 50 30 48 8D 85 78 FD FF FF 41 B8 00 00 00 00 48 89 C1 E8 64 F3 00 00 48 83 F8 FF 0F 95 C0 84 C0 74 14 48 8B 85 50 F9 FF FF 48 89 45 F0 8B 85 58 F9 FF FF 89 45 EC 48 8D 95 38 F9 FF FF 48 8B 45 D0 48 89 C1 E8 5A B3 00 00 89 45 E8 EB A3 48 8B 45 D0 48 89 C1 48 8B 05 73 8A 06 00 FF D0 48 83 7D F0 00 74 06 83 7D EC 00 75 0A BB 00 00 00 00 E9 B9 01 00 00 48 8D 0D 45 C8 05 00 48 8B 05 B4 8A 06 00 FF D0 48 8D 15 41 C8 05 00 48 89 C1 48 8B 05 A9 8A 06 00 FF D0 48 89 45 C8 48 89 E8 48 89 45 E0 48 8D 95 28 F9 FF FF 48 8D 85 30 F9 FF FF 48 89 C1 48 8B 05 6C 8A 06 00 FF D0 C7 45 DC 00 00 00 00 48 8B 55 E0 48 8B 85 28 F9 FF FF 48 39 C2 0F 83 0D 01 00 00 48 8B 45 E0 48 8B 00 48 3D FF 0F 00 00 0F 86 EC 00 00 00 48 8B 45 E0 48 8B 00 48 39 45 C8 73 1E 48 8B 45 E0 48 8B 00 48 8B 55 C8 48 81 C2 00 10 00 00 48 39 D0 73 07 C7 45 DC 01 00 00 00 83 7D DC 00 0F 84 BB 00 00 00 48 8B 45 E0 48 8B 00 48 39 45 F0 0F 83 AA 00 00 00 48 8B 45 E0 48 8B 00 8B 4D EC 48 8B 55 F0 48 01 CA 48 39 D0 0F 83 90 00 00 00 48 C7 85 F8 F8 FF FF 00 00 00 00 48 C7 85 00 F9 FF FF 00 00 00 00 48 C7 85 08 F9 FF FF 00 00 00 00 48 C7 85 10 F9 FF FF 00 00 00 00 48 C7 85 18 F9 FF FF 00 00 00 00 48 C7 85 20 F9 FF FF 00 00 00 00 48 8B 45 E0 48 8B 00 48 8D 95 F8 F8 FF FF 41 B8 30 00 00 00 48 89 C1 48 8B 05 54 8A 06 00 FF D0 8B 85 1C F9 FF FF 83 E0 20 85 C0 74 20 48 8B 45 E0 48 8B 00 48 8D 15 33 FA FF FF 48 89 C1 E8 D5 FC FF FF BB 00 00 00 00 EB 57 90 EB 01 90 48 83 45 E0 08 E9 DF FE FF FF 48 8B 45 F0 48 89 45 C0 48 8B 45 C0 8B 40 3C 48 63 D0 48 8B 45 F0 48 01 D0 48 89 45 B8 48 8B 45 B8 8B 40 28 89 C2 48 8B 45 F0 48 01 D0 48 89 45 B0 48 8B 45 B0 48 8D 15 DA F9 FF FF 48 89 C1 E8 7C FC FF FF BB 01 00 00 00 48 8D 85 78 FD FF FF 48 89 C1 E8 CE 9C 01 00 83 FB 01 EB 38 48 89 C3 48 8D 45 AF 48 89 C1 E8 3A FC 00 00 48 89 D8 48 89 C1 E8 4F AA 00 00 48 89 C3 48 8D 85 78 FD FF FF 48 89 C1 E8 9D 9C 01 00 48 89 D8 48 89 C1 E8 32 AA 00 00 90 48 81 C4 28 07 00 00 5B 5D C3 }
1855
- condition:
1856
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and (uint16(uint32(0x3C)+0x18) == 0x020B) and any of them
1857
- }
1858
- rule HackTool_PY_ImpacketObfuscation_1
1859
- {
1860
- meta:
1861
- date_created = "2020-12-01"
1862
- date_modified = "2020-12-01"
1863
- description = "smbexec"
1864
- md5 = "0b1e512afe24c31531d6db6b47bac8ee"
1865
- rev = 1
1866
- author = "FireEye"
1867
- strings:
1868
- $s1 = "class CMDEXEC" nocase
1869
- $s2 = "class RemoteShell" nocase
1870
- $s3 = "self.services_names"
1871
- $s4 = "import random"
1872
- $s6 = /self\.__shell[\x09\x20]{0,32}=[\x09\x20]{0,32}[\x22\x27]%CoMSpEC%[\x09\x20]{1,32}\/q[\x09\x20]{1,32}\/K [\x22\x27]/ nocase
1873
- $s7 = /self\.__serviceName[\x09\x20]{0,32}=[\x09\x20]{0,32}self\.services_names\[random\.randint\([\x09\x20]{0,32}0[\x09\x20]{0,32},[\x09\x20]{0,32}len\(self\.services_names\)[\x09\x20]{0,32}-[\x09\x20]{0,32}1\)\]/
1874
- condition:
1875
- all of them
1876
- }
1877
- rule APT_HackTool_Win64_EXCAVATOR_2
1878
- {
1879
- meta:
1880
- date_created = "2020-12-02"
1881
- date_modified = "2020-12-02"
1882
- md5 = "4fd62068e591cbd6f413e1c2b8f75442"
1883
- rev = 1
1884
- author = "FireEye"
1885
- strings:
1886
- $api1 = "PssCaptureSnapshot" fullword
1887
- $api2 = "MiniDumpWriteDump" fullword
1888
- $dump = { C7 [2-5] FD 03 00 AC 4C 8D 4D ?? 41 B8 1F 00 10 00 8B [2-5] 48 8B 4D ?? E8 [4] 89 [2-5] 83 [2-5] 00 74 ?? 48 8B 4D ?? FF 15 [4] 33 C0 E9 [4] 41 B8 10 00 00 00 33 D2 48 8D 8D [4] E8 [4] 48 8D 05 [4] 48 89 85 [4] 48 C7 85 [8] 48 C7 44 24 30 00 00 00 00 C7 44 24 28 80 00 00 00 C7 44 24 20 01 00 00 00 45 33 C9 45 33 C0 BA 00 00 00 10 48 8D 0D [4] FF 15 [4] 48 89 85 [4] 48 83 BD [4] FF 75 ?? 48 8B 4D ?? FF 15 [4] 33 C0 EB [0-17] 48 8D [5] 48 89 ?? 24 30 48 C7 44 24 28 00 00 00 00 48 C7 44 24 20 00 00 00 00 41 B9 02 00 00 00 4C 8B 85 [4] 8B [1-5] 48 8B 4D ?? E8 }
1889
- $enable_dbg_pri = { 4C 8D 45 ?? 48 8D 15 [4] 33 C9 FF 15 [4] 85 C0 0F 84 [4] C7 45 ?? 01 00 00 00 B8 0C 00 00 00 48 6B C0 00 48 8B 4D ?? 48 89 4C 05 ?? B8 0C 00 00 00 48 6B C0 00 C7 44 05 ?? 02 00 00 00 FF 15 [4] 4C 8D 45 ?? BA 20 00 00 00 48 8B C8 FF 15 [4] 85 C0 74 ?? 48 C7 44 24 28 00 00 00 00 48 C7 44 24 20 00 00 00 00 45 33 C9 4C 8D 45 ?? 33 D2 48 8B 4D ?? FF 15 }
1890
- condition:
1891
- ((uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and (uint16(uint32(0x3C)+0x18) == 0x020B)) and all of them
1892
- }
1893
- rule APT_Loader_Raw32_REDFLARE_1
1894
- {
1895
- meta:
1896
- date_created = "2020-11-27"
1897
- date_modified = "2020-11-27"
1898
- md5 = "4022baddfda3858a57c9cbb0d49f6f86"
1899
- rev = 1
1900
- author = "FireEye"
1901
- strings:
1902
- $load = { EB ?? 58 [0-4] 8B 10 8B 48 [1-3] 8B C8 83 C1 ?? 03 D1 83 E9 [1-3] 83 C1 [1-4] FF D? }
1903
- condition:
1904
- (uint16(0) != 0x5A4D) and all of them
1905
- }
1906
- rule APT_Loader_Win64_PGF_2
1907
- {
1908
- meta:
1909
- date_created = "2020-11-25"
1910
- date_modified = "2020-11-25"
1911
- description = "base dlls: /lib/payload/techniques/dllmain/"
1912
- md5 = "4326a7e863928ffbb5f6bdf63bb9126e"
1913
- rev = 2
1914
- author = "FireEye"
1915
- strings:
1916
- $sb1 = { B9 [4] FF 15 [4-32] 8B ?? 1C [0-16] 0F B? ?? 04 [0-64] F3 0F 6F 00 [0-64] 66 0F EF C8 [0-64] F3 0F 7F 08 [0-64] 30 ?? 48 8D 40 01 48 83 ?? 01 7? }
1917
- $sb2 = { 44 8B ?? 08 [0-32] 41 B8 00 30 00 00 [0-16] FF 15 [4-32] 48 8B C8 [0-16] E8 [4-64] 4D 8D 49 01 [0-32] C1 ?? 04 [0-64] 0F B? [2-16] 41 30 ?? FF 45 3? ?? 7? }
1918
- $sb3 = { 63 ?? 3C [0-16] 03 [1-32] 0F B? ?? 14 [0-16] 8D ?? 18 [0-16] 03 [1-16] 66 ?? 3B ?? 06 7? [1-64] 48 8D 15 [4-32] FF 15 [4-16] 85 C0 [2-32] 41 0F B? ?? 06 }
1919
- condition:
1920
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and (uint16(uint32(0x3C)+0x18) == 0x020B) and all of them
1921
- }
1922
- rule APT_HackTool_MSIL_SHARPTEMPLATE_1
1923
- {
1924
- meta:
1925
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the 'sharptemplate' project."
1926
- md5 = "dd8805d0e470e59b829d98397507d8c2"
1927
- rev = 2
1928
- author = "FireEye"
1929
- strings:
1930
- $typelibguid0 = "e9e452d4-9e58-44ff-ba2d-01b158dda9bb" ascii nocase wide
1931
- condition:
1932
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and any of them
1933
- }
1934
- rule APT_HackTool_MSIL_MODIFIEDSHARPVIEW_1
1935
- {
1936
- meta:
1937
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the 'modifiedsharpview' project."
1938
- md5 = "db0eaad52465d5a2b86fdd6a6aa869a5"
1939
- rev = 3
1940
- author = "FireEye"
1941
- strings:
1942
- $typelibguid0 = "22a156ea-2623-45c7-8e50-e864d9fc44d3" ascii nocase wide
1943
- condition:
1944
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and any of them
1945
- }
1946
- rule APT_Loader_Win32_PGF_5
1947
- {
1948
- meta:
1949
- description = "PGF payload, generated rule based on symfunc/a86b004b5005c0bcdbd48177b5bac7b8"
1950
- md5 = "8c91a27bbdbe9fb0877daccd28bd7bb5"
1951
- rev = 3
1952
- author = "FireEye"
1953
- strings:
1954
- $cond1 = { 8B FF 55 8B EC 81 EC 30 01 00 00 A1 00 30 00 10 33 C5 89 45 E0 56 C7 45 F8 00 00 00 00 C6 85 D8 FE FF FF 00 68 03 01 00 00 6A 00 8D 85 D9 FE FF FF 50 E8 F9 07 00 00 83 C4 0C C7 45 F4 00 00 00 00 C6 45 E7 00 C7 45 E8 00 00 00 00 C7 45 EC 00 00 00 00 C7 45 FC 00 00 00 00 C7 45 F0 00 00 00 00 6A 01 6A 00 8D 8D D8 FE FF FF 51 6A 00 68 9C 10 00 10 8B 15 10 30 00 10 52 E8 31 01 00 00 89 45 F8 6A 14 FF 15 5C 10 00 10 83 C4 04 89 45 E8 8B 45 F8 8A 48 04 88 4D E7 8B 55 F8 83 C2 0C 8B 45 E8 8B 0A 89 08 8B 4A 04 89 48 04 8B 4A 08 89 48 08 8B 4A 0C 89 48 0C 8B 52 10 89 50 10 C7 85 D4 FE FF FF 00 00 00 00 EB 0F 8B 85 D4 FE FF FF 83 C0 01 89 85 D4 FE FF FF 83 BD D4 FE FF FF 14 7D 1F 8B 4D E8 03 8D D4 FE FF FF 0F B6 11 0F B6 45 E7 33 D0 8B 4D E8 03 8D D4 FE FF FF 88 11 EB C9 8B 55 F8 8B 42 08 89 45 FC 6A 40 68 00 30 00 00 8B 4D FC 51 6A 00 FF 15 00 10 00 10 89 45 EC 8B 55 FC 52 8B 45 F8 83 C0 20 50 8B 4D EC 51 E8 F0 06 00 00 83 C4 0C C7 85 D0 FE FF FF 00 00 00 00 EB 0F 8B 95 D0 FE FF FF 83 C2 01 89 95 D0 FE FF FF 8B 85 D0 FE FF FF 3B 45 FC 73 30 8B 4D EC 03 8D D0 FE FF FF 0F B6 09 8B 85 D0 FE FF FF 99 BE 14 00 00 00 F7 FE 8B 45 E8 0F B6 14 10 33 CA 8B 45 EC 03 85 D0 FE FF FF 88 08 EB B6 8B 4D EC 89 4D F0 FF 55 F0 5E 8B 4D E0 33 CD E8 6D 06 00 00 8B E5 5D C3 }
1955
- $cond2 = { 8B FF 55 8B EC 81 EC 30 01 00 00 A1 00 30 00 10 33 C5 89 45 E0 56 C7 45 F8 00 00 00 00 C6 85 D8 FE FF FF 00 68 03 01 00 00 6A 00 8D 85 D9 FE FF FF 50 E8 F9 07 00 00 83 C4 0C C7 45 F4 00 00 00 00 C6 45 E7 00 C7 45 E8 00 00 00 00 C7 45 EC 00 00 00 00 C7 45 FC 00 00 00 00 C7 45 F0 00 00 00 00 6A 01 6A 00 8D 8D D8 FE FF FF 51 6A 00 68 9C 10 00 10 8B 15 20 33 00 10 52 E8 31 01 00 00 89 45 F8 6A 14 FF 15 58 10 00 10 83 C4 04 89 45 E8 8B 45 F8 8A 48 04 88 4D E7 8B 55 F8 83 C2 0C 8B 45 E8 8B 0A 89 08 8B 4A 04 89 48 04 8B 4A 08 89 48 08 8B 4A 0C 89 48 0C 8B 52 10 89 50 10 C7 85 D4 FE FF FF 00 00 00 00 EB 0F 8B 85 D4 FE FF FF 83 C0 01 89 85 D4 FE FF FF 83 BD D4 FE FF FF 14 7D 1F 8B 4D E8 03 8D D4 FE FF FF 0F B6 11 0F B6 45 E7 33 D0 8B 4D E8 03 8D D4 FE FF FF 88 11 EB C9 8B 55 F8 8B 42 08 89 45 FC 6A 40 68 00 30 00 00 8B 4D FC 51 6A 00 FF 15 2C 10 00 10 89 45 EC 8B 55 FC 52 8B 45 F8 83 C0 20 50 8B 4D EC 51 E8 F0 06 00 00 83 C4 0C C7 85 D0 FE FF FF 00 00 00 00 EB 0F 8B 95 D0 FE FF FF 83 C2 01 89 95 D0 FE FF FF 8B 85 D0 FE FF FF 3B 45 FC 73 30 8B 4D EC 03 8D D0 FE FF FF 0F B6 09 8B 85 D0 FE FF FF 99 BE 14 00 00 00 F7 FE 8B 45 E8 0F B6 14 10 33 CA 8B 45 EC 03 85 D0 FE FF FF 88 08 EB B6 8B 4D EC 89 4D F0 FF 55 F0 5E 8B 4D E0 33 CD E8 6D 06 00 00 8B E5 5D C3 }
1956
- $cond3 = { 8B FF 55 8B EC 81 EC 30 01 00 00 A1 ?? ?? ?? ?? 33 C5 89 45 ?? 56 C7 45 ?? 00 00 00 00 C6 85 ?? ?? ?? ?? 00 68 03 01 00 00 6A 00 8D 85 ?? ?? ?? ?? 50 E8 ?? ?? ?? ?? 83 C4 0C C7 45 ?? 00 00 00 00 C6 45 ?? 00 C7 45 ?? 00 00 00 00 C7 45 ?? 00 00 00 00 C7 45 ?? 00 00 00 00 C7 45 ?? 00 00 00 00 6A 01 6A 00 8D 8D ?? ?? ?? ?? 51 6A 00 68 9C 10 00 10 8B 15 ?? ?? ?? ?? 52 E8 ?? ?? ?? ?? 89 45 ?? 6A 14 FF 15 ?? ?? ?? ?? 83 C4 04 89 45 ?? 8B 45 ?? 8A 48 ?? 88 4D ?? 8B 55 ?? 83 C2 0C 8B 45 ?? 8B 0A 89 08 8B 4A ?? 89 48 ?? 8B 4A ?? 89 48 ?? 8B 4A ?? 89 48 ?? 8B 52 ?? 89 50 ?? C7 85 ?? ?? ?? ?? 00 00 00 00 EB ?? 8B 85 ?? ?? ?? ?? 83 C0 01 89 85 ?? ?? ?? ?? 83 BD ?? ?? ?? ?? 14 7D ?? 8B 4D ?? 03 8D ?? ?? ?? ?? 0F B6 11 0F B6 45 ?? 33 D0 8B 4D ?? 03 8D ?? ?? ?? ?? 88 11 EB ?? 8B 55 ?? 8B 42 ?? 89 45 ?? 6A 40 68 00 30 00 00 8B 4D ?? 51 6A 00 FF 15 ?? ?? ?? ?? 89 45 ?? 8B 55 ?? 52 8B 45 ?? 83 C0 20 50 8B 4D ?? 51 E8 ?? ?? ?? ?? 83 C4 0C C7 85 ?? ?? ?? ?? 00 00 00 00 EB ?? 8B 95 ?? ?? ?? ?? 83 C2 01 89 95 ?? ?? ?? ?? 8B 85 ?? ?? ?? ?? 3B 45 ?? 73 ?? 8B 4D ?? 03 8D ?? ?? ?? ?? 0F B6 09 8B 85 ?? ?? ?? ?? 99 BE 14 00 00 00 F7 FE 8B 45 ?? 0F B6 14 10 33 CA 8B 45 ?? 03 85 ?? ?? ?? ?? 88 08 EB ?? 8B 4D ?? 89 4D ?? FF 55 ?? 5E 8B 4D ?? 33 CD E8 ?? ?? ?? ?? 8B E5 5D C3 }
1957
- $cond4 = { 8B FF 55 8B EC 81 EC 3? ?1 ?? ?? A1 ?? ?? ?? ?? 33 C5 89 45 E0 56 C7 45 F8 ?? ?? ?? ?? C6 85 D8 FE FF FF ?? 68 ?? ?? ?? ?? 6A ?? 8D 85 D9 FE FF FF 50 E8 ?? ?? ?? ?? 83 C4 0C C7 45 F4 ?? ?? ?? ?? C6 45 E7 ?? C7 45 E8 ?? ?? ?? ?? C7 45 EC ?? ?? ?? ?? C7 45 FC ?? ?? ?? ?? C7 45 F? ?? ?? ?? ?0 6A ?? 6A ?? 8D 8D D8 FE FF FF 51 6A ?? 68 ?? ?? ?? ?? 8B ?? ?? ?? ?? ?? 52 E8 ?? ?? ?? ?? 89 45 F8 6A ?? FF ?? ?? ?? ?? ?? 83 C4 04 89 45 E8 8B 45 F8 8A 48 04 88 4D E7 8B 55 F8 83 ?? ?? 8B 45 E8 8B 0A 89 08 8B 4A 04 89 48 04 8B 4A 08 89 48 08 8B 4A 0C 89 48 0C 8B 52 10 89 50 10 C7 85 D4 FE FF FF ?? ?? ?? ?? EB ?? 8B 85 D4 FE FF FF 83 C? ?1 89 85 D4 FE FF FF 83 BD D4 FE FF FF 14 7D ?? 8B 4D E8 03 8D D4 FE FF FF 0F B6 11 0F B6 45 E7 33 D0 8B 4D E8 03 8D D4 FE FF FF 88 11 EB ?? 8B 55 F8 8B 42 08 89 45 FC 6A ?? 68 ?? ?? ?? ?? 8B 4D FC 51 6A ?? FF ?? ?? ?? ?? ?? 89 45 EC 8B 55 FC 52 8B 45 F8 83 ?? ?? 50 8B 4D EC 51 E8 ?? ?? ?? ?? 83 C4 0C C7 85 D0 FE FF FF ?? ?? ?? ?? EB ?? 8B 95 D0 FE FF FF 83 C2 01 89 95 D0 FE FF FF 8B 85 D0 FE FF FF 3B 45 FC 73 ?? 8B 4D EC 03 8D D0 FE FF FF 0F B6 09 8B 85 D0 FE FF FF 99 BE ?? ?? ?? ?? F7 FE 8B 45 E8 0F B6 14 10 33 CA 8B 45 EC 03 85 D0 FE FF FF 88 08 EB ?? 8B 4D EC 89 4D F0 FF ?? ?? 5E 8B 4D E0 33 CD E8 ?? ?? ?? ?? 8B E5 5D C3 }
1958
- condition:
1959
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and (uint16(uint32(0x3C)+0x18) == 0x010B) and any of them
1960
- }
1961
- rule APT_HackTool_MSIL_DNSOVERHTTPS_C2_1
1962
- {
1963
- meta:
1964
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the public 'DoHC2' External C2 project."
1965
- md5 = "dd8805d0e470e59b829d98397507d8c2"
1966
- rev = 2
1967
- author = "FireEye"
1968
- strings:
1969
- $typelibguid0 = "5d9515d0-df67-40ed-a6b2-6619620ef0ef" ascii nocase wide
1970
- $typelibguid1 = "7266acbb-b10d-4873-9b99-12d2043b1d4e" ascii nocase wide
1971
- condition:
1972
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and any of them
1973
- }
1974
- rule APT_HackTool_MSIL_LUALOADER_1
1975
- {
1976
- meta:
1977
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the 'lualoader' project."
1978
- md5 = "dd8805d0e470e59b829d98397507d8c2"
1979
- rev = 3
1980
- author = "FireEye"
1981
- strings:
1982
- $typelibguid0 = "8b546b49-2b2c-4577-a323-76dc713fe2ea" ascii nocase wide
1983
- condition:
1984
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and any of them
1985
- }
1986
- rule HackTool_MSIL_PXELOOT_2
1987
- {
1988
- meta:
1989
- description = "This rule looks for .NET PE files that have the strings of various method names in the PXE And Loot code."
1990
- md5 = "d93100fe60c342e9e3b13150fd91c7d8"
1991
- rev = 5
1992
- author = "FireEye"
1993
- strings:
1994
- $msil = "_CorExeMain" ascii wide
1995
- $str1 = "PXE" ascii nocase wide
1996
- $str2 = "InvestigateRPC" ascii nocase wide
1997
- $str3 = "DhcpRecon" ascii nocase wide
1998
- $str4 = "UnMountWim" ascii nocase wide
1999
- $str5 = "remote WIM image" ascii nocase wide
2000
- $str6 = "DISMWrapper" ascii nocase wide
2001
- $str7 = "findTFTPServer" ascii nocase wide
2002
- $str8 = "DHCPRequestRecon" ascii nocase wide
2003
- $str9 = "DHCPDiscoverRecon" ascii nocase wide
2004
- $str10 = "GoodieFile" ascii nocase wide
2005
- $str11 = "InfoStore" ascii nocase wide
2006
- $str12 = "execute" ascii nocase wide
2007
- condition:
2008
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and $msil and all of ($str*)
2009
- }
2010
- rule APT_HackTool_MSIL_PRAT_1
2011
- {
2012
- meta:
2013
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the 'prat' project."
2014
- md5 = "dd8805d0e470e59b829d98397507d8c2"
2015
- rev = 3
2016
- author = "FireEye"
2017
- strings:
2018
- $typelibguid0 = "7d1219fb-a954-49a7-96c9-df9e6429a8c7" ascii nocase wide
2019
- $typelibguid1 = "bc1157c2-aa6d-46f8-8d73-068fc08a6706" ascii nocase wide
2020
- $typelibguid2 = "c602fae2-b831-41e2-b5f8-d4df6e3255df" ascii nocase wide
2021
- $typelibguid3 = "dfaa0b7d-6184-4a9a-9eeb-c08622d15801" ascii nocase wide
2022
- condition:
2023
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and any of them
2024
- }
2025
- rule APT_HackTool_MSIL_SHARPNATIVEZIPPER_1
2026
- {
2027
- meta:
2028
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the 'sharpnativezipper' project."
2029
- md5 = "dd8805d0e470e59b829d98397507d8c2"
2030
- rev = 3
2031
- author = "FireEye"
2032
- strings:
2033
- $typelibguid0 = "de5536db-9a35-4e06-bc75-128713ea6d27" ascii nocase wide
2034
- condition:
2035
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and any of them
2036
- }
2037
- rule APT_Loader_Win32_REDFLARE_1
2038
- {
2039
- meta:
2040
- date_created = "2020-11-27"
2041
- date_modified = "2020-11-27"
2042
- md5 = "01d68343ac46db6065f888a094edfe4f"
2043
- rev = 1
2044
- author = "FireEye"
2045
- strings:
2046
- $alloc_n_load = { 6A 40 68 00 30 00 00 [0-20] 6A 00 [0-20] FF D0 [4-60] F3 A4 [30-100] 6B C0 28 8B 4D ?? 8B 4C 01 10 8B 55 ?? 6B D2 28 }
2047
- $const_values = { 0F B6 ?? 83 C? 20 83 F? 6D [2-20] 83 C? 20 83 F? 7A }
2048
- condition:
2049
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and (uint16(uint32(0x3C)+0x18) == 0x010B) and all of them
2050
- }
2051
- rule APT_Loader_MSIL_PGF_1
2052
- {
2053
- meta:
2054
- date_created = "2020-11-24"
2055
- date_modified = "2020-11-24"
2056
- description = "base.cs"
2057
- md5 = "a495c6d11ff3f525915345fb762f8047"
2058
- rev = 1
2059
- author = "FireEye"
2060
- strings:
2061
- $sb1 = { 72 [4] 6F [2] 00 0A 26 [0-16] 0? 6F [2] 00 0A [1-3] 0? 28 [2] 00 0A [0-1] 0? 72 [4-5] 0? 28 [2] 00 0A [0-1] 0? 6F [2] 00 0A 13 ?? 1? 13 ?? 38 [8-16] 91 [3-6] 8E 6? 5D 91 61 D2 9C 11 ?? 1? 58 13 [3-5] 8E 6? 3F }
2062
- condition:
2063
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and all of them
2064
- }
2065
- rule APT_Backdoor_Win_DShell_2
2066
- {
2067
- meta:
2068
- description = "This rule looks for strings specific to the D programming language in combination with a selection of Windows functions that are present within a DShell payload"
2069
- md5 = "e0683f8ee787313cfd2c61cd0995a830"
2070
- rev = 4
2071
- author = "FireEye"
2072
- strings:
2073
- $dlang1 = "C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\phobos\\std\\utf.d" ascii wide
2074
- $dlang2 = "C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\phobos\\std\\file.d" ascii wide
2075
- $dlang3 = "C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\phobos\\std\\format.d" ascii wide
2076
- $dlang4 = "C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\phobos\\std\\base64.d" ascii wide
2077
- $dlang5 = "C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\phobos\\std\\stdio.d" ascii wide
2078
- $dlang6 = "\\..\\..\\src\\phobos\\std\\utf.d" ascii wide
2079
- $dlang7 = "\\..\\..\\src\\phobos\\std\\file.d" ascii wide
2080
- $dlang8 = "\\..\\..\\src\\phobos\\std\\format.d" ascii wide
2081
- $dlang9 = "\\..\\..\\src\\phobos\\std\\base64.d" ascii wide
2082
- $dlang10 = "\\..\\..\\src\\phobos\\std\\stdio.d" ascii wide
2083
- $dlang11 = "Unexpected '\\n' when converting from type const(char)[] to type int" ascii wide
2084
- $ign1 = "--strip-comments"
2085
- $ign2 = "Usage: rdmd [RDMD AND DMD OPTIONS]"
2086
- $s1 = "CloseHandle"
2087
- $s2 = "CommandLineToArgvW"
2088
- $s3 = "CreateFileA"
2089
- $s4 = "CreateSemaphoreA"
2090
- $s5 = "CreateThread"
2091
- $s6 = "DeleteCriticalSection"
2092
- $s7 = "DeleteFileA"
2093
- $s8 = "DuplicateHandle"
2094
- $s9 = "EnterCriticalSection"
2095
- $s10 = "ExitProcess"
2096
- $s11 = "ExitThread"
2097
- $s12 = "ExpandEnvironmentStringsW"
2098
- $s13 = "FileTimeToDosDateTime"
2099
- $s14 = "FindClose"
2100
- $s15 = "FindFirstFileA"
2101
- $s16 = "FindFirstFileW"
2102
- $s17 = "FindNextFileA"
2103
- $s18 = "FindNextFileW"
2104
- $s19 = "FormatMessageW"
2105
- $s20 = "FreeEnvironmentStringsA"
2106
- $s21 = "FreeEnvironmentStringsW"
2107
- $s22 = "FreeLibrary"
2108
- $s23 = "GetACP"
2109
- $s24 = "GetCPInfo"
2110
- $s25 = "GetCommandLineA"
2111
- $s26 = "GetCommandLineW"
2112
- $s27 = "GetConsoleOutputCP"
2113
- $s28 = "GetConsoleScreenBufferInfo"
2114
- $s29 = "GetCurrentProcess"
2115
- $s30 = "GetCurrentThread"
2116
- $s31 = "GetCurrentThreadId"
2117
- $s32 = "GetEnvironmentStrings"
2118
- $s33 = "GetEnvironmentStringsW"
2119
- $s34 = "GetEnvironmentVariableA"
2120
- $s35 = "GetEnvironmentVariableW"
2121
- $s36 = "GetExitCodeThread"
2122
- $s37 = "GetFileAttributesW"
2123
- $s38 = "GetFileType"
2124
- $s39 = "GetLastError"
2125
- $s40 = "GetModuleFileNameA"
2126
- $s41 = "GetModuleHandleA"
2127
- $s42 = "GetOEMCP"
2128
- $s43 = "GetProcAddress"
2129
- $s44 = "GetProcessHeap"
2130
- $s45 = "GetStdHandle"
2131
- $s46 = "GetStringTypeA"
2132
- $s47 = "GetSystemInfo"
2133
- $s48 = "GetThreadContext"
2134
- $s49 = "GetTickCount"
2135
- $s50 = "GetTimeZoneInformation"
2136
- $s51 = "GetVersion"
2137
- $s52 = "GlobalAlloc"
2138
- $s53 = "GlobalFree"
2139
- $s54 = "GlobalMemoryStatus"
2140
- $s55 = "HeapAlloc"
2141
- $s56 = "HeapFree"
2142
- $s57 = "HeapReAlloc"
2143
- $s58 = "InitializeCriticalSection"
2144
- $s59 = "IsDebuggerPresent"
2145
- $s60 = "LCMapStringA"
2146
- $s61 = "LeaveCriticalSection"
2147
- $s62 = "LoadLibraryA"
2148
- $s63 = "LoadLibraryW"
2149
- $s64 = "LocalFree"
2150
- $s65 = "MessageBoxA"
2151
- $s66 = "MultiByteToWideChar"
2152
- $s67 = "QueryPerformanceCounter"
2153
- $s68 = "QueryPerformanceFrequency"
2154
- $s69 = "RaiseException"
2155
- $s70 = "ReadFile"
2156
- $s71 = "RegCloseKey"
2157
- $s72 = "RegCreateKeyExW"
2158
- $s73 = "RegDeleteKeyW"
2159
- $s74 = "RegDeleteValueW"
2160
- $s75 = "RegEnumKeyExW"
2161
- $s76 = "RegEnumValueW"
2162
- $s77 = "RegFlushKey"
2163
- $s78 = "RegOpenKeyExW"
2164
- $s79 = "RegOpenKeyW"
2165
- $s80 = "RegQueryInfoKeyW"
2166
- $s81 = "RegQueryValueExW"
2167
- $s82 = "RegSetValueExW"
2168
- $s83 = "ReleaseSemaphore"
2169
- $s84 = "ResumeThread"
2170
- $s85 = "RtlCaptureContext"
2171
- $s86 = "RtlUnwind"
2172
- $s87 = "SetConsoleCtrlHandler"
2173
- $s88 = "SetEnvironmentVariableW"
2174
- $s89 = "SetFilePointer"
2175
- $s90 = "SetHandleCount"
2176
- $s91 = "SetLastError"
2177
- $s92 = "Sleep"
2178
- $s93 = "SuspendThread"
2179
- $s94 = "SwitchToThread"
2180
- $s95 = "SystemTimeToTzSpecificLocalTime"
2181
- $s96 = "TryEnterCriticalSection"
2182
- $s97 = "TzSpecificLocalTimeToSystemTime"
2183
- $s98 = "UnhandledExceptionFilter"
2184
- $s99 = "VirtualAlloc"
2185
- $s100 = "VirtualFree"
2186
- $s101 = "WaitForSingleObject"
2187
- $s102 = "WideCharToMultiByte"
2188
- $s103 = "WriteConsoleA"
2189
- $s104 = "WriteFile"
2190
- $s105 = "lstrlenW"
2191
- condition:
2192
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and filesize > 500KB and filesize > 700KB and all of ($s*) and 1 of ($dlang*) and not $ign1 and not $ign2
2193
- }
2194
- rule CredTheft_Win_EXCAVATOR_2
2195
- {
2196
- meta:
2197
- description = "This rule looks for the binary signature of the routine that calls PssFreeSnapshot found in the Excavator-Reflector DLL."
2198
- md5 = "6a9a114928554c26675884eeb40cc01b"
2199
- rev = 3
2200
- author = "FireEye"
2201
- strings:
2202
- $bytes1 = { 4C 89 74 24 20 55 48 8D AC 24 60 FF FF FF 48 81 EC A0 01 00 00 48 8B 05 4C 4A 01 00 48 33 C4 48 89 85 90 00 00 00 BA 50 00 00 00 C7 05 CB 65 01 00 43 00 3A 00 66 89 15 EC 65 01 00 4C 8D 44 24 68 48 8D 15 D8 68 01 00 C7 05 B2 65 01 00 5C 00 57 00 33 C9 C7 05 AA 65 01 00 69 00 6E 00 C7 05 A4 65 01 00 64 00 6F 00 C7 05 9E 65 01 00 77 00 73 00 C7 05 98 65 01 00 5C 00 4D 00 C7 05 92 65 01 00 45 00 4D 00 C7 05 8C 65 01 00 4F 00 52 00 C7 05 86 65 01 00 59 00 2E 00 C7 05 80 65 01 00 44 00 4D 00 C7 05 72 68 01 00 53 00 65 00 C7 05 6C 68 01 00 44 00 65 00 C7 05 66 68 01 00 42 00 75 00 C7 05 60 68 01 00 47 00 50 00 C7 05 5A 68 01 00 72 00 69 00 C7 05 54 68 01 00 56 00 69 00 C7 05 4E 68 01 00 4C 00 45 00 C7 05 48 68 01 00 67 00 65 00 C7 05 12 67 01 00 6C 73 61 73 C7 05 0C 67 01 00 73 2E 65 78 C6 05 09 67 01 00 65 FF 15 63 B9 00 00 45 33 F6 85 C0 74 66 48 8B 44 24 68 48 89 44 24 74 C7 44 24 70 01 00 00 00 C7 44 24 7C 02 00 00 00 FF 15 A4 B9 00 00 48 8B C8 4C 8D 44 24 48 41 8D 56 20 FF 15 1A B9 00 00 85 C0 74 30 48 8B 4C 24 48 4C 8D 44 24 70 4C 89 74 24 28 45 33 C9 33 D2 4C 89 74 24 20 FF 15 EF B8 00 00 FF 15 11 B9 00 00 48 8B 4C 24 48 FF 15 16 B9 00 00 48 89 9C 24 B0 01 00 00 48 8D 0D BF 2E 01 00 48 89 B4 24 B8 01 00 00 4C 89 74 24 40 FF 15 1C B9 00 00 48 85 C0 0F 84 B0 00 00 00 48 8D 15 AC 2E 01 00 48 8B C8 FF 15 1B B9 00 00 48 8B D8 48 85 C0 0F 84 94 00 00 00 33 D2 48 8D 4D 80 41 B8 04 01 00 00 E8 06 15 00 00 48 8B 4C 24 40 48 8D 44 24 40 45 33 C9 48 89 44 24 20 45 33 C0 BA 00 00 00 02 FF D3 85 C0 75 63 66 0F 1F 44 00 00 48 8B 4C 24 40 4C 8D 45 80 41 B9 04 01 00 00 33 D2 FF 15 89 B8 00 00 48 8D 15 F2 65 01 00 48 8D 4D 80 E8 49 0F 00 00 48 85 C0 75 38 33 D2 48 8D 4D 80 41 B8 04 01 00 00 E8 A3 14 00 00 48 8B 4C 24 40 48 8D 44 24 40 45 33 C9 48 89 44 24 20 45 33 C0 BA 00 00 00 02 FF D3 85 C0 74 A3 33 C0 E9 F5 00 00 00 48 8B 5C 24 40 48 8B CB FF 15 5E B8 00 00 8B F0 48 85 DB 74 E4 85 C0 74 E0 4C 8D 4C 24 50 48 89 BC 24 C0 01 00 00 BA FD 03 00 AC 41 B8 1F 00 10 00 48 8B CB FF 15 12 B8 00 00 85 C0 0F 85 A0 00 00 00 48 8D 05 43 FD FF FF 4C 89 74 24 30 C7 44 24 28 80 00 00 00 48 8D 0D 3F 63 01 00 45 33 C9 48 89 44 24 58 45 33 C0 C7 44 24 20 01 00 00 00 BA 00 00 00 10 4C 89 74 24 60 FF 15 E4 B7 00 00 48 8B F8 48 83 F8 FF 74 59 48 8B 4C 24 50 48 8D 44 24 58 48 89 44 24 30 41 B9 02 00 00 00 4C 89 74 24 28 4C 8B C7 8B D6 4C 89 74 24 20 FF 15 B1 B9 00 00 48 8B CB FF 15 78 B7 00 00 48 8B CF FF 15 6F B7 00 00 FF 15 B1 B7 00 00 48 8B 54 24 50 48 8B C8 FF 15 53 B7 00 00 33 C9 FF 15 63 B7 00 00 CC 48 8B CB FF 15 49 B7 00 00 48 8B BC 24 C0 01 00 00 33 C0 48 8B B4 24 B8 01 00 00 48 8B 9C 24 B0 01 00 00 48 8B 8D 90 00 00 00 48 33 CC E8 28 00 00 00 4C 8B B4 24 C8 01 00 00 48 81 C4 A0 01 00 00 5D C3 }
2203
- $bytes2 = { 4C 89 74 24 20 55 48 8D AC 24 60 FF FF FF 48 81 EC A? ?1 ?? ?? 48 ?? ?? ?? ?? ?? ?? 48 33 C4 48 89 85 9? ?? ?? ?0 BA ?? ?? ?? ?? C7 ?? ?? ?? ?? ?? ?? ?? ?? ?? 66 89 ?? ?? ?? ?? ?? 4C 8D 44 24 68 48 ?? ?? ?? ?? ?? ?? C7 ?? ?? ?? ?? ?? ?? ?? ?? ?? 33 C9 C7 ?? ?? ?? ?? ?? ?? ?? ?? ?? C7 ?? ?? ?? ?? ?? ?? ?? ?? ?? C7 ?? ?? ?? ?? ?? ?? ?? ?? ?? C7 ?? ?? ?? ?? ?? ?? ?? ?? ?? C7 ?? ?? ?? ?? ?? ?? ?? ?? ?? C7 ?? ?? ?? ?? ?? ?? ?? ?? ?? C7 ?? ?? ?? ?? ?? ?? ?? ?? ?? C7 ?? ?? ?? ?? ?? ?? ?? ?? ?? C7 ?? ?? ?? ?? ?? ?? ?? ?? ?? C7 ?? ?? ?? ?? ?? ?? ?? ?? ?? C7 ?? ?? ?? ?? ?? ?? ?? ?? ?? C7 ?? ?? ?? ?? ?? ?? ?? ?? ?? C7 ?? ?? ?? ?? ?? ?? ?? ?? ?? C7 ?? ?? ?? ?? ?? ?? ?? ?? ?? C7 ?? ?? ?? ?? ?? ?? ?? ?? ?? C7 ?? ?? ?? ?? ?? ?? ?? ?? ?? C7 ?? ?? ?? ?? ?? ?? ?? ?? ?? C7 ?? ?? ?? ?? ?? ?? ?? ?? ?? C6 ?? ?? ?? ?? ?? ?? FF ?? ?? ?? ?? ?? 45 33 F6 85 C0 74 ?? 48 8B 44 24 68 48 89 44 24 74 C7 44 24 7? ?1 ?? ?? ?? C7 44 24 7C 02 ?? ?? ?? FF ?? ?? ?? ?? ?? 48 8B C8 4C 8D 44 24 48 41 8D 56 20 FF ?? ?? ?? ?? ?? 85 C0 74 ?? 48 8B 4C 24 48 4C 8D 44 24 70 4C 89 74 24 28 45 33 C9 33 D2 4C 89 74 24 20 FF ?? ?? ?? ?? ?? FF ?? ?? ?? ?? ?? 48 8B 4C 24 48 FF ?? ?? ?? ?? ?? 48 89 9C 24 B? ?1 ?? ?? 48 ?? ?? ?? ?? ?? ?? 48 89 B4 24 B8 01 ?? ?? 4C 89 74 24 40 FF ?? ?? ?? ?? ?? 48 85 C0 0F 84 ?? ?? ?? ?? 48 ?? ?? ?? ?? ?? ?? 48 8B C8 FF ?? ?? ?? ?? ?? 48 8B D8 48 85 C0 0F 84 ?? ?? ?? ?? 33 D2 48 8D 4D 80 41 ?? ?? ?? ?? ?? E8 ?? ?? ?? ?? 48 8B 4C 24 40 48 8D 44 24 40 45 33 C9 48 89 44 24 20 45 33 C0 BA ?? ?? ?? ?? FF D3 85 C0 75 ?? 66 0F 1F 44 ?? ?? 48 8B 4C 24 40 4C 8D 45 80 41 ?? ?? ?? ?? ?? 33 D2 FF ?? ?? ?? ?? ?? 48 ?? ?? ?? ?? ?? ?? 48 8D 4D 80 E8 ?? ?? ?? ?? 48 85 C0 75 ?? 33 D2 48 8D 4D 80 41 ?? ?? ?? ?? ?? E8 ?? ?? ?? ?? 48 8B 4C 24 40 48 8D 44 24 40 45 33 C9 48 89 44 24 20 45 33 C0 BA ?? ?? ?? ?? FF D3 85 C0 74 ?? 33 C0 E9 ?? ?? ?? ?? 48 8B 5C 24 40 48 8B CB FF ?? ?? ?? ?? ?? 8B F0 48 85 DB 74 ?? 85 C0 74 ?? 4C 8D 4C 24 50 48 89 BC 24 C? ?1 ?? ?? BA ?? ?? ?? ?? 41 ?? ?? ?? ?? ?? 48 8B CB FF ?? ?? ?? ?? ?? 85 C0 0F 85 ?? ?? ?? ?? 48 ?? ?? ?? ?? ?? ?? 4C 89 74 24 30 C7 ?? ?? ?? ?? ?? ?? ?? 48 ?? ?? ?? ?? ?? ?? 45 33 C9 48 89 44 24 58 45 33 C0 C7 44 24 2? ?1 ?? ?? ?? BA ?? ?? ?? ?? 4C 89 74 24 60 FF ?? ?? ?? ?? ?? 48 8B F8 48 83 F8 FF 74 ?? 48 8B 4C 24 50 48 8D 44 24 58 48 89 44 24 30 41 B9 02 ?? ?? ?? 4C 89 74 24 28 4C 8B C7 8B D6 4C 89 74 24 20 FF ?? ?? ?? ?? ?? 48 8B CB FF ?? ?? ?? ?? ?? 48 8B CF FF ?? ?? ?? ?? ?? FF ?? ?? ?? ?? ?? 48 8B 54 24 50 48 8B C8 FF ?? ?? ?? ?? ?? 33 C9 FF ?? ?? ?? ?? ?? 48 8B CB FF ?? ?? ?? ?? ?? 48 8B BC 24 C? ?1 ?? ?? 33 C0 48 8B B4 24 B8 01 ?? ?? 48 8B 9C 24 B? ?1 ?? ?? 48 8B 8D 9? ?? ?? ?0 48 33 CC E8 ?? ?? ?? ?? 4C 8B B4 24 C8 01 ?? ?? 48 81 C4 A? ?1 ?? ?? 5D C3 }
2204
- $bytes3 = { 4C 89 74 24 20 55 48 8D AC 24 60 FF FF FF 48 81 EC A? ?1 ?? ?? 48 ?? ?? ?? ?? ?? ?? 48 33 C4 48 89 85 9? ?? ?? ?0 BA ?? ?? ?? ?? C7 ?? ?? ?? ?? ?? ?? ?? ?? ?? 66 89 ?? ?? ?? ?? ?? 4C 8D 44 24 68 48 ?? ?? ?? ?? ?? ?? C7 ?? ?? ?? ?? ?? ?? ?? ?? ?? 33 C9 C7 ?? ?? ?? ?? ?? ?? ?? ?? ?? C7 ?? ?? ?? ?? ?? ?? ?? ?? ?? C7 ?? ?? ?? ?? ?? ?? ?? ?? ?? C7 ?? ?? ?? ?? ?? ?? ?? ?? ?? C7 ?? ?? ?? ?? ?? ?? ?? ?? ?? C7 ?? ?? ?? ?? ?? ?? ?? ?? ?? C7 ?? ?? ?? ?? ?? ?? ?? ?? ?? C7 ?? ?? ?? ?? ?? ?? ?? ?? ?? C7 ?? ?? ?? ?? ?? ?? ?? ?? ?? C7 ?? ?? ?? ?? ?? ?? ?? ?? ?? C7 ?? ?? ?? ?? ?? ?? ?? ?? ?? C7 ?? ?? ?? ?? ?? ?? ?? ?? ?? C7 ?? ?? ?? ?? ?? ?? ?? ?? ?? C7 ?? ?? ?? ?? ?? ?? ?? ?? ?? C7 ?? ?? ?? ?? ?? ?? ?? ?? ?? C7 ?? ?? ?? ?? ?? ?? ?? ?? ?? C7 ?? ?? ?? ?? ?? ?? ?? ?? ?? C7 ?? ?? ?? ?? ?? ?? ?? ?? ?? C6 ?? ?? ?? ?? ?? ?? FF ?? ?? ?? ?? ?? 45 33 F6 85 C0 74 ?? 48 8B 44 24 68 48 89 44 24 74 C7 44 24 7? ?1 ?? ?? ?? C7 44 24 7C 02 ?? ?? ?? FF ?? ?? ?? ?? ?? 48 8B C8 4C 8D 44 24 48 41 8D 56 20 FF ?? ?? ?? ?? ?? 85 C0 74 ?? 48 8B 4C 24 48 4C 8D 44 24 70 4C 89 74 24 28 45 33 C9 33 D2 4C 89 74 24 20 FF ?? ?? ?? ?? ?? FF ?? ?? ?? ?? ?? 48 8B 4C 24 48 FF ?? ?? ?? ?? ?? 48 89 9C 24 B? ?1 ?? ?? 48 ?? ?? ?? ?? ?? ?? 48 89 B4 24 B8 01 ?? ?? 4C 89 74 24 40 FF ?? ?? ?? ?? ?? 48 85 C0 0F 84 ?? ?? ?? ?? 48 ?? ?? ?? ?? ?? ?? 48 8B C8 FF ?? ?? ?? ?? ?? 48 8B D8 48 85 C0 0F 84 ?? ?? ?? ?? 33 D2 48 8D 4D 80 41 ?? ?? ?? ?? ?? E8 ?? ?? ?? ?? 48 8B 4C 24 40 48 8D 44 24 40 45 33 C9 48 89 44 24 20 45 33 C0 BA ?? ?? ?? ?? FF D3 85 C0 75 ?? 66 0F 1F 44 ?? ?? 48 8B 4C 24 40 4C 8D 45 80 41 ?? ?? ?? ?? ?? 33 D2 FF ?? ?? ?? ?? ?? 48 ?? ?? ?? ?? ?? ?? 48 8D 4D 80 E8 ?? ?? ?? ?? 48 85 C0 75 ?? 33 D2 48 8D 4D 80 41 ?? ?? ?? ?? ?? E8 ?? ?? ?? ?? 48 8B 4C 24 40 48 8D 44 24 40 45 33 C9 48 89 44 24 20 45 33 C0 BA ?? ?? ?? ?? FF D3 85 C0 74 ?? 33 C0 E9 ?? ?? ?? ?? 48 8B 5C 24 40 48 8B CB FF ?? ?? ?? ?? ?? 8B F0 48 85 DB 74 ?? 85 C0 74 ?? 4C 8D 4C 24 50 48 89 BC 24 C? ?1 ?? ?? BA ?? ?? ?? ?? 41 ?? ?? ?? ?? ?? 48 8B CB FF ?? ?? ?? ?? ?? 85 C0 0F 85 ?? ?? ?? ?? 48 ?? ?? ?? ?? ?? ?? 4C 89 74 24 30 C7 ?? ?? ?? ?? ?? ?? ?? 48 ?? ?? ?? ?? ?? ?? 45 33 C9 48 89 44 24 58 45 33 C0 C7 44 24 2? ?1 ?? ?? ?? BA ?? ?? ?? ?? 4C 89 74 24 60 FF ?? ?? ?? ?? ?? 48 8B F8 48 83 F8 FF 74 ?? 48 8B 4C 24 50 48 8D 44 24 58 48 89 44 24 30 41 B9 02 ?? ?? ?? 4C 89 74 24 28 4C 8B C7 8B D6 4C 89 74 24 20 FF ?? ?? ?? ?? ?? 48 8B CB FF ?? ?? ?? ?? ?? 48 8B CF FF ?? ?? ?? ?? ?? FF ?? ?? ?? ?? ?? 48 8B 54 24 50 48 8B C8 FF ?? ?? ?? ?? ?? 33 C9 FF ?? ?? ?? ?? ?? 48 8B CB FF ?? ?? ?? ?? ?? 48 8B BC 24 C? ?1 ?? ?? 33 C0 48 8B B4 24 B8 01 ?? ?? 48 8B 9C 24 B? ?1 ?? ?? 48 8B 8D 9? ?? ?? ?0 48 33 CC E8 ?? ?? ?? ?? 4C 8B B4 24 C8 01 ?? ?? 48 81 C4 A? ?1 ?? ?? 5D C3 }
2205
- $bytes4 = { 4C 89 74 24 ?? 55 48 8D AC 24 ?? ?? ?? ?? 48 81 EC A0 01 00 00 48 8B 05 ?? ?? ?? ?? 48 33 C4 48 89 85 ?? ?? ?? ?? BA 50 00 00 00 C7 05 ?? ?? ?? ?? 43 00 3A 00 66 89 15 ?? ?? 01 00 4C 8D 44 24 ?? 48 8D 15 ?? ?? ?? ?? C7 05 ?? ?? ?? ?? 5C 00 57 00 33 C9 C7 05 ?? ?? ?? ?? 69 00 6E 00 C7 05 ?? ?? ?? ?? 64 00 6F 00 C7 05 ?? ?? ?? ?? 77 00 73 00 C7 05 ?? ?? ?? ?? 5C 00 4D 00 C7 05 ?? ?? ?? ?? 45 00 4D 00 C7 05 ?? ?? ?? ?? 4F 00 52 00 C7 05 ?? ?? ?? ?? 59 00 2E 00 C7 05 ?? ?? ?? ?? 44 00 4D 00 C7 05 ?? ?? ?? ?? 53 00 65 00 C7 05 ?? ?? ?? ?? 44 00 65 00 C7 05 ?? ?? ?? ?? 42 00 75 00 C7 05 ?? ?? ?? ?? 47 00 50 00 C7 05 ?? ?? ?? ?? 72 00 69 00 C7 05 ?? ?? ?? ?? 56 00 69 00 C7 05 ?? ?? ?? ?? 4C 00 45 00 C7 05 ?? ?? ?? ?? 67 00 65 00 C7 05 ?? ?? ?? ?? 6C 73 61 73 C7 05 ?? ?? ?? ?? 73 2E 65 78 C6 05 ?? ?? ?? ?? 65 FF 15 ?? ?? ?? ?? 45 33 F6 85 C0 74 ?? 48 8B 44 24 ?? 48 89 44 24 ?? C7 44 24 ?? 01 00 00 00 C7 44 24 ?? 02 00 00 00 FF 15 ?? ?? ?? ?? 48 8B C8 4C 8D 44 24 ?? 41 8D 56 ?? FF 15 ?? ?? ?? ?? 85 C0 74 ?? 48 8B 4C 24 ?? 4C 8D 44 24 ?? 4C 89 74 24 ?? 45 33 C9 33 D2 4C 89 74 24 ?? FF 15 ?? ?? ?? ?? FF 15 ?? ?? ?? ?? 48 8B 4C 24 ?? FF 15 ?? ?? ?? ?? 48 89 9C 24 ?? ?? ?? ?? 48 8D 0D ?? ?? ?? ?? 48 89 B4 24 ?? ?? ?? ?? 4C 89 74 24 ?? FF 15 ?? ?? ?? ?? 48 85 C0 0F 84 ?? ?? ?? ?? 48 8D 15 ?? ?? ?? ?? 48 8B C8 FF 15 ?? ?? ?? ?? 48 8B D8 48 85 C0 0F 84 ?? ?? ?? ?? 33 D2 48 8D 4D ?? 41 B8 04 01 00 00 E8 ?? ?? ?? ?? 48 8B 4C 24 ?? 48 8D 44 24 ?? 45 33 C9 48 89 44 24 ?? 45 33 C0 BA 00 00 00 02 FF D3 85 C0 75 ?? 66 0F 1F 44 00 ?? 48 8B 4C 24 ?? 4C 8D 45 ?? 41 B9 04 01 00 00 33 D2 FF 15 ?? ?? ?? ?? 48 8D 15 ?? ?? ?? ?? 48 8D 4D ?? E8 ?? ?? ?? ?? 48 85 C0 75 ?? 33 D2 48 8D 4D ?? 41 B8 04 01 00 00 E8 ?? ?? ?? ?? 48 8B 4C 24 ?? 48 8D 44 24 ?? 45 33 C9 48 89 44 24 ?? 45 33 C0 BA 00 00 00 02 FF D3 85 C0 74 ?? 33 C0 E9 ?? ?? ?? ?? 48 8B 5C 24 ?? 48 8B CB FF 15 ?? ?? ?? ?? 8B F0 48 85 DB 74 ?? 85 C0 74 ?? 4C 8D 4C 24 ?? 48 89 BC 24 ?? ?? ?? ?? BA FD 03 00 AC 41 B8 1F 00 10 00 48 8B CB FF 15 ?? ?? ?? ?? 85 C0 0F 85 ?? ?? ?? ?? 48 8D 05 ?? ?? ?? ?? 4C 89 74 24 ?? C7 44 24 ?? 80 00 00 00 48 8D 0D ?? ?? ?? ?? 45 33 C9 48 89 44 24 ?? 45 33 C0 C7 44 24 ?? 01 00 00 00 BA 00 00 00 10 4C 89 74 24 ?? FF 15 ?? ?? ?? ?? 48 8B F8 48 83 F8 FF 74 ?? 48 8B 4C 24 ?? 48 8D 44 24 ?? 48 89 44 24 ?? 41 B9 02 00 00 00 4C 89 74 24 ?? 4C 8B C7 8B D6 4C 89 74 24 ?? FF 15 ?? ?? ?? ?? 48 8B CB FF 15 ?? ?? ?? ?? 48 8B CF FF 15 ?? ?? ?? ?? FF 15 ?? ?? ?? ?? 48 8B 54 24 ?? 48 8B C8 FF 15 ?? ?? ?? ?? 33 C9 FF 15 ?? ?? ?? ?? CC 48 8B CB FF 15 ?? ?? ?? ?? 48 8B BC 24 ?? ?? ?? ?? 33 C0 48 8B B4 24 ?? ?? ?? ?? 48 8B 9C 24 ?? ?? ?? ?? 48 8B 8D ?? ?? ?? ?? 48 33 CC E8 ?? ?? ?? ?? 4C 8B B4 24 ?? ?? ?? ?? 48 81 C4 A0 01 00 00 5D C3 }
2206
- condition:
2207
- uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550 and any of ($bytes*)
2208
- }
2209
- rule Builder_MSIL_SharpGenerator_1
2210
- {
2211
- meta:
2212
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the 'SharpGenerator' project."
2213
- md5 = "dd8805d0e470e59b829d98397507d8c2"
2214
- rev = 1
2215
- author = "FireEye"
2216
- strings:
2217
- $typelibguid0 = "3f450977-d796-4016-bb78-c9e91c6a0f08" ascii nocase wide
2218
- condition:
2219
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and any of them
2220
- }
2221
- rule APT_Trojan_Win_REDFLARE_6
2222
- {
2223
- meta:
2224
- date_created = "2020-12-01"
2225
- date_modified = "2020-12-01"
2226
- md5 = "294b1e229c3b1efce29b162e7b3be0ab, 6902862bd81da402e7ac70856afbe6a2"
2227
- rev = 2
2228
- author = "FireEye"
2229
- strings:
2230
- $s1 = "RevertToSelf" fullword
2231
- $s2 = "Unsuccessful" fullword
2232
- $s3 = "Successful" fullword
2233
- $s4 = "runCommand" fullword
2234
- $s5 = "initialize" fullword
2235
- condition:
2236
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and all of them
2237
- }
2238
- rule HackTool_Win64_AndrewSpecial_1
2239
- {
2240
- meta:
2241
- date_created = "2020-11-25"
2242
- date_modified = "2020-11-25"
2243
- md5 = "4456e52f6f8543c3ba76cb25ea3e9bd2"
2244
- rev = 5
2245
- author = "FireEye"
2246
- strings:
2247
- $dump = { 33 D2 B9 FF FF 1F 00 FF 15 [10-90] 00 00 00 00 [2-6] 80 00 00 00 [2-6] 02 00 00 00 45 33 C9 45 33 C0 BA 00 00 00 10 48 8D 0D [4] FF 15 [4-120] 00 00 00 00 [2-6] 00 00 00 00 [2-6] 00 00 00 00 41 B9 02 00 00 00 [6-15] E8 [4-20] FF 15 }
2248
- $shellcode_x64 = { 4C 8B D1 B8 3C 00 00 00 0F 05 C3 }
2249
- $shellcode_x64_inline = { C6 44 24 ?? 4C C6 44 24 ?? 8B C6 44 24 ?? D1 C6 44 24 ?? B8 C6 44 24 ?? 3C C6 44 24 ?? 00 C6 44 24 ?? 00 C6 44 24 ?? 00 C6 44 24 ?? 0F C6 44 24 ?? 05 C6 44 24 ?? C3 }
2250
- condition:
2251
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and (uint16(uint32(0x3C)+0x18) == 0x020B) and $dump and any of ($shellcode*)
2252
- }
2253
- rule Loader_MSIL_Generic_1
2254
- {
2255
- meta:
2256
- md5 = "b8415b4056c10c15da5bba4826a44ffd"
2257
- rev = 5
2258
- author = "FireEye"
2259
- strings:
2260
- $MSIL = "_CorExeMain"
2261
- $opc1 = { 00 72 [4] 0A 72 [4] 0B 06 28 [4] 0C 12 03 FE 15 [4] 12 04 FE 15 [4] 07 14 }
2262
- $str1 = "DllImportAttribute"
2263
- $str2 = "FromBase64String"
2264
- $str3 = "ResumeThread"
2265
- $str4 = "OpenThread"
2266
- $str5 = "SuspendThread"
2267
- $str6 = "QueueUserAPC"
2268
- condition:
2269
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and $MSIL and all of them
2270
- }
2271
- rule APT_Keylogger_Win32_REDFLARE_1
2272
- {
2273
- meta:
2274
- date_created = "2020-12-01"
2275
- date_modified = "2020-12-01"
2276
- md5 = "d7cfb9fbcf19ce881180f757aeec77dd"
2277
- rev = 2
2278
- author = "FireEye"
2279
- strings:
2280
- $create_window = { 6A 00 68 [4] 6A 00 6A 00 68 00 00 00 80 68 00 00 00 80 68 00 00 00 80 68 00 00 00 80 68 00 00 CF 00 68 [4] 68 [4] 6A 00 FF 15 }
2281
- $keys_check = { 6A 14 [0-5] FF [1-5] 6A 10 [0-5] FF [1-5] B9 00 80 FF FF 66 85 C1 75 ?? 68 A0 00 00 00 FF [1-5] B9 00 80 FF FF 66 85 C1 75 ?? 68 A1 00 00 00 FF [1-5] B9 00 80 FF FF 66 85 C1 74 }
2282
- condition:
2283
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and (uint16(uint32(0x3C)+0x18) == 0x010B) and all of them
2284
- }
2285
- rule Loader_MSIL_InMemoryCompilation_1
2286
- {
2287
- meta:
2288
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the 'In-MemoryCompilation' project."
2289
- md5 = "dd8805d0e470e59b829d98397507d8c2"
2290
- rev = 2
2291
- author = "FireEye"
2292
- strings:
2293
- $typelibguid0 = "524d2687-0042-4f93-b695-5579f3865205" ascii nocase wide
2294
- condition:
2295
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and any of them
2296
- }
2297
- rule HackTool_MSIL_WMISharp_1
2298
- {
2299
- meta:
2300
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the 'WMISharp' project."
2301
- md5 = "dd8805d0e470e59b829d98397507d8c2"
2302
- rev = 1
2303
- author = "FireEye"
2304
- strings:
2305
- $typelibguid0 = "3a2421d9-c1aa-4fff-ad76-7fcb48ed4bff" ascii nocase wide
2306
- condition:
2307
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and any of them
2308
- }
2309
- rule APT_Loader_Win_PGF_2
2310
- {
2311
- meta:
2312
- description = "PE rich header matches PGF backdoor"
2313
- md5 = "226b1ac427eb5a4dc2a00cc72c163214"
2314
- md5_2 = "2398ed2d5b830d226af26dedaf30f64a"
2315
- md5_3 = "24a7c99da9eef1c58f09cf09b9744d7b"
2316
- md5_4 = "aeb0e1d0e71ce2a08db9b1e5fb98e0aa"
2317
- rev = 4
2318
- author = "FireEye"
2319
- strings:
2320
- $rich1 = { A8 B7 17 3A EC D6 79 69 EC D6 79 69 EC D6 79 69 2F D9 24 69 E8 D6 79 69 E5 AE EC 69 EA D6 79 69 EC D6 78 69 A8 D6 79 69 E5 AE EA 69 EF D6 79 69 E5 AE FA 69 D0 D6 79 69 E5 AE EB 69 ED D6 79 69 E5 AE FD 69 E2 D6 79 69 CB 10 07 69 ED D6 79 69 E5 AE E8 69 ED D6 79 69 }
2321
- $rich2 = { C1 CF 75 A4 85 AE 1B F7 85 AE 1B F7 85 AE 1B F7 8C D6 88 F7 83 AE 1B F7 0D C9 1A F6 87 AE 1B F7 0D C9 1E F6 8F AE 1B F7 0D C9 1F F6 8F AE 1B F7 0D C9 18 F6 84 AE 1B F7 DE C6 1A F6 86 AE 1B F7 85 AE 1A F7 BF AE 1B F7 84 C3 12 F6 81 AE 1B F7 84 C3 E4 F7 84 AE 1B F7 84 C3 19 F6 84 AE 1B F7 }
2322
- $rich3 = { D6 60 82 B8 92 01 EC EB 92 01 EC EB 92 01 EC EB 9B 79 7F EB 94 01 EC EB 1A 66 ED EA 90 01 EC EB 1A 66 E9 EA 98 01 EC EB 1A 66 E8 EA 9A 01 EC EB 1A 66 EF EA 90 01 EC EB C9 69 ED EA 91 01 EC EB 92 01 ED EB AF 01 EC EB 93 6C E5 EA 96 01 EC EB 93 6C 13 EB 93 01 EC EB 93 6C EE EA 93 01 EC EB }
2323
- $rich4 = { 41 36 64 33 05 57 0A 60 05 57 0A 60 05 57 0A 60 73 CA 71 60 01 57 0A 60 0C 2F 9F 60 04 57 0A 60 0C 2F 89 60 3D 57 0A 60 0C 2F 8E 60 0A 57 0A 60 05 57 0B 60 4A 57 0A 60 0C 2F 99 60 06 57 0A 60 73 CA 67 60 04 57 0A 60 0C 2F 98 60 04 57 0A 60 0C 2F 80 60 04 57 0A 60 22 91 74 60 04 57 0A 60 0C 2F 9B 60 04 57 0A 60 }
2324
- condition:
2325
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and filesize < 15MB and (($rich1 at 128) or ($rich2 at 128) or ($rich3 at 128) or ($rich4 at 128))
2326
- }
2327
- rule Trojan_Win_Generic_101
2328
- {
2329
- meta:
2330
- date_created = "2020-11-25"
2331
- date_modified = "2020-11-25"
2332
- md5 = "2e67c62bd0307c04af469ee8dcb220f2"
2333
- rev = 3
2334
- author = "FireEye"
2335
- strings:
2336
- $s0 = { 2A [1-16] 17 [1-16] 02 04 00 00 [1-16] FF 15 }
2337
- $s1 = { 81 7? [1-3] 02 04 00 00 7? [1-3] 83 7? [1-3] 17 7? [1-3] 83 7? [1-3] 2A 7? }
2338
- $s2 = { FF 15 [4-16] FF D? [1-16] 3D [1-24] 89 [1-8] E8 [4-16] 89 [1-8] F3 A4 [1-24] E8 }
2339
- $si1 = "PeekMessageA" fullword
2340
- $si2 = "PostThreadMessageA" fullword
2341
- condition:
2342
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and @s0[1] < @s1[1] and @s1[1] < @s2[1] and all of them
2343
- }
2344
- rule Trojan_Macro_RESUMEPLEASE_1
2345
- {
2346
- meta:
2347
- date_created = "2020-12-01"
2348
- date_modified = "2020-12-01"
2349
- md5 = "d5d3d23c8573d999f1c48d3e211b1066"
2350
- rev = 1
2351
- author = "FireEye"
2352
- strings:
2353
- $str00 = "For Binary As"
2354
- $str01 = "Range.Text"
2355
- $str02 = "Environ("
2356
- $str03 = "CByte("
2357
- $str04 = ".SpawnInstance_"
2358
- $str05 = ".Create("
2359
- condition:
2360
- all of them
2361
- }
2362
- rule Loader_MSIL_CSharpSectionInjection_1
2363
- {
2364
- meta:
2365
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the 'C_Sharp_SectionInjection' project."
2366
- md5 = "dd8805d0e470e59b829d98397507d8c2"
2367
- rev = 2
2368
- author = "FireEye"
2369
- strings:
2370
- $typelibguid0 = "d77135da-0496-4b5c-9afe-e1590a4c136a" ascii nocase wide
2371
- condition:
2372
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and any of them
2373
- }
2374
- rule APT_HackTool_MSIL_SHARPWEBCRAWLER_1
2375
- {
2376
- meta:
2377
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the 'sharpwebcrawler' project."
2378
- md5 = "dd8805d0e470e59b829d98397507d8c2"
2379
- rev = 2
2380
- author = "FireEye"
2381
- strings:
2382
- $typelibguid0 = "cf27abf4-ef35-46cd-8d0c-756630c686f1" ascii nocase wide
2383
- condition:
2384
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and any of them
2385
- }
2386
- rule Trojan_Win64_Generic_22
2387
- {
2388
- meta:
2389
- date_created = "2020-11-26"
2390
- date_modified = "2020-11-26"
2391
- md5 = "f7d9961463b5110a3d70ee2e97842ed3"
2392
- rev = 2
2393
- author = "FireEye"
2394
- strings:
2395
- $api1 = "VirtualAllocEx" fullword
2396
- $api2 = "UpdateProcThreadAttribute" fullword
2397
- $api3 = "DuplicateTokenEx" fullword
2398
- $api4 = "CreateProcessAsUserA" fullword
2399
- $inject = { C7 44 24 20 40 00 00 00 33 D2 41 B9 00 30 00 00 41 B8 [4] 48 8B CB FF 15 [4] 48 8B F0 48 85 C0 74 ?? 4C 89 74 24 20 41 B9 [4] 4C 8D 05 [4] 48 8B D6 48 8B CB FF 15 [4] 85 C0 75 [5-10] 4C 8D 0C 3E 48 8D 44 24 ?? 48 89 44 24 30 44 89 74 24 28 4C 89 74 24 20 33 D2 41 B8 [4] 48 8B CB FF 15 }
2400
- $process = { 89 74 24 30 ?? 8D 4C 24 [2] 89 74 24 28 33 D2 41 B8 00 00 02 00 48 C7 44 24 20 08 00 00 00 48 8B CF FF 15 [4] 85 C0 0F 84 [4] 48 8B [2-3] 48 8D 45 ?? 48 89 44 24 50 4C 8D 05 [4] 48 8D 45 ?? 48 89 7D 08 48 89 44 24 48 45 33 C9 ?? 89 74 24 40 33 D2 ?? 89 74 24 38 C7 44 24 30 04 00 08 00 [0-1] 89 74 24 28 ?? 89 74 24 20 FF 15 }
2401
- $token = { FF 15 [4] 4C 8D 44 24 ?? BA 0A 00 00 00 48 8B C8 FF 15 [4] 85 C0 0F 84 [4] 48 8B 4C 24 ?? 48 8D [2-3] 41 B9 02 00 00 00 48 89 44 24 28 45 33 C0 C7 44 24 20 02 00 00 00 41 8D 51 09 FF 15 [4] 85 C0 0F 84 [4] 45 33 C0 4C 8D 4C 24 ?? 33 C9 41 8D 50 01 FF 15 }
2402
- condition:
2403
- ((uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and (uint16(uint32(0x3C)+0x18) == 0x020B)) and all of them
2404
- }
2405
- rule Loader_Win_Generic_19
2406
- {
2407
- meta:
2408
- date_created = "2020-12-02"
2409
- date_modified = "2020-12-02"
2410
- md5 = "3fb9341fb11eca439b50121c6f7c59c7"
2411
- rev = 1
2412
- author = "FireEye"
2413
- strings:
2414
- $s0 = { 8B [1-16] 89 [1-16] E8 [4-32] F3 A4 [0-16] 89 [1-8] E8 }
2415
- $s1 = { 83 EC [1-16] 04 00 00 00 [1-24] 00 30 00 00 [1-24] FF 15 [4-16] EB [16-64] 20 00 00 00 [0-8] FF 15 [4-32] C7 44 24 ?? 00 00 00 00 [0-8] C7 44 24 ?? 00 00 00 00 [0-16] FF 15 }
2416
- $si1 = "VirtualProtect" fullword
2417
- $si2 = "malloc" fullword
2418
- condition:
2419
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and all of them
2420
- }
2421
- rule APT_Builder_PY_REDFLARE_1
2422
- {
2423
- meta:
2424
- date_created = "2020-11-27"
2425
- date_modified = "2020-11-27"
2426
- md5 = "d0a830403e56ebaa4bfbe87dbfdee44f"
2427
- rev = 1
2428
- author = "FireEye"
2429
- strings:
2430
- $1 = "LOAD_OFFSET_32 = 0x612"
2431
- $2 = "LOAD_OFFSET_64 = 0x611"
2432
- $3 = "class RC4:"
2433
- $4 = "struct.pack('<Q' if is64b else '<L'"
2434
- $5 = "stagerConfig['comms']['config']"
2435
- $6 = "_x86.dll"
2436
- $7 = "_x64.dll"
2437
- condition:
2438
- all of them and @1[1] < @2[1] and @2[1] < @3[1] and @3[1] < @4[1] and @4[1] < @5[1]
2439
- }
2440
- rule HackTool_PY_ImpacketObfuscation_2
2441
- {
2442
- meta:
2443
- date_created = "2020-12-01"
2444
- date_modified = "2020-12-01"
2445
- description = "wmiexec"
2446
- md5 = "f3dd8aa567a01098a8a610529d892485"
2447
- rev = 2
2448
- author = "FireEye"
2449
- strings:
2450
- $s1 = "import random"
2451
- $s2 = "class WMIEXEC" nocase
2452
- $s3 = "class RemoteShell" nocase
2453
- $s4 = /=[\x09\x20]{0,32}str\(int\(time\.time\(\)\)[\x09\x20]{0,32}-[\x09\x20]{0,32}random\.randint\(\d{1,10}[\x09\x20]{0,32},[\x09\x20]{0,32}\d{1,10}\)\)[\x09\x20]{0,32}\+[\x09\x20]{0,32}str\(uuid\.uuid4\(\)\)\.split\([\x22\x27]\-[\x22\x27]\)\[0\]/
2454
- $s5 = /self\.__shell[\x09\x20]{0,32}=[\x09\x20]{0,32}[\x22\x27]cmd.exe[\x09\x20]{1,32}\/q[\x09\x20]{1,32}\/K [\x22\x27]/ nocase
2455
- condition:
2456
- all of them
2457
- }
2458
- rule APT_Loader_MSIL_PGF_2
2459
- {
2460
- meta:
2461
- date_created = "2020-11-25"
2462
- date_modified = "2020-11-25"
2463
- description = "base.js, ./lib/payload/techniques/jscriptdotnet/jscriptdotnet_payload.py"
2464
- md5 = "7c2a06ceb29cdb25f24c06f2a8892fba"
2465
- rev = 1
2466
- author = "FireEye"
2467
- strings:
2468
- $sb1 = { 2? 00 10 00 00 0A 1? 40 0? 72 [4] 0? 0? 28 [2] 00 0A 0? 03 28 [2] 00 0A 74 [2] 00 01 6F [2] 00 0A 03 1? 0? 74 [2] 00 01 28 [2] 00 0A 6? 0? 0? 28 [2] 00 06 D0 [2] 00 01 28 [2] 00 0A 1? 28 [2] 00 0A 79 [2] 00 01 71 [2] 00 01 13 ?? 0? 1? 11 ?? 0? 74 [2] 00 01 28 [2] 00 0A 28 [2] 00 0A 7E [2] 00 0A 13 ?? 1? 13 ?? 7E [2] 00 0A 13 ?? 03 28 [2] 00 0A 74 [2] 00 01 6F [2] 00 0A 03 1? 1? 11 ?? 11 ?? 1? 11 ?? 28 [2] 00 06 }
2469
- $ss1 = "\x00CreateThread\x00"
2470
- $ss2 = "\x00ScriptObjectStackTop\x00"
2471
- $ss3 = "\x00Microsoft.JScript\x00"
2472
- condition:
2473
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and all of them
2474
- }
2475
- rule APT_HackTool_MSIL_SHARPSQLCLIENT_1
2476
- {
2477
- meta:
2478
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the 'sharpsqlclient' project."
2479
- md5 = "dd8805d0e470e59b829d98397507d8c2"
2480
- rev = 2
2481
- author = "FireEye"
2482
- strings:
2483
- $typelibguid0 = "13ed03cd-7430-410d-a069-cf377165fbfd" ascii nocase wide
2484
- condition:
2485
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and any of them
2486
- }
2487
- rule Methodology_OLE_CHARENCODING_2
2488
- {
2489
- meta:
2490
- description = "Looking for suspicious char encoding"
2491
- md5 = "41b70737fa8dda75d5e95c82699c2e9b"
2492
- rev = 4
2493
- author = "FireEye"
2494
- strings:
2495
- $echo1 = "101;99;104;111;32;111;102;102;" ascii wide
2496
- $echo2 = "101:99:104:111:32:111:102:102:" ascii wide
2497
- $echo3 = "101x99x104x111x32x111x102x102x" ascii wide
2498
- $pe1 = "77;90;144;" ascii wide
2499
- $pe2 = "77:90:144:" ascii wide
2500
- $pe3 = "77x90x144x" ascii wide
2501
- $pk1 = "80;75;3;4;" ascii wide
2502
- $pk2 = "80:75:3:4:" ascii wide
2503
- $pk3 = "80x75x3x4x" ascii wide
2504
- condition:
2505
- (uint32(0) == 0xe011cfd0) and filesize < 10MB and any of them
2506
- }
2507
- rule HackTool_MSIL_SharpHound_3
2508
- {
2509
- meta:
2510
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the public SharpHound3 project."
2511
- md5 = "eeedc09570324767a3de8205f66a5295"
2512
- rev = 4
2513
- author = "FireEye"
2514
- strings:
2515
- $typelibguid1 = "A517A8DE-5834-411D-ABDA-2D0E1766539C" ascii nocase wide
2516
- condition:
2517
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and $typelibguid1
2518
- }
2519
- rule CredTheft_MSIL_TitoSpecial_2
2520
- {
2521
- meta:
2522
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the TitoSpecial project. There are 2 GUIDs in this rule as the x86 and x64 versions of this tool use a different ProjectGuid."
2523
- md5 = "4bf96a7040a683bd34c618431e571e26"
2524
- rev = 4
2525
- author = "FireEye"
2526
- strings:
2527
- $typelibguid1 = "C6D94B4C-B063-4DEB-A83A-397BA08515D3" ascii nocase wide
2528
- $typelibguid2 = "3b5320cf-74c1-494e-b2c8-a94a24380e60" ascii nocase wide
2529
- condition:
2530
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and ($typelibguid1 or $typelibguid2)
2531
- }
2532
- rule CredTheft_MSIL_WCMDump_1
2533
- {
2534
- meta:
2535
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the 'WCMDump' project."
2536
- md5 = "dd8805d0e470e59b829d98397507d8c2"
2537
- rev = 1
2538
- author = "FireEye"
2539
- strings:
2540
- $typelibguid0 = "21e322f2-4586-4aeb-b1ed-d240e2a79e19" ascii nocase wide
2541
- condition:
2542
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and any of them
2543
- }
2544
- rule APT_Builder_Win64_MATRYOSHKA_1
2545
- {
2546
- meta:
2547
- date_created = "2020-12-02"
2548
- date_modified = "2020-12-02"
2549
- description = "matryoshka_pe_to_shellcode.rs"
2550
- md5 = "8d949c34def898f0f32544e43117c057"
2551
- rev = 1
2552
- author = "FireEye"
2553
- strings:
2554
- $sb1 = { 4D 5A 45 52 [0-32] E8 [0-32] 00 00 00 00 [0-32] 5B 48 83 EB 09 53 48 81 [0-32] C3 [0-32] FF D3 [0-32] C3 }
2555
- $ss1 = "\x00Stub Size: "
2556
- $ss2 = "\x00Executable Size: "
2557
- $ss3 = "\x00[+] Writing out to file"
2558
- condition:
2559
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and (uint16(uint32(0x3C)+0x18) == 0x020B) and all of them
2560
- }
2561
- rule Trojan_Win64_Generic_23
2562
- {
2563
- meta:
2564
- date_created = "2020-12-02"
2565
- date_modified = "2020-12-02"
2566
- md5 = "b66347ef110e60b064474ae746701d4a"
2567
- rev = 1
2568
- author = "FireEye"
2569
- strings:
2570
- $api1 = "VirtualAllocEx" fullword
2571
- $api2 = "UpdateProcThreadAttribute" fullword
2572
- $api3 = "DuplicateTokenEx" fullword
2573
- $api4 = "CreateProcessAsUserA" fullword
2574
- $inject = { 8B 85 [4] C7 44 24 20 40 00 00 00 41 B9 00 30 00 00 44 8B C0 33 D2 48 8B 8D [4] FF 15 [4] 48 89 45 ?? 48 83 7D ?? 00 75 ?? 48 8B 45 ?? E9 [4] 8B 85 [4] 48 C7 44 24 20 00 00 00 00 44 8B C8 4C 8B 85 [4] 48 8B 55 ?? 48 8B 8D [4] FF 15 [4] 85 C0 75 ?? 48 8B 45 ?? EB ?? 8B 85 [4] 48 8B 4D ?? 48 03 C8 48 8B C1 48 89 45 48 48 8D 85 [4] 48 89 44 24 30 C7 44 24 28 00 00 00 00 48 8B 85 [4] 48 89 44 24 20 4C 8B 4D ?? 41 B8 00 00 10 00 33 D2 48 8B 8D [4] FF 15 }
2575
- $process = { 48 C7 44 24 30 00 00 00 00 48 C7 44 24 28 00 00 00 00 48 C7 44 24 20 08 00 00 00 4C 8D 8D [4] 41 B8 00 00 02 00 33 D2 48 8B 8D [4] FF 15 [4] 85 C0 75 ?? E9 [4] 48 8B 85 [4] 48 89 85 [4] 48 8D 85 [4] 48 89 44 24 50 48 8D 85 [4] 48 89 44 24 48 48 C7 44 24 40 00 00 00 00 48 C7 44 24 38 00 00 00 00 C7 44 24 30 04 00 08 00 C7 44 24 28 00 00 00 00 48 C7 44 24 20 00 00 00 00 45 33 C9 4C 8D 05 [4] 33 D2 48 8B [2-5] FF 15 }
2576
- $token = { FF 15 [4] 4C 8D 45 ?? BA 0A 00 00 00 48 8B C8 FF 15 [4] 85 C0 75 ?? E9 [4] 48 8D [2-5] 48 89 44 24 28 C7 44 24 20 02 00 00 00 41 B9 02 00 00 00 45 33 C0 BA 0B 00 00 00 48 8B 4D ?? FF 15 [4] 85 C0 75 ?? E9 [4] 4C 8D 8D [4] 45 33 C0 BA 01 00 00 00 33 C9 FF 15 }
2577
- condition:
2578
- ((uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and (uint16(uint32(0x3C)+0x18) == 0x020B)) and all of them
2579
- }
2580
- rule HackTool_MSIL_KeePersist_1
2581
- {
2582
- meta:
2583
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the 'KeePersist' project."
2584
- md5 = "dd8805d0e470e59b829d98397507d8c2"
2585
- rev = 2
2586
- author = "FireEye"
2587
- strings:
2588
- $typelibguid0 = "1df47db2-7bb8-47c2-9d85-5f8d3f04a884" ascii nocase wide
2589
- condition:
2590
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and any of them
2591
- }
2592
- rule Tool_MSIL_CSharpUtils_1
2593
- {
2594
- meta:
2595
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the 'CSharpUtils' project."
2596
- md5 = "dd8805d0e470e59b829d98397507d8c2"
2597
- rev = 1
2598
- author = "FireEye"
2599
- strings:
2600
- $typelibguid0 = "2130bcd9-7dd8-4565-8414-323ec533448d" ascii nocase wide
2601
- $typelibguid1 = "319228f0-2c55-4ce1-ae87-9e21d7db1e40" ascii nocase wide
2602
- $typelibguid2 = "4471fef9-84f5-4ddd-bc0c-31f2f3e0db9e" ascii nocase wide
2603
- $typelibguid3 = "5c3bf9db-1167-4ef7-b04c-1d90a094f5c3" ascii nocase wide
2604
- $typelibguid4 = "ea383a0f-81d5-4fa8-8c57-a950da17e031" ascii nocase wide
2605
- condition:
2606
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and any of them
2607
- }
2608
- rule Trojan_MSIL_GORAT_Module_PowerShell_1
2609
- {
2610
- meta:
2611
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the 'RedFlare - Module - PowerShell' project."
2612
- md5 = "dd8805d0e470e59b829d98397507d8c2"
2613
- rev = 1
2614
- author = "FireEye"
2615
- strings:
2616
- $typelibguid0 = "38d89034-2dd9-4367-8a6e-5409827a243a" ascii nocase wide
2617
- $typelibguid1 = "845ee9dc-97c9-4c48-834e-dc31ee007c25" ascii nocase wide
2618
- condition:
2619
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and any of them
2620
- }
2621
- rule HackTool_MSIL_PuppyHound_1
2622
- {
2623
- meta:
2624
- description = "This is a modification of an existing FireEye detection for SharpHound. However, it looks for the string 'PuppyHound' instead of 'SharpHound' as this is all that was needed to detect the PuppyHound variant of SharpHound."
2625
- md5 = "eeedc09570324767a3de8205f66a5295"
2626
- rev = 6
2627
- author = "FireEye"
2628
- strings:
2629
- $1 = "PuppyHound"
2630
- $2 = "UserDomainKey"
2631
- $3 = "LdapBuilder"
2632
- $init = { 28 [2] 00 0A 0A 72 [2] 00 70 1? ?? 28 [2] 00 0A 72 [2] 00 70 1? ?? 28 [2] 00 0A 28 [2] 00 0A 0B 1F 2D }
2633
- $msil = /\x00_Cor(Exe|Dll)Main\x00/
2634
- condition:
2635
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and all of them
2636
- }
2637
- rule APT_Builder_PY_MATRYOSHKA_1
2638
- {
2639
- meta:
2640
- date_created = "2020-12-02"
2641
- date_modified = "2020-12-02"
2642
- md5 = "25a97f6dba87ef9906a62c1a305ee1dd"
2643
- rev = 1
2644
- author = "FireEye"
2645
- strings:
2646
- $s1 = ".pop(0)])"
2647
- $s2 = "[1].replace('unsigned char buf[] = \"'"
2648
- $s3 = "binascii.hexlify(f.read()).decode("
2649
- $s4 = "os.system(\"cargo build {0} --bin {1}\".format("
2650
- $s5 = "shutil.which('rustc')"
2651
- $s6 = "~/.cargo/bin"
2652
- $s7 = /[\x22\x27]\\\\x[\x22\x27]\.join\(\[\w{1,64}\[\w{1,64}:\w{1,64}[\x09\x20]{0,32}\+[\x09\x20]{0,32}2\]/
2653
- condition:
2654
- all of them
2655
- }
2656
- rule Loader_MSIL_RuralBishop_3
2657
- {
2658
- meta:
2659
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the public RuralBishop project."
2660
- md5 = "09bdbad8358b04994e2c04bb26a160ef"
2661
- rev = 3
2662
- author = "FireEye"
2663
- strings:
2664
- $typelibguid1 = "FE4414D9-1D7E-4EEB-B781-D278FE7A5619" ascii nocase wide
2665
- condition:
2666
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and $typelibguid1
2667
- }
2668
- rule APT_HackTool_MSIL_NOAMCI_1
2669
- {
2670
- meta:
2671
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the 'noamci' project."
2672
- md5 = "dd8805d0e470e59b829d98397507d8c2"
2673
- rev = 4
2674
- author = "FireEye"
2675
- strings:
2676
- $typelibguid0 = "7bcccf21-7ecd-4fd4-8f77-06d461fd4d51" ascii nocase wide
2677
- $typelibguid1 = "ef86214e-54de-41c3-b27f-efc61d0accc3" ascii nocase wide
2678
- condition:
2679
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and any of them
2680
- }
2681
- rule HackTool_MSIL_PXELOOT_1
2682
- {
2683
- meta:
2684
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the PXE And Loot project."
2685
- md5 = "82e33011ac34adfcced6cddc8ea56a81"
2686
- rev = 7
2687
- author = "FireEye"
2688
- strings:
2689
- $typelibguid1 = "78B2197B-2E56-425A-9585-56EDC2C797D6" ascii nocase wide
2690
- condition:
2691
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and $typelibguid1
2692
- }
2693
- rule APT_HackTool_MSIL_ADPassHunt_2
2694
- {
2695
- meta:
2696
- date_created = "2020-12-02"
2697
- date_modified = "2020-12-02"
2698
- md5 = "6efb58cf54d1bb45c057efcfbbd68a93"
2699
- rev = 1
2700
- author = "FireEye"
2701
- strings:
2702
- $s1 = "LDAP://" wide
2703
- $s2 = "[GPP] Searching for passwords now..." wide
2704
- $s3 = "Searching Group Policy Preferences (Get-GPPPasswords + Get-GPPAutologons)!" wide
2705
- $s4 = "possibilities so far)..." wide
2706
- $s5 = "\\groups.xml" wide
2707
- $s6 = "Found interesting file:" wide
2708
- $s7 = "\x00GetDirectories\x00"
2709
- $s8 = "\x00DirectoryInfo\x00"
2710
- condition:
2711
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and all of them
2712
- }
2713
- rule APT_HackTool_MSIL_ADPassHunt_1
2714
- {
2715
- meta:
2716
- date_created = "2020-12-02"
2717
- date_modified = "2020-12-02"
2718
- md5 = "6efb58cf54d1bb45c057efcfbbd68a93"
2719
- rev = 2
2720
- author = "FireEye"
2721
- strings:
2722
- $sb1 = { 73 [2] 00 0A 0A 02 6F [2] 00 0A 0B 38 [4] 12 ?? 28 [2] 00 0A 0? 73 [2] 00 0A 0? 0? 0? 6F [2] 00 0A 1? 13 ?? 72 [4] 13 ?? 0? 6F [2] 00 0A 72 [4] 6F [2] 00 0A 1? 3B [4] 11 ?? 72 [4] 28 [2] 00 0A 13 ?? 0? 72 [4] 6F [2] 00 0A 6F [2] 00 0A 13 ?? 38 [4] 11 ?? 6F [2] 00 0A 74 [2] 00 01 13 ?? 11 ?? 72 [4] 6F [2] 00 0A 2C ?? 11 ?? 72 [4] 11 ?? 6F [2] 00 0A 72 [4] 6F [2] 00 0A 6F [2] 00 0A 72 [4] 28 [2] 00 0A }
2723
- $sb2 = { 02 1? 8D [2] 00 01 [0-32] 1? 1F 2E 9D 6F [2] 00 0A 72 [4] 0A 0B 1? 0? 2B 2E 0? 0? 9A 0? 0? 72 [4] 6F [2] 00 0A 2D ?? 06 72 [4] 28 [2] 00 0A 0A 06 72 [4] 0? 28 [2] 00 0A 0A 0? 1? 58 0? 0? 0? 8E 69 32 CC 06 2A }
2724
- condition:
2725
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and all of them
2726
- }
2727
- rule APT_HackTool_MSIL_SHARPSACK_1
2728
- {
2729
- meta:
2730
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the 'sharpsack' project."
2731
- md5 = "dd8805d0e470e59b829d98397507d8c2"
2732
- rev = 2
2733
- author = "FireEye"
2734
- strings:
2735
- $typelibguid0 = "1946808a-1a01-40c5-947b-8b4c3377f742" ascii nocase wide
2736
- condition:
2737
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and any of them
2738
- }
2739
- rule APT_Loader_Win64_PGF_5
2740
- {
2741
- meta:
2742
- description = "PGF payload, generated rule based on symfunc/8167a6d94baca72bac554299d7c7f83c"
2743
- md5 = "150224a0ccabce79f963795bf29ec75b"
2744
- rev = 3
2745
- author = "FireEye"
2746
- strings:
2747
- $cond1 = { 4C 89 44 24 18 89 54 24 10 48 89 4C 24 08 48 83 EC 38 48 8B 4C 24 40 FF 15 13 FA FF FF 8B 44 24 48 89 44 24 20 83 7C 24 20 01 74 02 EB 17 48 8B 44 24 40 48 89 05 66 23 00 00 48 8B 4C 24 40 FF 15 EB F9 FF FF B8 01 00 00 00 48 83 C4 38 C3 }
2748
- $cond2 = { 4C 89 44 24 18 89 54 24 10 48 89 4C 24 08 48 83 EC 38 48 8B 4C 24 40 FF 15 A3 FA FF FF 8B 44 24 48 89 44 24 20 83 7C 24 20 01 74 02 EB 17 48 8B 44 24 40 48 89 05 F6 20 00 00 48 8B 4C 24 40 FF 15 7B FA FF FF B8 01 00 00 00 48 83 C4 38 C3 }
2749
- $cond3 = { 4C 89 44 24 18 89 54 24 10 48 89 4C 24 08 48 83 EC 38 48 8B 4C 24 40 FF ?? ?? ?? ?? ?? 8B 44 24 48 89 44 24 20 83 7C 24 2? ?1 74 ?? EB ?? 48 8B 44 24 40 48 ?? ?? ?? ?? ?? ?? 48 8B 4C 24 40 FF ?? ?? ?? ?? ?? B8 01 ?? ?? ?? 48 83 C4 38 C3 }
2750
- $cond4 = { 4C 89 44 24 ?? 89 54 24 ?? 48 89 4C 24 ?? 48 83 EC 38 48 8B 4C 24 ?? FF 15 ?? ?? ?? ?? 8B 44 24 ?? 89 44 24 ?? 83 7C 24 ?? 01 74 ?? EB ?? 48 8B 44 24 ?? 48 89 05 ?? ?? ?? ?? 48 8B 4C 24 ?? FF 15 ?? ?? ?? ?? B8 01 00 00 00 48 83 C4 38 C3 }
2751
- condition:
2752
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and (uint16(uint32(0x3C)+0x18) == 0x020B) and any of them
2753
- }
2754
- rule APT_Trojan_Win_REDFLARE_2
2755
- {
2756
- meta:
2757
- date_created = "2020-11-27"
2758
- date_modified = "2020-11-27"
2759
- md5 = "9529c4c9773392893a8a0ab8ce8f8ce1,05b99d438dac63a5a993cea37c036673"
2760
- rev = 2
2761
- author = "FireEye"
2762
- strings:
2763
- $1 = "initialize" fullword
2764
- $2 = "getData" fullword
2765
- $3 = "putData" fullword
2766
- $4 = "fini" fullword
2767
- $5 = "Cookie: SID1=%s" fullword
2768
- condition:
2769
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and all of them
2770
- }
2771
- rule APT_HackTool_MSIL_DTRIM_1
2772
- {
2773
- meta:
2774
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the 'dtrim' project, which is a modified version of SharpSploit."
2775
- md5 = "dd8805d0e470e59b829d98397507d8c2"
2776
- rev = 2
2777
- author = "FireEye"
2778
- strings:
2779
- $typelibguid0 = "7760248f-9247-4206-be42-a6952aa46da2" ascii nocase wide
2780
- condition:
2781
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and any of them
2782
- }
2783
- rule HackTool_MSIL_SharPivot_2
2784
- {
2785
- meta:
2786
- md5 = "e4efa759d425e2f26fbc29943a30f5bd"
2787
- rev = 3
2788
- author = "FireEye"
2789
- strings:
2790
- $s1 = "costura"
2791
- $s2 = "cmd_schtask" wide
2792
- $s3 = "cmd_wmi" wide
2793
- $s4 = "cmd_rpc" wide
2794
- $s5 = "GoogleUpdateTaskMachineUA" wide
2795
- $s6 = "servicehijack" wide
2796
- $s7 = "poisonhandler" wide
2797
- condition:
2798
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and all of them
2799
- }
2800
- rule APT_HackTool_MSIL_REVOLVER_1
2801
- {
2802
- meta:
2803
- description = "The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the 'revolver' project."
2804
- md5 = "dd8805d0e470e59b829d98397507d8c2"
2805
- rev = 2
2806
- author = "FireEye"
2807
- strings:
2808
- $typelibguid0 = "a8bdbba4-7291-49d1-9a1b-372de45a9d88" ascii nocase wide
2809
- $typelibguid1 = "b214d962-7595-440b-abef-f83ecdb999d2" ascii nocase wide
2810
- condition:
2811
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and any of them
2812
- }
2813
- rule APT_Keylogger_Win64_REDFLARE_1
2814
- {
2815
- meta:
2816
- date_created = "2020-12-01"
2817
- date_modified = "2020-12-01"
2818
- md5 = "fbefb4074f1672a3c29c1a47595ea261"
2819
- rev = 1
2820
- author = "FireEye"
2821
- strings:
2822
- $create_window = { 41 B9 00 00 CF 00 [4-40] 33 C9 [2-10] 00 00 00 80 [2-10] 00 00 00 80 [2-10] 00 00 00 80 [2-10] 00 00 00 80 FF 15 }
2823
- $keys_check = { B9 14 00 00 00 FF 15 [4-8] B9 10 00 00 00 FF 15 [4] BE 00 80 FF FF 66 85 C6 75 ?? B9 A0 00 00 00 FF 15 [4] 66 85 C6 75 ?? B9 A1 00 00 00 FF 15 [4] 66 85 C6 74 }
2824
- condition:
2825
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and (uint16(uint32(0x3C)+0x18) == 0x020B) and all of them
2826
- }
2827
- rule APT_HackTool_Win64_EXCAVATOR_1
2828
- {
2829
- meta:
2830
- date_created = "2020-11-30"
2831
- date_modified = "2020-11-30"
2832
- md5 = "6a9a114928554c26675884eeb40cc01b"
2833
- rev = 3
2834
- author = "FireEye"
2835
- strings:
2836
- $api1 = "PssCaptureSnapshot" fullword
2837
- $api2 = "MiniDumpWriteDump" fullword
2838
- $dump = { BA FD 03 00 AC [0-8] 41 B8 1F 00 10 00 48 8B ?? FF 15 [4] 85 C0 0F 85 [2] 00 00 [0-2] 48 8D 05 [5] 89 ?? 24 30 ( C7 44 24 28 80 00 00 00 48 8D 0D ?? ?? ?? ?? | 48 8D 0D ?? ?? ?? ?? C7 44 24 28 80 00 00 00 ) 45 33 C9 [0-5] 45 33 C0 C7 44 24 20 01 00 00 00 BA 00 00 00 10 [0-10] FF 15 [4] 48 8B ?? 48 83 F8 FF ( 74 | 0F 84 ) [1-4] 48 8B 4C 24 ?? 48 8D 44 24 ?? 48 89 44 24 30 ( 41 B9 02 00 00 00 | 44 8D 4D 02 ) ?? 89 ?? 24 28 4C 8B ?? 8B [2] 89 ?? 24 20 FF 15 [4] 48 8B ?? FF 15 [4] 48 8B ?? FF 15 [4] FF 15 [4] 48 8B 54 24 ?? 48 8B C8 FF 15 }
2839
- $lsass = { 6C 73 61 73 [6] 73 2E 65 78 [6] 65 }
2840
- condition:
2841
- ((uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and (uint16(uint32(0x3C)+0x18) == 0x020B)) and all of them
2842
- }
2843
- rule APT_Loader_Win64_MATRYOSHKA_2
2844
- {
2845
- meta:
2846
- date_created = "2020-12-02"
2847
- date_modified = "2020-12-02"
2848
- description = "matryoshka.rs"
2849
- md5 = "7f8102b789303b7861a03290c79feba0"
2850
- rev = 1
2851
- author = "FireEye"
2852
- strings:
2853
- $sb1 = { 4D [2] 00 49 [2] 08 B? 02 00 00 00 31 ?? E8 [4] 48 89 ?? 48 89 ?? 4C 89 ?? 49 89 ?? E8 [4] 4C 89 ?? 48 89 ?? E8 [4] 83 [2] 01 0F 84 [4] 48 89 ?? 48 8B [2] 48 8B [2] 48 89 [5] 48 89 [5] 48 89 [5] 41 B? [4] 4C 89 ?? 31 ?? E8 [4] C7 45 [5] 48 89 ?? 4C 89 ?? E8 [4] 85 C0 }
2854
- $sb2 = { 4C [2] 0F 83 [4] 41 0F [3] 01 41 32 [2] 00 48 8B [5] 48 3B [5] 75 ?? 41 B? 01 00 00 00 4C 89 ?? E8 [4] E9 }
2855
- $si1 = "CreateToolhelp32Snapshot" fullword
2856
- $si2 = "Process32Next" fullword
2857
- condition:
2858
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and (uint16(uint32(0x3C)+0x18) == 0x020B) and all of them
2859
- }
2860
- rule APT_Backdoor_PS1_BASICPIPESHELL_1
2861
- {
2862
- meta:
2863
- author = "FireEye"
2864
- strings:
2865
- $s1 = "function Invoke-Client()" ascii nocase wide
2866
- $s2 = "function Invoke-Server" ascii nocase wide
2867
- $s3 = "Read-Host 'Enter Command:'" ascii nocase wide
2868
- $s4 = "new-object System.IO.Pipes.NamedPipeClientStream(" ascii nocase wide
2869
- $s5 = "new-object System.IO.Pipes.NamedPipeServerStream(" ascii nocase wide
2870
- $s6 = " = iex $" ascii nocase wide
2871
- condition:
2872
- all of them
2873
- }
2874
- rule APT_Loader_MSIL_LUALOADER_1
2875
- {
2876
- meta:
2877
- author = "FireEye"
2878
- strings:
2879
- $sb1 = { 1? 72 [4] 14 D0 [2] 00 02 28 [2] 00 0A 1? 8D [2] 00 01 13 ?? 11 ?? 1? 1? 14 28 [2] 00 0A A2 11 ?? 1? 1? 14 28 [2] 00 0A A2 11 ?? 28 [2] 00 0A 28 [2] 00 0A 80 [2] 00 04 7E [2] 00 04 7B [2] 00 0A 7E [2] 00 04 11 ?? 11 ?? 6F [2] 00 0A 6F [2] 00 0A }
2880
- $ss1 = "\x3bN\x00e\x00o\x00.\x00I\x00r\x00o\x00n\x00L\x00u\x00a\x00.\x00L\x00u\x00a\x00C\x00o\x00m\x00p\x00i\x00l\x00e\x00O\x00p\x00t\x00i\x00o\x00n\x00s\x00"
2881
- $ss2 = "\x19C\x00o\x00m\x00p\x00i\x00l\x00e\x00C\x00h\x00u\x00n\x00k\x00"
2882
- $ss3 = "\x0fd\x00o\x00c\x00h\x00u\x00n\x00k\x00"
2883
- $ss4 = /.Reflection.Assembly:Load\(\w{1,64}\);?\s{0,245}\w{1,64}\.EntryPoint:Invoke\(nil/ wide
2884
- $ss5 = "1F 8B 08 00 00 00 00 00" wide
2885
- condition:
2886
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and all of them
2887
- }
2888
- rule APT_Loader_MSIL_LUALOADER_2
2889
- {
2890
- meta:
2891
- author = "FireEye"
2892
- strings:
2893
- $ss1 = "\x3bN\x00e\x00o\x00.\x00I\x00r\x00o\x00n\x00L\x00u\x00a\x00.\x00L\x00u\x00a\x00C\x00o\x00m\x00p\x00i\x00l\x00e\x00O\x00p\x00t\x00i\x00o\x00n\x00s\x00"
2894
- $ss2 = "\x19C\x00o\x00m\x00p\x00i\x00l\x00e\x00C\x00h\x00u\x00n\x00k\x00"
2895
- $ss3 = "\x0fd\x00o\x00c\x00h\x00u\x00n\x00k\x00"
2896
- $ss4 = /.Reflection.Assembly:Load\(\w{1,64}\);?\s{0,245}\w{1,64}\.EntryPoint:Invoke\(nil/ wide
2897
- $ss5 = "1F 8B 08 00 00 00 00 00" wide
2898
- $ss6 = "\x00LoadLibrary\x00"
2899
- $ss7 = "\x00GetProcAddress\x00"
2900
- $ss8 = "\x00VirtualProtect\x00"
2901
- condition:
2902
- (uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and all of them
2903
- }
2904
- rule FE_APT_Loader_MSIL_REVOLVER_1
2905
- {
2906
- meta:
2907
- author = "FireEye"
2908
- strings:
2909
- $inject = { 28 [2] 00 06 0? 0? 7B [2] 00 04 7E [2] 00 0A 28 [2] 00 0A [2-40] 7E [2] 00 0A 0? 20 00 10 00 00 28 [2] 00 0A 0? 28 [2] 00 0A 6F [2] 00 0A 1? ?? 7E [2] 00 0A 1? ?? 20 00 30 00 00 1F 40 28 [2] 00 06 [2-40] 28 [2] 00 0A 1? 3? ?? 7E [2] 00 04 7E [2] 00 04 28 [2] 00 0A 28 [2] 00 06 1? ?? 1? ?? 1? 0? 1? ?? 8? 6? 28 [2] 00 0A 2? ?? 7E [2] 00 04 7E [2] 00 04 28 [2] 00 0A 28 [2] 00 06 1? ?? 1? ?? 1? 0? 1? ?? 8? 6? 28 [2] 00 0A 1? ?? FE 15 [2] 00 02 1? ?? 72 [2] 00 70 28 [2] 00 06 1? ?? FE 15 [2] 00 02 1? ?? 1? ?? 1? 28 [2] 00 06 2? 7E [2] 00 0A 1? ?? 0? 7B [2] 00 04 1? ?? 1? 1? ?? 28 [2] 00 06 2? ?? 1? ?? 7E [2] 00 0A 28 [2] 00 0A [2-10] 7E [2] 00 0A 1? ?? 1? ?? 20 [2] 1F 00 7E [2] 00 0A 28 [2] 00 0A 6F [2] 00 0A 1? ?? 7E [2] 00 0A 1? 1? 20 [2] 00 00 20 [2] 00 00 7E [2] 00 0A 28 [2] 00 06 2? 1? ?? 7E [2] 00 0A 28 [2] 00 0A [2-40] 1? ?? 0? 7E [2] 00 0A 7E [2] 00 0A 7E [2] 00 0A 28 [2] 00 06 2? ?? 2? 1? 1? ?? 1? ?? 1? ?? 28 [2] 00 06 }
2910
- $iz1 = /_Cor(Exe|Dll)Main/ fullword
2911
- condition:
2912
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and all of them
2913
- }
2914
- rule Loader_MSIL_DUEDLLIGENCE_1
2915
- {
2916
- meta:
2917
- author = "FireEye"
2918
- strings:
2919
- $create_thread_injected = { 7E [2] 00 0A 0A 16 0B 16 8D [2] 00 01 0C 28 [2] 00 06 2? ?? 2A 28 [2] 00 0A 1E 3? ?? 7E [2] 00 04 7E [2] 00 04 28 [2] 00 0A 28 [2] 00 06 0C 2? ?? 7E [2] 00 04 7E [2] 00 04 28 [2] 00 0A 28 [2] 00 06 0C 7E [2] 00 0A 08 8E 69 7E [2] 00 04 7E [2] 00 04 28 [2] 00 06 0D 09 7E [2] 00 0A 28 [2] 00 0A }
2920
- $iz1 = /_Cor(Exe|Dll)Main/ fullword
2921
- $suspended_process = { 12 ?? FE 15 [2] 00 02 1? ?? FE 15 [2] 00 02 02 14 7E [2] 00 0A 7E [2] 00 0A 16 20 [2] 00 08 7E [2] 00 0A 14 12 ?? 12 ?? 28 [2] 00 06 }
2922
- condition:
2923
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and all of them
2924
- }
2925
- rule Loader_MSIL_DUEDLLIGENCE_2
2926
- {
2927
- meta:
2928
- author = "FireEye"
2929
- strings:
2930
- $1 = "DueDLLigence" fullword
2931
- $2 = "CPlApplet" fullword
2932
- $iz1 = /_Cor(Exe|Dll)Main/ fullword
2933
- condition:
2934
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and all of them
2935
- }
2936
- rule Loader_MSIL_DUEDLLIGENCE_3
2937
- {
2938
- meta:
2939
- author = "FireEye"
2940
- strings:
2941
- $create_thread_injected = { 7E [2] 00 0A 0A 16 0B 16 8D [2] 00 01 0C 28 [2] 00 06 2? ?? 2A 28 [2] 00 0A 1E 3? ?? 7E [2] 00 04 7E [2] 00 04 28 [2] 00 0A 28 [2] 00 06 0C 2? ?? 7E [2] 00 04 7E [2] 00 04 28 [2] 00 0A 28 [2] 00 06 0C 7E [2] 00 0A 08 8E 69 7E [2] 00 04 7E [2] 00 04 28 [2] 00 06 0D 09 7E [2] 00 0A 28 [2] 00 0A }
2942
- $iz1 = /_Cor(Exe|Dll)Main/ fullword
2943
- $rc4 = { 20 00 01 00 00 8D [2] 00 01 1? ?? 20 00 01 00 00 8D [2] 00 01 1? ?? 03 8E 69 8D [2] 00 01 1? ?? 16 0B 2B ?? 1? ?? 07 02 07 02 8E 69 5D 91 9E 1? ?? 07 07 9E 07 17 58 0B 07 20 00 01 00 00 32 }
2944
- $suspended_process = { 12 ?? FE 15 [2] 00 02 1? ?? FE 15 [2] 00 02 02 14 7E [2] 00 0A 7E [2] 00 0A 16 20 [2] 00 08 7E [2] 00 0A 14 12 ?? 12 ?? 28 [2] 00 06 }
2945
- condition:
2946
- (uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and all of them
2947
- }